Shades of Olivine #9ABD60
Tints of Olivine #9ABD60
RGB
CMYK
RGB Variations
Color information
#9ABD60 (or 0x9ABD60) is known color: Olivine. HEX triplet: 9A, BD and 60. RGB value is (154,189,96). Sum of RGB (Red+Green+Blue) = 154+189+96=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD60 is #65429F. Grayscale: #A8A8A8. Windows color (decimal): -6636192 or 6339994. OLE color: 6339994.
HSL color Cylindrical-coordinate representation of color #9ABD60: hue angle of 82.58º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ABD60 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 96 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.26 |
| HSL | 82.58º | 0.41% | 0.56% | - |
| HSV(B) | 82.58º | 0.49% | 0.74% | - |
| XYZ | 33.64 | 44.11 | 17.81 | - |
| YUV | 167.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 96 | 0.19 | 0 | 0.49 | 0.26 | 82.58 | 0.41 | 0.56 |
| Hex | 9A | BD | 60 | 13 | 0 | 31 | 1A | 53 | 29 | 38 |
| Octal | 232 | 275 | 140 | 23 | 0 | 61 | 32 | 123 | 51 | 70 |
| Binary | 10011010 | 10111101 | 1100000 | 10011 | 0 | 110001 | 11010 | 1010011 | 101001 | 111000 |
Color Harmonies of #9ABD60
Complementary color
Monochromatic Colors of #9ABD60
Black with #9ABD60
Text Example
Text Example
White with #9ABD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD60; }
p { color: rgb(154,189,96); }
H1.HeaderClassName
{
color: #9ABD60;
}
.AnyTagClassName
{
color: #9ABD60;
}
</style>
background-color css
<style>
a { background-color: #9ABD60; }
a { background-color: rgb(154,189,96); }
div.DivClassName
{
background-color: #9ABD60;
}
.BgClassName
{
background-color: #9ABD60;
}
</style>
border-color css
<style>
span { border-color: #9ABD60; }
span { border-color: rgb(154,189,96); }
td.TdClassName
{
border-color: #9ABD60;
}
.TagClassName
{
border-color: #9ABD60;
}
</style>