HEX: #BCC98D
RGB: (188,201,141)
#BCC98D contains mainly red and green colors. Web safe color of #BCC98D is #CCCC99 (or #CC9).
#BCC98D color RGB value is (188,201,141).
RGB: (188,201,141)
(74%, 79%, 55%)
R 188 of 255 = 74%
G 201 of 255 = 79%
B 141 of 255 = 55%
R + G + B ~ 69%. #BCC98D is quite light color.
R + G + B = 188 + 201 + 141 = 530 (100%)
R 188 of 530 ~ 35.47%
G 201 of 530 ~ 37.92%
B 141 of 530 ~ 26.6'%
#BCC98D color CMYK value is (6,0,30,21).
CMYK: (6,0,30,21)
C6M0Y30K21 (6%, 0%, 30%, 21%)
(0.06 / 0.00 / 0.30 / 0.21)
Color #BCC98D in popluar color models
BC | C9 | 8D | |
---|---|---|---|
RGB | 188 | 201 | 141 |
HSL | 73° | 35.71% | 67.06% |
HSB/HSV | 73° | 29.85% | 78.82% |
CMYK | 6.47% | 0.00% | 29.85% |
21.18% |
Color #BCC98D in popluar number systems.
HEX | BC | C9 | 8D |
Decimal | 188 | 201 | 141 |
Binary | 10111100 | 11001001 | 10001101 |
Octal | 274 | 311 | 215 |
Shades of #BCC98D
Tints of #BCC98D
Examples of css and html codes for elements with #BCC98D color. Also use rgb(188,201,141) instead hex code.
.myTextColor { color: #BCC98D; }
<p style="color:#BCC98D">This sample text font color is #BCC98D.</p>
This text font color is #BCC98D.
.myBgColor { background-color: #BCC98D; }
<div style="background-color:#BCC98D">Inner text</div>
This div background color is #BCC98D.
.myBorderColor { border: 1px solid #BCC98D; }
<div style="border:3px solid #BCC98D">Div</div>
This div border color is #BCC98D.
.myOpacity80 { color: #BCC98D; opacity: 0.8; }
<p style="color:#BCC98D;opacity:0.8;">80%</p>
Text with #BCC98D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC98D;}
<p style="text-shadow: 3px 3px 1px #BCC98D">Text here.</p>
This text has shadow with #BCC98D color.
.textShadow {text-shadow: 3px 3px 1px #BCC98D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC98D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC98D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC98D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC98D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC98D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC98D;
-webkit-box-shadow: 1px 1px 3px 2px #BCC98D;
box-shadow: 1px 1px 3px 2px #BCC98D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC98D; -webkit-box-shadow: 1px 1px 3px 2px #BCC98D; box-shadow:1px 1px 3px 2px #BCC98D;">
Div content here
</div>
This text has color #BCC98D on black background.
This text has color #BCC98D on white background.
This text has black color on #BCC98D background.
This text has white color on #BCC98D background.
Complementary color for #hex is #433672.