HEX: #B0D972
RGB: (176,217,114)
#B0D972 contains mainly red and green colors. Web safe color of #B0D972 is #99CC66 (or #9C6).
#B0D972 color RGB value is (176,217,114).
RGB: (176,217,114)
(69%, 85%, 45%)
R 176 of 255 = 69%
G 217 of 255 = 85%
B 114 of 255 = 45%
R + G + B ~ 66%. #B0D972 is quite light color.
R + G + B = 176 + 217 + 114 = 507 (100%)
R 176 of 507 ~ 34.71%
G 217 of 507 ~ 42.8%
B 114 of 507 ~ 22.49'%
#B0D972 color CMYK value is (19,0,47,15).
CMYK: (19,0,47,15)
C19M0Y47K15 (19%, 0%, 47%, 15%)
(0.19 / 0.00 / 0.47 / 0.15)
Color #B0D972 in popluar color models
B0 | D9 | 72 | |
---|---|---|---|
RGB | 176 | 217 | 114 |
HSL | 84° | 57.54% | 64.90% |
HSB/HSV | 84° | 47.47% | 85.10% |
CMYK | 18.89% | 0.00% | 47.47% |
14.90% |
Color #B0D972 in popluar number systems.
HEX | B0 | D9 | 72 |
Decimal | 176 | 217 | 114 |
Binary | 10110000 | 11011001 | 1110010 |
Octal | 260 | 331 | 162 |
Shades of #B0D972
Tints of #B0D972
Examples of css and html codes for elements with #B0D972 color. Also use rgb(176,217,114) instead hex code.
.myTextColor { color: #B0D972; }
<p style="color:#B0D972">This sample text font color is #B0D972.</p>
This text font color is #B0D972.
.myBgColor { background-color: #B0D972; }
<div style="background-color:#B0D972">Inner text</div>
This div background color is #B0D972.
.myBorderColor { border: 1px solid #B0D972; }
<div style="border:3px solid #B0D972">Div</div>
This div border color is #B0D972.
.myOpacity80 { color: #B0D972; opacity: 0.8; }
<p style="color:#B0D972;opacity:0.8;">80%</p>
Text with #B0D972 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0D972;}
<p style="text-shadow: 3px 3px 1px #B0D972">Text here.</p>
This text has shadow with #B0D972 color.
.textShadow {text-shadow: 3px 3px 1px #B0D972', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0D972, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0D972 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0D972, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0D972, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0D972 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0D972;
-webkit-box-shadow: 1px 1px 3px 2px #B0D972;
box-shadow: 1px 1px 3px 2px #B0D972;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0D972; -webkit-box-shadow: 1px 1px 3px 2px #B0D972; box-shadow:1px 1px 3px 2px #B0D972;">
Div content here
</div>
This text has color #B0D972 on black background.
This text has color #B0D972 on white background.
This text has black color on #B0D972 background.
This text has white color on #B0D972 background.
Complementary color for #hex is #4F268D.