Shades of Olivine #9ABE5E
Tints of Olivine #9ABE5E
RGB
CMYK
RGB Variations
Color information
#9ABE5E (or 0x9ABE5E) is known color: Olivine. HEX triplet: 9A, BE and 5E. RGB value is (154,190,94). Sum of RGB (Red+Green+Blue) = 154+190+94=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE5E is #6541A1. Grayscale: #A8A8A8. Windows color (decimal): -6635938 or 6209178. OLE color: 6209178.
HSL color Cylindrical-coordinate representation of color #9ABE5E: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ABE5E is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 94 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.25 |
| HSL | 82.5º | 0.42% | 0.56% | - |
| HSV(B) | 82.5º | 0.51% | 0.75% | - |
| XYZ | 33.76 | 44.51 | 17.4 | - |
| YUV | 168.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 94 | 0.19 | 0 | 0.51 | 0.25 | 82.5 | 0.42 | 0.56 |
| Hex | 9A | BE | 5E | 13 | 0 | 33 | 19 | 52 | 2A | 38 |
| Octal | 232 | 276 | 136 | 23 | 0 | 63 | 31 | 122 | 52 | 70 |
| Binary | 10011010 | 10111110 | 1011110 | 10011 | 0 | 110011 | 11001 | 1010010 | 101010 | 111000 |
Color Harmonies of #9ABE5E
Complementary color
Monochromatic Colors of #9ABE5E
Black with #9ABE5E
Text Example
Text Example
White with #9ABE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE5E; }
p { color: rgb(154,190,94); }
H1.HeaderClassName
{
color: #9ABE5E;
}
.AnyTagClassName
{
color: #9ABE5E;
}
</style>
background-color css
<style>
a { background-color: #9ABE5E; }
a { background-color: rgb(154,190,94); }
div.DivClassName
{
background-color: #9ABE5E;
}
.BgClassName
{
background-color: #9ABE5E;
}
</style>
border-color css
<style>
span { border-color: #9ABE5E; }
span { border-color: rgb(154,190,94); }
td.TdClassName
{
border-color: #9ABE5E;
}
.TagClassName
{
border-color: #9ABE5E;
}
</style>