Shades of Olivine #9ABB5C
Tints of Olivine #9ABB5C
RGB
CMYK
RGB Variations
Color information
#9ABB5C (or 0x9ABB5C) is known color: Olivine. HEX triplet: 9A, BB and 5C. RGB value is (154,187,92). Sum of RGB (Red+Green+Blue) = 154+187+92=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB5C is #6544A3. Grayscale: #A6A6A6. Windows color (decimal): -6636708 or 6077338. OLE color: 6077338.
HSL color Cylindrical-coordinate representation of color #9ABB5C: hue angle of 80.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ABB5C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 92 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.27 |
| HSL | 80.84º | 0.41% | 0.55% | - |
| HSV(B) | 80.84º | 0.51% | 0.73% | - |
| XYZ | 33.03 | 43.18 | 16.72 | - |
| YUV | 166.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 92 | 0.18 | 0 | 0.51 | 0.27 | 80.84 | 0.41 | 0.55 |
| Hex | 9A | BB | 5C | 12 | 0 | 33 | 1B | 51 | 29 | 37 |
| Octal | 232 | 273 | 134 | 22 | 0 | 63 | 33 | 121 | 51 | 67 |
| Binary | 10011010 | 10111011 | 1011100 | 10010 | 0 | 110011 | 11011 | 1010001 | 101001 | 110111 |
Color Harmonies of #9ABB5C
Complementary color
Monochromatic Colors of #9ABB5C
Black with #9ABB5C
Text Example
Text Example
White with #9ABB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB5C; }
p { color: rgb(154,187,92); }
H1.HeaderClassName
{
color: #9ABB5C;
}
.AnyTagClassName
{
color: #9ABB5C;
}
</style>
background-color css
<style>
a { background-color: #9ABB5C; }
a { background-color: rgb(154,187,92); }
div.DivClassName
{
background-color: #9ABB5C;
}
.BgClassName
{
background-color: #9ABB5C;
}
</style>
border-color css
<style>
span { border-color: #9ABB5C; }
span { border-color: rgb(154,187,92); }
td.TdClassName
{
border-color: #9ABB5C;
}
.TagClassName
{
border-color: #9ABB5C;
}
</style>