COLOR #BCD54C

HEX: #BCD54C RGB: (188,213,76)

Color info

#BCD54C contains mainly red and green colors. Web safe color of #BCD54C is #CCCC33 (or #CC3).

RGB color model

#BCD54C color RGB value is (188,213,76).

RGB: (188,213,76) (74%, 84%, 30%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 76 of 255 = 30%

188
213
76

R + G + B ~ 63%. #BCD54C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 76 = 477 (100%)
R 188 of 477 ~ 39.41%
G 213 of 477 ~ 44.65%
B 76 of 477 ~ 15.93'%

%39.41
%44.65
%15.93

CMYK color model

#BCD54C color CMYK value is (12,0,64,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 64.32%
  • key color value is 16.47%
CMYK: (12,0,64,16) C12M0Y64K16 (12%,0%,64%,16%) (0.12/0.00/0.64/0.16) 

CMYK percentages

%11.74
%0
%64.32
%16.47

Codes

Color #BCD54C in popluar color models

BC D5 4C
RGB 188 213 76
HSL 71° 61.99% 56.67%
HSB/HSV 71° 64.32% 83.53%
CMYK 11.74% 0.00% 64.32%
16.47%

Color #BCD54C in popluar number systems.

HEX BC D5 4C
Decimal 188 213 76
Binary 10111100 11010101 1001100
Octal 274 325 114

Shades and tints

Shades of #BCD54C

#BCD54C
(188,213,76)
#ABC246
(171,194,70)
#9AAF40
(154,175,64)
#899C3A
(137,156,58)
#788934
(120,137,52)
#67762E
(103,118,46)
#566328
(86,99,40)
#455022
(69,80,34)
#343D1C
(52,61,28)
#232A16
(35,42,22)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCD54C

#BCD54C
(188,213,76)
#C2D85C
(194,216,92)
#C8DB6C
(200,219,108)
#CEDE7C
(206,222,124)
#D4E18C
(212,225,140)
#DAE49C
(218,228,156)
#E0E7AC
(224,231,172)
#E6EABC
(230,234,188)
#ECEDCC
(236,237,204)
#F2F0DC
(242,240,220)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD54C; }

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

This text font color is #BCD54C.

Background Color

.myBgColor { background-color: #BCD54C; }

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

This div background color is #BCD54C.

Border color

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

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

This div border color is #BCD54C.

Opacity

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

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

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

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

This text has shadow with #BCD54C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD54C.

Preview

Color preview on black background

This text has color #BCD54C on black background.


Color preview on white background

This text has color #BCD54C on white background.


Black color preview on #BCD54C background

This text has black color on #BCD54C background.


White color preview on #BCD54C background

This text has white color on #BCD54C background.


Related colors

Complementary color

Complementary color for #hex is #432AB3.


I love getcolorcode.com

Triadic colors

1 #4CBCD5 and #D54CBC with #BCD54C are triadic colors.

2 #4CD5BC and #D5BC4C with #BCD54C are triadic colors.