Shades of Olivine #9AB85D
Tints of Olivine #9AB85D
RGB
CMYK
RGB Variations
Color information
#9AB85D (or 0x9AB85D) is known color: Olivine. HEX triplet: 9A, B8 and 5D. RGB value is (154,184,93). Sum of RGB (Red+Green+Blue) = 154+184+93=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB85D is #6547A2. Grayscale: #A4A4A4. Windows color (decimal): -6637475 or 6142106. OLE color: 6142106.
HSL color Cylindrical-coordinate representation of color #9AB85D: hue angle of 79.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AB85D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 93 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.28 |
| HSL | 79.78º | 0.39% | 0.54% | - |
| HSV(B) | 79.78º | 0.49% | 0.72% | - |
| XYZ | 32.44 | 41.94 | 16.74 | - |
| YUV | 164.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 93 | 0.16 | 0 | 0.49 | 0.28 | 79.78 | 0.39 | 0.54 |
| Hex | 9A | B8 | 5D | 10 | 0 | 31 | 1C | 50 | 27 | 36 |
| Octal | 232 | 270 | 135 | 20 | 0 | 61 | 34 | 120 | 47 | 66 |
| Binary | 10011010 | 10111000 | 1011101 | 10000 | 0 | 110001 | 11100 | 1010000 | 100111 | 110110 |
Color Harmonies of #9AB85D
Complementary color
Monochromatic Colors of #9AB85D
Black with #9AB85D
Text Example
Text Example
White with #9AB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB85D; }
p { color: rgb(154,184,93); }
H1.HeaderClassName
{
color: #9AB85D;
}
.AnyTagClassName
{
color: #9AB85D;
}
</style>
background-color css
<style>
a { background-color: #9AB85D; }
a { background-color: rgb(154,184,93); }
div.DivClassName
{
background-color: #9AB85D;
}
.BgClassName
{
background-color: #9AB85D;
}
</style>
border-color css
<style>
span { border-color: #9AB85D; }
span { border-color: rgb(154,184,93); }
td.TdClassName
{
border-color: #9AB85D;
}
.TagClassName
{
border-color: #9AB85D;
}
</style>