Shades of Olivine #9ABE66
Tints of Olivine #9ABE66
RGB
CMYK
RGB Variations
Color information
#9ABE66 (or 0x9ABE66) is known color: Olivine. HEX triplet: 9A, BE and 66. RGB value is (154,190,102). Sum of RGB (Red+Green+Blue) = 154+190+102=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE66 is #654199. Grayscale: #A9A9A9. Windows color (decimal): -6635930 or 6733466. OLE color: 6733466.
HSL color Cylindrical-coordinate representation of color #9ABE66: hue angle of 84.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ABE66 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 102 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.25 |
| HSL | 84.55º | 0.4% | 0.57% | - |
| HSV(B) | 84.55º | 0.46% | 0.75% | - |
| XYZ | 34.14 | 44.66 | 19.39 | - |
| YUV | 169.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 102 | 0.19 | 0 | 0.46 | 0.25 | 84.55 | 0.4 | 0.57 |
| Hex | 9A | BE | 66 | 13 | 0 | 2E | 19 | 55 | 28 | 39 |
| Octal | 232 | 276 | 146 | 23 | 0 | 56 | 31 | 125 | 50 | 71 |
| Binary | 10011010 | 10111110 | 1100110 | 10011 | 0 | 101110 | 11001 | 1010101 | 101000 | 111001 |
Color Harmonies of #9ABE66
Complementary color
Monochromatic Colors of #9ABE66
Black with #9ABE66
Text Example
Text Example
White with #9ABE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE66; }
p { color: rgb(154,190,102); }
H1.HeaderClassName
{
color: #9ABE66;
}
.AnyTagClassName
{
color: #9ABE66;
}
</style>
background-color css
<style>
a { background-color: #9ABE66; }
a { background-color: rgb(154,190,102); }
div.DivClassName
{
background-color: #9ABE66;
}
.BgClassName
{
background-color: #9ABE66;
}
</style>
border-color css
<style>
span { border-color: #9ABE66; }
span { border-color: rgb(154,190,102); }
td.TdClassName
{
border-color: #9ABE66;
}
.TagClassName
{
border-color: #9ABE66;
}
</style>