Shades of Olivine #9EBC5E
Tints of Olivine #9EBC5E
RGB
CMYK
RGB Variations
Color information
#9EBC5E (or 0x9EBC5E) is known color: Olivine. HEX triplet: 9E, BC and 5E. RGB value is (158,188,94). Sum of RGB (Red+Green+Blue) = 158+188+94=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC5E is #6143A1. Grayscale: #A8A8A8. Windows color (decimal): -6374306 or 6208670. OLE color: 6208670.
HSL color Cylindrical-coordinate representation of color #9EBC5E: hue angle of 79.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EBC5E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 94 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.26 |
| HSL | 79.15º | 0.41% | 0.55% | - |
| HSV(B) | 79.15º | 0.5% | 0.74% | - |
| XYZ | 34.1 | 44.04 | 17.29 | - |
| YUV | 168.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 94 | 0.16 | 0 | 0.50 | 0.26 | 79.15 | 0.41 | 0.55 |
| Hex | 9E | BC | 5E | 10 | 0 | 32 | 1A | 4F | 29 | 37 |
| Octal | 236 | 274 | 136 | 20 | 0 | 62 | 32 | 117 | 51 | 67 |
| Binary | 10011110 | 10111100 | 1011110 | 10000 | 0 | 110010 | 11010 | 1001111 | 101001 | 110111 |
Color Harmonies of #9EBC5E
Complementary color
Monochromatic Colors of #9EBC5E
Black with #9EBC5E
Text Example
Text Example
White with #9EBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC5E; }
p { color: rgb(158,188,94); }
H1.HeaderClassName
{
color: #9EBC5E;
}
.AnyTagClassName
{
color: #9EBC5E;
}
</style>
background-color css
<style>
a { background-color: #9EBC5E; }
a { background-color: rgb(158,188,94); }
div.DivClassName
{
background-color: #9EBC5E;
}
.BgClassName
{
background-color: #9EBC5E;
}
</style>
border-color css
<style>
span { border-color: #9EBC5E; }
span { border-color: rgb(158,188,94); }
td.TdClassName
{
border-color: #9EBC5E;
}
.TagClassName
{
border-color: #9EBC5E;
}
</style>