COLOR #BCD57F

HEX: #BCD57F
RGB: (188,213,127)

Color info

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

RGB color model

#BCD57F color RGB value is (188,213,127).

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

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 127 of 255 = 50%

188
213
127

R + G + B ~ 69%. #BCD57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 213 + 127 = 528 (100%)
R 188 of 528 ~ 35.61%
G 213 of 528 ~ 40.34%
B 127 of 528 ~ 24.05%

%35.61
%40.34
%24.05

CMYK color model

#BCD57F color CMYK value is (12,0,40,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 16.47%
CMYK:
(12,0,40,16)
C12M0Y40K16 
(12%,0%,40%,16%)
(0.12/0.00/0.40/0.16)	

CMYK percentages

%11.74
%0
%40.38
%16.47

Codes

Color #BCD57F in popluar color models

BCD57F
RGB188213127
HSL77°50.59%66.67%
HSB/HSV77°40.38%83.53%
CMYK11.74%0.00%40.38%
16.47%

Color #BCD57F in popluar number systems.

HEXBCD57F
Decimal188213127
Binary10111100110101011111111
Octal274325177

Shades and tints

Shades of #BCD57F

#BCD57F
(188,213,127)
#ABC274
(171,194,116)
#9AAF69
(154,175,105)
#899C5E
(137,156,94)
#788953
(120,137,83)
#677648
(103,118,72)
#56633D
(86,99,61)
#455032
(69,80,50)
#343D27
(52,61,39)
#232A1C
(35,42,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCD57F

#BCD57F
(188,213,127)
#C2D88A
(194,216,138)
#C8DB95
(200,219,149)
#CEDEA0
(206,222,160)
#D4E1AB
(212,225,171)
#DAE4B6
(218,228,182)
#E0E7C1
(224,231,193)
#E6EACC
(230,234,204)
#ECEDD7
(236,237,215)
#F2F0E2
(242,240,226)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD57F; }

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

This text font color is #BCD57F.


Background Color

.myBgColor { background-color: #BCD57F; }

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

This div background color is #BCD57F.


Border color

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

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

This div border color is #BCD57F.


Opacity

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

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

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

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

This text has shadow with #BCD57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD57F on black background.


Color preview on white background

This text has color #BCD57F on white background.



Black color preview on #BCD57F background

This text has black color on #BCD57F background.


White color preview on #BCD57F background

This text has white color on #BCD57F background.