COLOR #BCE077

HEX: #BCE077
RGB: (188,224,119)

Renk bilgisi

#BCE077 contains mainly red and green colors. #BCE077 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BCE077 color RGB value is (188,224,119).

  • kırmız ton 188;
  • yeşil ton 224;
  • mavi ton 119.
RGB:
(188,224,119)
(74%,88%,47%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 224 of 255 = 88%
B 119 of 255 = 47%

188
224
119

R + G + B ~ 70%. #BCE077 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 224 + 119 = 531 (100%)
R 188 of 531 ~ 35.4%
G 224 of 531 ~ 42.18%
B 119 of 531 ~ 22.41%

%35.4
%42.18
%22.41

CMYK RENK MODELİ

#BCE077 rengi CMYK tonu (16,0,47,12).

  • camgöbeği tonu 16.07%
  • eflatun tonu 0.00%
  • sarı tonu 46.88%
  • ana renk tonu 12.16%
CMYK:
(16,0,47,12)
C16M0Y47K12 
(16%,0%,47%,12%)
(0.16/0.00/0.47/0.12)	

CMYK yüzdeleri

%16.07
%0
%46.88
%12.16

Codes

Color #BCE077 in popluar color models

BCE077
RGB188224119
HSL81°62.87%67.25%
HSB/HSV81°46.88%87.84%
CMYK16.07%0.00%46.88%
12.16%

Color #BCE077 in popluar number systems.

HEXBCE077
Decimal188224119
Binary10111100111000001110111
Octal274340167

Shades and tints

Shades of #BCE077

#BCE077
(188,224,119)
#ABCC6D
(171,204,109)
#9AB863
(154,184,99)
#89A459
(137,164,89)
#78904F
(120,144,79)
#677C45
(103,124,69)
#56683B
(86,104,59)
#455431
(69,84,49)
#344027
(52,64,39)
#232C1D
(35,44,29)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCE077

#BCE077
(188,224,119)
#C2E283
(194,226,131)
#C8E48F
(200,228,143)
#CEE69B
(206,230,155)
#D4E8A7
(212,232,167)
#DAEAB3
(218,234,179)
#E0ECBF
(224,236,191)
#E6EECB
(230,238,203)
#ECF0D7
(236,240,215)
#F2F2E3
(242,242,227)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE077 color. Also use rgb(188,224,119) instead hex code.

Text Font Color

.myTextColor { color: #BCE077; }

<p style="color:#BCE077">This sample text font color is #BCE077.</p>

This text font color is #BCE077.


Background Color

.myBgColor { background-color: #BCE077; }

<div style="background-color:#BCE077">Inner text</div>

This div background color is #BCE077.


Border color

.myBorderColor { border: 1px solid #BCE077; }

<div style="border:3px solid #BCE077">Div</div>

This div border color is #BCE077.


Opacity

.myOpacity80 { color: #BCE077; opacity: 0.8; }

<p style="color:#BCE077;opacity:0.8;">80%</p>

Text with #BCE077 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCE077;}

<p style="text-shadow: 3px 3px 1px #BCE077">Text here.</p>

This text has shadow with #BCE077 color.

.textShadow {text-shadow: 3px 3px 1px #BCE077, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCE077, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCE077 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE077, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCE077, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCE077 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BCE077;
  -webkit-box-shadow:	1px 1px 3px 2px #BCE077;
  box-shadow:		1px 1px 3px 2px #BCE077;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE077;
-webkit-box-shadow: 1px 1px 3px 2px #BCE077;
box-shadow:1px 1px 3px 2px #BCE077;">
Div content here</div>
This div box has shadow with color #BCE077.

Preview

Color preview on black background

This text has color #BCE077 on black background.


Color preview on white background

This text has color #BCE077 on white background.



Black color preview on #BCE077 background

This text has black color on #BCE077 background.


White color preview on #BCE077 background

This text has white color on #BCE077 background.