COLOR #BCD59F

HEX: #BCD59F
RGB: (188,213,159)

Color info

#BCD59F contains red, green and blue colors in about the same proportion. Web safe color of #BCD59F is #CCCC99 (or #CC9).

RGB color model

#BCD59F color RGB value is (188,213,159).

  • red value is 188;
  • green value is 213;
  • blue value is 159.
RGB:
(188,213,159)
(74%,84%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 159 of 255 = 62%

188
213
159

R + G + B ~ 73%. #BCD59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 213 + 159 = 560 (100%)
R 188 of 560 ~ 33.57%
G 213 of 560 ~ 38.04%
B 159 of 560 ~ 28.39%

%33.57
%38.04
%28.39

CMYK color model

#BCD59F color CMYK value is (12,0,25,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(12,0,25,16)
C12M0Y25K16 
(12%,0%,25%,16%)
(0.12/0.00/0.25/0.16)	

CMYK percentages

%11.74
%0
%25.35
%16.47

Codes

Color #BCD59F in popluar color models

BCD59F
RGB188213159
HSL88°39.13%72.94%
HSB/HSV88°25.35%83.53%
CMYK11.74%0.00%25.35%
16.47%

Color #BCD59F in popluar number systems.

HEXBCD59F
Decimal188213159
Binary101111001101010110011111
Octal274325237

Shades and tints

Shades of #BCD59F

#BCD59F
(188,213,159)
#ABC291
(171,194,145)
#9AAF83
(154,175,131)
#899C75
(137,156,117)
#788967
(120,137,103)
#677659
(103,118,89)
#56634B
(86,99,75)
#45503D
(69,80,61)
#343D2F
(52,61,47)
#232A21
(35,42,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCD59F

#BCD59F
(188,213,159)
#C2D8A7
(194,216,167)
#C8DBAF
(200,219,175)
#CEDEB7
(206,222,183)
#D4E1BF
(212,225,191)
#DAE4C7
(218,228,199)
#E0E7CF
(224,231,207)
#E6EAD7
(230,234,215)
#ECEDDF
(236,237,223)
#F2F0E7
(242,240,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD59F color. Also use rgb(188,213,159) instead hex code.

Text Font Color

.myTextColor { color: #BCD59F; }

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

This text font color is #BCD59F.


Background Color

.myBgColor { background-color: #BCD59F; }

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

This div background color is #BCD59F.


Border color

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

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

This div border color is #BCD59F.


Opacity

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

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

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

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

This text has shadow with #BCD59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD59F on black background.


Color preview on white background

This text has color #BCD59F on white background.



Black color preview on #BCD59F background

This text has black color on #BCD59F background.


White color preview on #BCD59F background

This text has white color on #BCD59F background.