Shades of Olivine #9EBA5F
Tints of Olivine #9EBA5F
RGB
CMYK
RGB Variations
Color information
#9EBA5F (or 0x9EBA5F) is known color: Olivine. HEX triplet: 9E, BA and 5F. RGB value is (158,186,95). Sum of RGB (Red+Green+Blue) = 158+186+95=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA5F is #6145A0. Grayscale: #A7A7A7. Windows color (decimal): -6374817 or 6273694. OLE color: 6273694.
HSL color Cylindrical-coordinate representation of color #9EBA5F: hue angle of 78.46º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EBA5F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 95 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.27 |
| HSL | 78.46º | 0.4% | 0.55% | - |
| HSV(B) | 78.46º | 0.49% | 0.73% | - |
| XYZ | 33.73 | 43.21 | 17.39 | - |
| YUV | 167.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 95 | 0.15 | 0 | 0.49 | 0.27 | 78.46 | 0.4 | 0.55 |
| Hex | 9E | BA | 5F | F | 0 | 31 | 1B | 4E | 28 | 37 |
| Octal | 236 | 272 | 137 | 17 | 0 | 61 | 33 | 116 | 50 | 67 |
| Binary | 10011110 | 10111010 | 1011111 | 1111 | 0 | 110001 | 11011 | 1001110 | 101000 | 110111 |
Color Harmonies of #9EBA5F
Complementary color
Monochromatic Colors of #9EBA5F
Black with #9EBA5F
Text Example
Text Example
White with #9EBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA5F; }
p { color: rgb(158,186,95); }
H1.HeaderClassName
{
color: #9EBA5F;
}
.AnyTagClassName
{
color: #9EBA5F;
}
</style>
background-color css
<style>
a { background-color: #9EBA5F; }
a { background-color: rgb(158,186,95); }
div.DivClassName
{
background-color: #9EBA5F;
}
.BgClassName
{
background-color: #9EBA5F;
}
</style>
border-color css
<style>
span { border-color: #9EBA5F; }
span { border-color: rgb(158,186,95); }
td.TdClassName
{
border-color: #9EBA5F;
}
.TagClassName
{
border-color: #9EBA5F;
}
</style>