HEX: #BCC496
RGB: (188,196,150)
#BCC496 contains red, green and blue colors in about the same proportion. Web safe color of #BCC496 is #CCCC99 (or #CC9).
#BCC496 color RGB value is (188,196,150).
RGB: (188,196,150)
(74%, 77%, 59%)
R 188 of 255 = 74%
G 196 of 255 = 77%
B 150 of 255 = 59%
R + G + B ~ 70%. #BCC496 is quite light color.
R + G + B = 188 + 196 + 150 = 534 (100%)
R 188 of 534 ~ 35.21%
G 196 of 534 ~ 36.7%
B 150 of 534 ~ 28.09'%
#BCC496 color CMYK value is (4,0,23,23).
CMYK: (4,0,23,23) C4M0Y23K23 (4%,0%,23%,23%) (0.04/0.00/0.23/0.23)
Color #BCC496 in popluar color models
BC | C4 | 96 | |
---|---|---|---|
RGB | 188 | 196 | 150 |
HSL | 70° | 28.05% | 67.84% |
HSB/HSV | 70° | 23.47% | 76.86% |
CMYK | 4.08% | 0.00% | 23.47% |
23.14% |
Color #BCC496 in popluar number systems.
HEX | BC | C4 | 96 |
Decimal | 188 | 196 | 150 |
Binary | 10111100 | 11000100 | 10010110 |
Octal | 274 | 304 | 226 |
Shades of #BCC496
Tints of #BCC496
Examples of css and html codes for elements with #BCC496 color. Also use rgb(188,196,150) instead hex code.
.myTextColor { color: #BCC496; }
<p style="color:#BCC496">This sample text font color is #BCC496.</p>
This text font color is #BCC496.
.myBgColor { background-color: #BCC496; }
<div style="background-color:#BCC496">Inner text</div>
This div background color is #BCC496.
.myBorderColor { border: 1px solid #BCC496; }
<div style="border:3px solid #BCC496">Div</div>
This div border color is #BCC496.
.myOpacity80 { color: #BCC496; opacity: 0.8; }
<p style="color:#BCC496;opacity:0.8;">80%</p>
Text with #BCC496 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC496;}
<p style="text-shadow: 3px 3px 1px #BCC496">Text here.</p>
This text has shadow with #BCC496 color.
.textShadow {text-shadow: 3px 3px 1px #BCC496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC496, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC496 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC496, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC496;
-webkit-box-shadow: 1px 1px 3px 2px #BCC496;
box-shadow: 1px 1px 3px 2px #BCC496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC496; -webkit-box-shadow: 1px 1px 3px 2px #BCC496; box-shadow:1px 1px 3px 2px #BCC496;">
Div content here
</div>
This text has color #BCC496 on black background.
This text has color #BCC496 on white background.
This text has black color on #BCC496 background.
This text has white color on #BCC496 background.
Complementary color for #hex is #433B69.