Shades of Olivine #9EBC5D
Tints of Olivine #9EBC5D
RGB
CMYK
RGB Variations
Color information
#9EBC5D (or 0x9EBC5D) is known color: Olivine. HEX triplet: 9E, BC and 5D. RGB value is (158,188,93). Sum of RGB (Red+Green+Blue) = 158+188+93=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC5D is #6143A2. Grayscale: #A8A8A8. Windows color (decimal): -6374307 or 6143134. OLE color: 6143134.
HSL color Cylindrical-coordinate representation of color #9EBC5D: hue angle of 78.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EBC5D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 93 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.26 |
| HSL | 78.95º | 0.41% | 0.55% | - |
| HSV(B) | 78.95º | 0.51% | 0.74% | - |
| XYZ | 34.06 | 44.03 | 17.06 | - |
| YUV | 168.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 93 | 0.16 | 0 | 0.51 | 0.26 | 78.95 | 0.41 | 0.55 |
| Hex | 9E | BC | 5D | 10 | 0 | 33 | 1A | 4F | 29 | 37 |
| Octal | 236 | 274 | 135 | 20 | 0 | 63 | 32 | 117 | 51 | 67 |
| Binary | 10011110 | 10111100 | 1011101 | 10000 | 0 | 110011 | 11010 | 1001111 | 101001 | 110111 |
Color Harmonies of #9EBC5D
Complementary color
Monochromatic Colors of #9EBC5D
Black with #9EBC5D
Text Example
Text Example
White with #9EBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC5D; }
p { color: rgb(158,188,93); }
H1.HeaderClassName
{
color: #9EBC5D;
}
.AnyTagClassName
{
color: #9EBC5D;
}
</style>
background-color css
<style>
a { background-color: #9EBC5D; }
a { background-color: rgb(158,188,93); }
div.DivClassName
{
background-color: #9EBC5D;
}
.BgClassName
{
background-color: #9EBC5D;
}
</style>
border-color css
<style>
span { border-color: #9EBC5D; }
span { border-color: rgb(158,188,93); }
td.TdClassName
{
border-color: #9EBC5D;
}
.TagClassName
{
border-color: #9EBC5D;
}
</style>