Shades of Olivine #9ABE59
Tints of Olivine #9ABE59
RGB
CMYK
RGB Variations
Color information
#9ABE59 (or 0x9ABE59) is known color: Olivine. HEX triplet: 9A, BE and 59. RGB value is (154,190,89). Sum of RGB (Red+Green+Blue) = 154+190+89=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE59 is #6541A6. Grayscale: #A8A8A8. Windows color (decimal): -6635943 or 5881498. OLE color: 5881498.
HSL color Cylindrical-coordinate representation of color #9ABE59: hue angle of 81.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ABE59 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 89 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.25 |
| HSL | 81.39º | 0.44% | 0.55% | - |
| HSV(B) | 81.39º | 0.53% | 0.75% | - |
| XYZ | 33.54 | 44.42 | 16.26 | - |
| YUV | 167.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 89 | 0.19 | 0 | 0.53 | 0.25 | 81.39 | 0.44 | 0.55 |
| Hex | 9A | BE | 59 | 13 | 0 | 35 | 19 | 51 | 2C | 37 |
| Octal | 232 | 276 | 131 | 23 | 0 | 65 | 31 | 121 | 54 | 67 |
| Binary | 10011010 | 10111110 | 1011001 | 10011 | 0 | 110101 | 11001 | 1010001 | 101100 | 110111 |
Color Harmonies of #9ABE59
Complementary color
Monochromatic Colors of #9ABE59
Black with #9ABE59
Text Example
Text Example
White with #9ABE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE59; }
p { color: rgb(154,190,89); }
H1.HeaderClassName
{
color: #9ABE59;
}
.AnyTagClassName
{
color: #9ABE59;
}
</style>
background-color css
<style>
a { background-color: #9ABE59; }
a { background-color: rgb(154,190,89); }
div.DivClassName
{
background-color: #9ABE59;
}
.BgClassName
{
background-color: #9ABE59;
}
</style>
border-color css
<style>
span { border-color: #9ABE59; }
span { border-color: rgb(154,190,89); }
td.TdClassName
{
border-color: #9ABE59;
}
.TagClassName
{
border-color: #9ABE59;
}
</style>