Shades of Olivine #9ABE63
Tints of Olivine #9ABE63
RGB
CMYK
RGB Variations
Color information
#9ABE63 (or 0x9ABE63) is known color: Olivine. HEX triplet: 9A, BE and 63. RGB value is (154,190,99). Sum of RGB (Red+Green+Blue) = 154+190+99=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE63 is #65419C. Grayscale: #A9A9A9. Windows color (decimal): -6635933 or 6536858. OLE color: 6536858.
HSL color Cylindrical-coordinate representation of color #9ABE63: hue angle of 83.74º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ABE63 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 99 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.25 |
| HSL | 83.74º | 0.41% | 0.57% | - |
| HSV(B) | 83.74º | 0.48% | 0.75% | - |
| XYZ | 33.99 | 44.6 | 18.62 | - |
| YUV | 168.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 99 | 0.19 | 0 | 0.48 | 0.25 | 83.74 | 0.41 | 0.57 |
| Hex | 9A | BE | 63 | 13 | 0 | 30 | 19 | 54 | 29 | 39 |
| Octal | 232 | 276 | 143 | 23 | 0 | 60 | 31 | 124 | 51 | 71 |
| Binary | 10011010 | 10111110 | 1100011 | 10011 | 0 | 110000 | 11001 | 1010100 | 101001 | 111001 |
Color Harmonies of #9ABE63
Complementary color
Monochromatic Colors of #9ABE63
Black with #9ABE63
Text Example
Text Example
White with #9ABE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE63; }
p { color: rgb(154,190,99); }
H1.HeaderClassName
{
color: #9ABE63;
}
.AnyTagClassName
{
color: #9ABE63;
}
</style>
background-color css
<style>
a { background-color: #9ABE63; }
a { background-color: rgb(154,190,99); }
div.DivClassName
{
background-color: #9ABE63;
}
.BgClassName
{
background-color: #9ABE63;
}
</style>
border-color css
<style>
span { border-color: #9ABE63; }
span { border-color: rgb(154,190,99); }
td.TdClassName
{
border-color: #9ABE63;
}
.TagClassName
{
border-color: #9ABE63;
}
</style>