HEX: #BDD889
RGB: (189,216,137)
#BDD889 contains mainly red and green colors. Web safe color of #BDD889 is #CCCC99 (or #CC9).
#BDD889 color RGB value is (189,216,137).
RGB: (189,216,137)
(74%, 85%, 54%)
R 189 of 255 = 74%
G 216 of 255 = 85%
B 137 of 255 = 54%
R + G + B ~ 71%. #BDD889 is quite light color.
R + G + B = 189 + 216 + 137 = 542 (100%)
R 189 of 542 ~ 34.87%
G 216 of 542 ~ 39.85%
B 137 of 542 ~ 25.28'%
#BDD889 color CMYK value is (13,0,37,15).
CMYK: (13,0,37,15)
C13M0Y37K15 (13%, 0%, 37%, 15%)
(0.13 / 0.00 / 0.37 / 0.15)
Color #BDD889 in popluar color models
BD | D8 | 89 | |
---|---|---|---|
RGB | 189 | 216 | 137 |
HSL | 81° | 50.32% | 69.22% |
HSB/HSV | 81° | 36.57% | 84.71% |
CMYK | 12.50% | 0.00% | 36.57% |
15.29% |
Color #BDD889 in popluar number systems.
HEX | BD | D8 | 89 |
Decimal | 189 | 216 | 137 |
Binary | 10111101 | 11011000 | 10001001 |
Octal | 275 | 330 | 211 |
Shades of #BDD889
Tints of #BDD889
Examples of css and html codes for elements with #BDD889 color. Also use rgb(189,216,137) instead hex code.
.myTextColor { color: #BDD889; }
<p style="color:#BDD889">This sample text font color is #BDD889.</p>
This text font color is #BDD889.
.myBgColor { background-color: #BDD889; }
<div style="background-color:#BDD889">Inner text</div>
This div background color is #BDD889.
.myBorderColor { border: 1px solid #BDD889; }
<div style="border:3px solid #BDD889">Div</div>
This div border color is #BDD889.
.myOpacity80 { color: #BDD889; opacity: 0.8; }
<p style="color:#BDD889;opacity:0.8;">80%</p>
Text with #BDD889 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDD889;}
<p style="text-shadow: 3px 3px 1px #BDD889">Text here.</p>
This text has shadow with #BDD889 color.
.textShadow {text-shadow: 3px 3px 1px #BDD889', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDD889, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDD889 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDD889, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDD889, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDD889 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDD889;
-webkit-box-shadow: 1px 1px 3px 2px #BDD889;
box-shadow: 1px 1px 3px 2px #BDD889;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDD889; -webkit-box-shadow: 1px 1px 3px 2px #BDD889; box-shadow:1px 1px 3px 2px #BDD889;">
Div content here
</div>
This text has color #BDD889 on black background.
This text has color #BDD889 on white background.
This text has black color on #BDD889 background.
This text has white color on #BDD889 background.
Complementary color for #hex is #422776.