Shades of Olivine #9AB96D
Tints of Olivine #9AB96D
RGB
CMYK
RGB Variations
Color information
#9AB96D (or 0x9AB96D) is known color: Olivine. HEX triplet: 9A, B9 and 6D. RGB value is (154,185,109). Sum of RGB (Red+Green+Blue) = 154+185+109=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB96D is #654692. Grayscale: #A7A7A7. Windows color (decimal): -6637203 or 7190938. OLE color: 7190938.
HSL color Cylindrical-coordinate representation of color #9AB96D: hue angle of 84.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AB96D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 109 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.27 |
| HSL | 84.47º | 0.35% | 0.58% | - |
| HSV(B) | 84.47º | 0.41% | 0.73% | - |
| XYZ | 33.44 | 42.67 | 20.94 | - |
| YUV | 167.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 109 | 0.17 | 0 | 0.41 | 0.27 | 84.47 | 0.35 | 0.58 |
| Hex | 9A | B9 | 6D | 11 | 0 | 29 | 1B | 54 | 23 | 3A |
| Octal | 232 | 271 | 155 | 21 | 0 | 51 | 33 | 124 | 43 | 72 |
| Binary | 10011010 | 10111001 | 1101101 | 10001 | 0 | 101001 | 11011 | 1010100 | 100011 | 111010 |
Color Harmonies of #9AB96D
Complementary color
Monochromatic Colors of #9AB96D
Black with #9AB96D
Text Example
Text Example
White with #9AB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB96D; }
p { color: rgb(154,185,109); }
H1.HeaderClassName
{
color: #9AB96D;
}
.AnyTagClassName
{
color: #9AB96D;
}
</style>
background-color css
<style>
a { background-color: #9AB96D; }
a { background-color: rgb(154,185,109); }
div.DivClassName
{
background-color: #9AB96D;
}
.BgClassName
{
background-color: #9AB96D;
}
</style>
border-color css
<style>
span { border-color: #9AB96D; }
span { border-color: rgb(154,185,109); }
td.TdClassName
{
border-color: #9AB96D;
}
.TagClassName
{
border-color: #9AB96D;
}
</style>