HEX: #B9E496
RGB: (185,228,150)
#B9E496 contains mainly red and green colors. Web safe color of #B9E496 is #CCCC99 (or #CC9).
#B9E496 color RGB value is (185,228,150).
RGB: (185,228,150)
(73%, 89%, 59%)
R 185 of 255 = 73%
G 228 of 255 = 89%
B 150 of 255 = 59%
R + G + B ~ 74%. #B9E496 is quite light color.
R + G + B = 185 + 228 + 150 = 563 (100%)
R 185 of 563 ~ 32.86%
G 228 of 563 ~ 40.5%
B 150 of 563 ~ 26.64'%
#B9E496 color CMYK value is (19,0,34,11).
CMYK: (19,0,34,11) C19M0Y34K11 (19%,0%,34%,11%) (0.19/0.00/0.34/0.11)
Color #B9E496 in popluar color models
B9 | E4 | 96 | |
---|---|---|---|
RGB | 185 | 228 | 150 |
HSL | 93° | 59.09% | 74.12% |
HSB/HSV | 93° | 34.21% | 89.41% |
CMYK | 18.86% | 0.00% | 34.21% |
10.59% |
Color #B9E496 in popluar number systems.
HEX | B9 | E4 | 96 |
Decimal | 185 | 228 | 150 |
Binary | 10111001 | 11100100 | 10010110 |
Octal | 271 | 344 | 226 |
Shades of #B9E496
Tints of #B9E496
Examples of css and html codes for elements with #B9E496 color. Also use rgb(185,228,150) instead hex code.
.myTextColor { color: #B9E496; }
<p style="color:#B9E496">This sample text font color is #B9E496.</p>
This text font color is #B9E496.
.myBgColor { background-color: #B9E496; }
<div style="background-color:#B9E496">Inner text</div>
This div background color is #B9E496.
.myBorderColor { border: 1px solid #B9E496; }
<div style="border:3px solid #B9E496">Div</div>
This div border color is #B9E496.
.myOpacity80 { color: #B9E496; opacity: 0.8; }
<p style="color:#B9E496;opacity:0.8;">80%</p>
Text with #B9E496 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9E496;}
<p style="text-shadow: 3px 3px 1px #B9E496">Text here.</p>
This text has shadow with #B9E496 color.
.textShadow {text-shadow: 3px 3px 1px #B9E496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9E496, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9E496 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9E496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9E496, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9E496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9E496;
-webkit-box-shadow: 1px 1px 3px 2px #B9E496;
box-shadow: 1px 1px 3px 2px #B9E496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9E496; -webkit-box-shadow: 1px 1px 3px 2px #B9E496; box-shadow:1px 1px 3px 2px #B9E496;">
Div content here
</div>
This text has color #B9E496 on black background.
This text has color #B9E496 on white background.
This text has black color on #B9E496 background.
This text has white color on #B9E496 background.
Complementary color for #hex is #461B69.