HEX: #9EBB6D
RGB: (158,187,109)
#9EBB6D contains mainly red and green colors. Web safe color of #9EBB6D is #99CC66 (or #9C6).
#9EBB6D color RGB value is (158,187,109).
RGB: (158,187,109)
(62%, 73%, 43%)
R 158 of 255 = 62%
G 187 of 255 = 73%
B 109 of 255 = 43%
R + G + B ~ 59%. #9EBB6D is middle color (not dark and not light).
R + G + B = 158 + 187 + 109 = 454 (100%)
R 158 of 454 ~ 34.8%
G 187 of 454 ~ 41.19%
B 109 of 454 ~ 24.01'%
#9EBB6D color CMYK value is (16,0,42,27).
CMYK: (16,0,42,27)
C16M0Y42K27 (16%, 0%, 42%, 27%)
(0.16 / 0.00 / 0.42 / 0.27)
Color #9EBB6D in popluar color models
9E | BB | 6D | |
---|---|---|---|
RGB | 158 | 187 | 109 |
HSL | 82° | 36.45% | 58.04% |
HSB/HSV | 82° | 41.71% | 73.33% |
CMYK | 15.51% | 0.00% | 41.71% |
26.67% |
Color #9EBB6D in popluar number systems.
HEX | 9E | BB | 6D |
Decimal | 158 | 187 | 109 |
Binary | 10011110 | 10111011 | 1101101 |
Octal | 236 | 273 | 155 |
Shades of #9EBB6D
Tints of #9EBB6D
Examples of css and html codes for elements with #9EBB6D color. Also use rgb(158,187,109) instead hex code.
.myTextColor { color: #9EBB6D; }
<p style="color:#9EBB6D">This sample text font color is #9EBB6D.</p>
This text font color is #9EBB6D.
.myBgColor { background-color: #9EBB6D; }
<div style="background-color:#9EBB6D">Inner text</div>
This div background color is #9EBB6D.
.myBorderColor { border: 1px solid #9EBB6D; }
<div style="border:3px solid #9EBB6D">Div</div>
This div border color is #9EBB6D.
.myOpacity80 { color: #9EBB6D; opacity: 0.8; }
<p style="color:#9EBB6D;opacity:0.8;">80%</p>
Text with #9EBB6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EBB6D;}
<p style="text-shadow: 3px 3px 1px #9EBB6D">Text here.</p>
This text has shadow with #9EBB6D color.
.textShadow {text-shadow: 3px 3px 1px #9EBB6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EBB6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EBB6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EBB6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EBB6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EBB6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EBB6D;
-webkit-box-shadow: 1px 1px 3px 2px #9EBB6D;
box-shadow: 1px 1px 3px 2px #9EBB6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EBB6D; -webkit-box-shadow: 1px 1px 3px 2px #9EBB6D; box-shadow:1px 1px 3px 2px #9EBB6D;">
Div content here
</div>
This text has color #9EBB6D on black background.
This text has color #9EBB6D on white background.
This text has black color on #9EBB6D background.
This text has white color on #9EBB6D background.
Complementary color for #hex is #614492.