Shades of Olivine #9EBD64
Tints of Olivine #9EBD64
RGB
CMYK
RGB Variations
Color information
#9EBD64 (or 0x9EBD64) is known color: Olivine. HEX triplet: 9E, BD and 64. RGB value is (158,189,100). Sum of RGB (Red+Green+Blue) = 158+189+100=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD64 is #61429B. Grayscale: #A9A9A9. Windows color (decimal): -6374044 or 6602142. OLE color: 6602142.
HSL color Cylindrical-coordinate representation of color #9EBD64: hue angle of 80.9º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EBD64 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 100 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.26 |
| HSL | 80.9º | 0.4% | 0.57% | - |
| HSV(B) | 80.9º | 0.47% | 0.74% | - |
| XYZ | 34.6 | 44.58 | 18.84 | - |
| YUV | 169.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 100 | 0.16 | 0 | 0.47 | 0.26 | 80.9 | 0.4 | 0.57 |
| Hex | 9E | BD | 64 | 10 | 0 | 2F | 1A | 51 | 28 | 39 |
| Octal | 236 | 275 | 144 | 20 | 0 | 57 | 32 | 121 | 50 | 71 |
| Binary | 10011110 | 10111101 | 1100100 | 10000 | 0 | 101111 | 11010 | 1010001 | 101000 | 111001 |
Color Harmonies of #9EBD64
Complementary color
Monochromatic Colors of #9EBD64
Black with #9EBD64
Text Example
Text Example
White with #9EBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD64; }
p { color: rgb(158,189,100); }
H1.HeaderClassName
{
color: #9EBD64;
}
.AnyTagClassName
{
color: #9EBD64;
}
</style>
background-color css
<style>
a { background-color: #9EBD64; }
a { background-color: rgb(158,189,100); }
div.DivClassName
{
background-color: #9EBD64;
}
.BgClassName
{
background-color: #9EBD64;
}
</style>
border-color css
<style>
span { border-color: #9EBD64; }
span { border-color: rgb(158,189,100); }
td.TdClassName
{
border-color: #9EBD64;
}
.TagClassName
{
border-color: #9EBD64;
}
</style>