Shades of Olivine #9ABD66
Tints of Olivine #9ABD66
RGB
CMYK
RGB Variations
Color information
#9ABD66 (or 0x9ABD66) is known color: Olivine. HEX triplet: 9A, BD and 66. RGB value is (154,189,102). Sum of RGB (Red+Green+Blue) = 154+189+102=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD66 is #654299. Grayscale: #A8A8A8. Windows color (decimal): -6636186 or 6733210. OLE color: 6733210.
HSL color Cylindrical-coordinate representation of color #9ABD66: hue angle of 84.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ABD66 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 102 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.26 |
| HSL | 84.14º | 0.4% | 0.57% | - |
| HSV(B) | 84.14º | 0.46% | 0.74% | - |
| XYZ | 33.92 | 44.22 | 19.32 | - |
| YUV | 168.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 102 | 0.19 | 0 | 0.46 | 0.26 | 84.14 | 0.4 | 0.57 |
| Hex | 9A | BD | 66 | 13 | 0 | 2E | 1A | 54 | 28 | 39 |
| Octal | 232 | 275 | 146 | 23 | 0 | 56 | 32 | 124 | 50 | 71 |
| Binary | 10011010 | 10111101 | 1100110 | 10011 | 0 | 101110 | 11010 | 1010100 | 101000 | 111001 |
Color Harmonies of #9ABD66
Complementary color
Monochromatic Colors of #9ABD66
Black with #9ABD66
Text Example
Text Example
White with #9ABD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD66; }
p { color: rgb(154,189,102); }
H1.HeaderClassName
{
color: #9ABD66;
}
.AnyTagClassName
{
color: #9ABD66;
}
</style>
background-color css
<style>
a { background-color: #9ABD66; }
a { background-color: rgb(154,189,102); }
div.DivClassName
{
background-color: #9ABD66;
}
.BgClassName
{
background-color: #9ABD66;
}
</style>
border-color css
<style>
span { border-color: #9ABD66; }
span { border-color: rgb(154,189,102); }
td.TdClassName
{
border-color: #9ABD66;
}
.TagClassName
{
border-color: #9ABD66;
}
</style>