COLOR #BCD45B

HEX: #BCD45B
RGB: (188,212,91)

Color info

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

RGB color model

#BCD45B color RGB value is (188,212,91).

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

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 91 of 255 = 36%

188
212
91

R + G + B ~ 64%. #BCD45B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 91 = 491 (100%)
R 188 of 491 ~ 38.29%
G 212 of 491 ~ 43.18%
B 91 of 491 ~ 18.53%

%38.29
%43.18
%18.53

CMYK color model

#BCD45B color CMYK value is (11,0,57,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 57.08%
  • key color value is 16.86%
CMYK:
(11,0,57,17)
C11M0Y57K17 
(11%,0%,57%,17%)
(0.11/0.00/0.57/0.17)	

CMYK percentages

%11.32
%0
%57.08
%16.86

Codes

Color #BCD45B in popluar color models

BCD45B
RGB18821291
HSL72°58.45%59.41%
HSB/HSV72°57.08%83.14%
CMYK11.32%0.00%57.08%
16.86%

Color #BCD45B in popluar number systems.

HEXBCD45B
Decimal18821291
Binary10111100110101001011011
Octal274324133

Shades and tints

Shades of #BCD45B

#BCD45B
(188,212,91)
#ABC153
(171,193,83)
#9AAE4B
(154,174,75)
#899B43
(137,155,67)
#78883B
(120,136,59)
#677533
(103,117,51)
#56622B
(86,98,43)
#454F23
(69,79,35)
#343C1B
(52,60,27)
#232913
(35,41,19)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #BCD45B

#BCD45B
(188,212,91)
#C2D769
(194,215,105)
#C8DA77
(200,218,119)
#CEDD85
(206,221,133)
#D4E093
(212,224,147)
#DAE3A1
(218,227,161)
#E0E6AF
(224,230,175)
#E6E9BD
(230,233,189)
#ECECCB
(236,236,203)
#F2EFD9
(242,239,217)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD45B; }

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

This text font color is #BCD45B.


Background Color

.myBgColor { background-color: #BCD45B; }

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

This div background color is #BCD45B.


Border color

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

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

This div border color is #BCD45B.


Opacity

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

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

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

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

This text has shadow with #BCD45B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD45B on black background.


Color preview on white background

This text has color #BCD45B on white background.



Black color preview on #BCD45B background

This text has black color on #BCD45B background.


White color preview on #BCD45B background

This text has white color on #BCD45B background.