HEX: #BCD13C
RGB: (188,209,60)
#BCD13C contains mainly red and green colors. Web safe color of #BCD13C is #CCCC33 (or #CC3).
#BCD13C color RGB value is (188,209,60).
RGB: (188,209,60)
(74%, 82%, 24%)
R 188 of 255 = 74%
G 209 of 255 = 82%
B 60 of 255 = 24%
R + G + B ~ 60%. #BCD13C is middle color (not dark and not light).
R + G + B = 188 + 209 + 60 = 457 (100%)
R 188 of 457 ~ 41.14%
G 209 of 457 ~ 45.73%
B 60 of 457 ~ 13.13'%
#BCD13C color CMYK value is (10,0,71,18).
CMYK: (10,0,71,18)
C10M0Y71K18 (10%, 0%, 71%, 18%)
(0.10 / 0.00 / 0.71 / 0.18)
Color #BCD13C in popluar color models
BC | D1 | 3C | |
---|---|---|---|
RGB | 188 | 209 | 60 |
HSL | 68° | 61.83% | 52.75% |
HSB/HSV | 68° | 71.29% | 81.96% |
CMYK | 10.05% | 0.00% | 71.29% |
18.04% |
Color #BCD13C in popluar number systems.
HEX | BC | D1 | 3C |
Decimal | 188 | 209 | 60 |
Binary | 10111100 | 11010001 | 111100 |
Octal | 274 | 321 | 74 |
Shades of #BCD13C
Tints of #BCD13C
Examples of css and html codes for elements with #BCD13C color. Also use rgb(188,209,60) instead hex code.
.myTextColor { color: #BCD13C; }
<p style="color:#BCD13C">This sample text font color is #BCD13C.</p>
This text font color is #BCD13C.
.myBgColor { background-color: #BCD13C; }
<div style="background-color:#BCD13C">Inner text</div>
This div background color is #BCD13C.
.myBorderColor { border: 1px solid #BCD13C; }
<div style="border:3px solid #BCD13C">Div</div>
This div border color is #BCD13C.
.myOpacity80 { color: #BCD13C; opacity: 0.8; }
<p style="color:#BCD13C;opacity:0.8;">80%</p>
Text with #BCD13C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD13C;}
<p style="text-shadow: 3px 3px 1px #BCD13C">Text here.</p>
This text has shadow with #BCD13C color.
.textShadow {text-shadow: 3px 3px 1px #BCD13C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD13C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD13C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD13C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD13C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD13C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD13C;
-webkit-box-shadow: 1px 1px 3px 2px #BCD13C;
box-shadow: 1px 1px 3px 2px #BCD13C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD13C; -webkit-box-shadow: 1px 1px 3px 2px #BCD13C; box-shadow:1px 1px 3px 2px #BCD13C;">
Div content here
</div>
This text has color #BCD13C on black background.
This text has color #BCD13C on white background.
This text has black color on #BCD13C background.
This text has white color on #BCD13C background.
Complementary color for #hex is #432EC3.