HEX: #BCD54C
RGB: (188,213,76)
#BCD54C contains mainly red and green colors. Web safe color of #BCD54C is #CCCC33 (or #CC3).
#BCD54C color RGB value is (188,213,76).
RGB: (188,213,76)
(74%, 84%, 30%)
R 188 of 255 = 74%
G 213 of 255 = 84%
B 76 of 255 = 30%
R + G + B ~ 63%. #BCD54C is quite light color.
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'%
#BCD54C color CMYK value is (12,0,64,16).
CMYK: (12,0,64,16) C12M0Y64K16 (12%,0%,64%,16%) (0.12/0.00/0.64/0.16)
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 of #BCD54C
Tints of #BCD54C
Examples of css and html codes for elements with #BCD54C color. Also use rgb(188,213,76) instead hex code.
.myTextColor { color: #BCD54C; }
<p style="color:#BCD54C">This sample text font color is #BCD54C.</p>
This text font color is #BCD54C.
.myBgColor { background-color: #BCD54C; }
<div style="background-color:#BCD54C">Inner text</div>
This div background color is #BCD54C.
.myBorderColor { border: 1px solid #BCD54C; }
<div style="border:3px solid #BCD54C">Div</div>
This div border color is #BCD54C.
.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%.
.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.
/* 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 text has color #BCD54C on black background.
This text has color #BCD54C on white background.
This text has black color on #BCD54C background.
This text has white color on #BCD54C background.
Complementary color for #hex is #432AB3.