HEX: #B9D889
RGB: (185,216,137)
#B9D889 contains mainly red and green colors. Web safe color of #B9D889 is #CCCC99 (or #CC9).
#B9D889 color RGB value is (185,216,137).
RGB: (185,216,137) (73%,85%,54%)
R 185 of 255 = 73%
G 216 of 255 = 85%
B 137 of 255 = 54%
R + G + B ~ 71%. #B9D889 is quite light color.
R + G + B =
185 + 216 + 137 = 538 (100%)
R 185 of 538 ~ 34.39%
G 216 of 538 ~ 40.15%
B 137 of 538 ~ 25.46%
#B9D889 color CMYK value is (14,0,37,15).
CMYK: (14,0,37,15) C14M0Y37K15 (14%,0%,37%,15%) (0.14/0.00/0.37/0.15)
B9 | D8 | 89 | |
---|---|---|---|
RGB | 185 | 216 | 137 |
HSL | 84° | 50.32% | 69.22% |
HSB/HSV | 84° | 36.57% | 84.71% |
CMYK | 14.35% | 0.00% | 36.57% |
15.29% |
HEX | B9 | D8 | 89 |
Decimal | 185 | 216 | 137 |
Binary | 10111001 | 11011000 | 10001001 |
Octal | 271 | 330 | 211 |
Examples of css and html codes for elements with #B9D889 color. Also use rgb(185,216,137) instead hex code.
.myTextColor { color: #B9D889; }
<p style="color:#B9D889">This sample text font color is #B9D889.</p>
This text font color is #B9D889.
.myBgColor { background-color: #B9D889; }
<div style="background-color:#B9D889">Inner text</div>
This div background color is #B9D889.
.myBorderColor { border: 1px solid #B9D889; }
<div style="border:3px solid #B9D889">Div</div>
This div border color is #B9D889.
.myOpacity80 { color: #B9D889; opacity: 0.8; }
<p style="color:#B9D889;opacity:0.8;">80%</p>
Text with #B9D889 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9D889;}
<p style="text-shadow: 3px 3px 1px #B9D889">Text here.</p>
This text has shadow with #B9D889 color.
.textShadow {text-shadow: 3px 3px 1px #B9D889, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9D889, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9D889 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9D889, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9D889, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9D889 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B9D889; -webkit-box-shadow: 1px 1px 3px 2px #B9D889; box-shadow: 1px 1px 3px 2px #B9D889; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B9D889; -webkit-box-shadow: 1px 1px 3px 2px #B9D889; box-shadow:1px 1px 3px 2px #B9D889;">
Div content here</div>
This text has color #B9D889 on black background.
This text has color #B9D889 on white background.
This text has black color on #B9D889 background.
This text has white color on #B9D889 background.