COLOR #BCD477

HEX: #BCD477
RGB: (188,212,119)

Color info

#BCD477 contains mainly red and green colors. Web safe color of #BCD477 is #CCCC66 (or #CC6).

RGB color model

#BCD477 color RGB value is (188,212,119).

  • red value is 188;
  • green value is 212;
  • blue value is 119.
RGB:
(188,212,119)
(74%,83%,47%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 119 of 255 = 47%

188
212
119

R + G + B ~ 68%. #BCD477 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 119 = 519 (100%)
R 188 of 519 ~ 36.22%
G 212 of 519 ~ 40.85%
B 119 of 519 ~ 22.93%

%36.22
%40.85
%22.93

CMYK color model

#BCD477 color CMYK value is (11,0,44,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 43.87%
  • key color value is 16.86%
CMYK:
(11,0,44,17)
C11M0Y44K17 
(11%,0%,44%,17%)
(0.11/0.00/0.44/0.17)	

CMYK percentages

%11.32
%0
%43.87
%16.86

Codes

Color #BCD477 in popluar color models

BCD477
RGB188212119
HSL75°51.96%64.90%
HSB/HSV75°43.87%83.14%
CMYK11.32%0.00%43.87%
16.86%

Color #BCD477 in popluar number systems.

HEXBCD477
Decimal188212119
Binary10111100110101001110111
Octal274324167

Shades and tints

Shades of #BCD477

#BCD477
(188,212,119)
#ABC16D
(171,193,109)
#9AAE63
(154,174,99)
#899B59
(137,155,89)
#78884F
(120,136,79)
#677545
(103,117,69)
#56623B
(86,98,59)
#454F31
(69,79,49)
#343C27
(52,60,39)
#23291D
(35,41,29)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCD477

#BCD477
(188,212,119)
#C2D783
(194,215,131)
#C8DA8F
(200,218,143)
#CEDD9B
(206,221,155)
#D4E0A7
(212,224,167)
#DAE3B3
(218,227,179)
#E0E6BF
(224,230,191)
#E6E9CB
(230,233,203)
#ECECD7
(236,236,215)
#F2EFE3
(242,239,227)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD477; }

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

This text font color is #BCD477.


Background Color

.myBgColor { background-color: #BCD477; }

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

This div background color is #BCD477.


Border color

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

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

This div border color is #BCD477.


Opacity

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

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

Text with #BCD477 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 #BCD477;}

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

This text has shadow with #BCD477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD477 on black background.


Color preview on white background

This text has color #BCD477 on white background.



Black color preview on #BCD477 background

This text has black color on #BCD477 background.


White color preview on #BCD477 background

This text has white color on #BCD477 background.