Shades of Olivine #9ABD5C
Tints of Olivine #9ABD5C
RGB
CMYK
RGB Variations
Color information
#9ABD5C (or 0x9ABD5C) is known color: Olivine. HEX triplet: 9A, BD and 5C. RGB value is (154,189,92). Sum of RGB (Red+Green+Blue) = 154+189+92=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD5C is #6542A3. Grayscale: #A7A7A7. Windows color (decimal): -6636196 or 6077850. OLE color: 6077850.
HSL color Cylindrical-coordinate representation of color #9ABD5C: hue angle of 81.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ABD5C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 92 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.26 |
| HSL | 81.65º | 0.42% | 0.55% | - |
| HSV(B) | 81.65º | 0.51% | 0.74% | - |
| XYZ | 33.46 | 44.04 | 16.86 | - |
| YUV | 167.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 92 | 0.19 | 0 | 0.51 | 0.26 | 81.65 | 0.42 | 0.55 |
| Hex | 9A | BD | 5C | 13 | 0 | 33 | 1A | 52 | 2A | 37 |
| Octal | 232 | 275 | 134 | 23 | 0 | 63 | 32 | 122 | 52 | 67 |
| Binary | 10011010 | 10111101 | 1011100 | 10011 | 0 | 110011 | 11010 | 1010010 | 101010 | 110111 |
Color Harmonies of #9ABD5C
Complementary color
Monochromatic Colors of #9ABD5C
Black with #9ABD5C
Text Example
Text Example
White with #9ABD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD5C; }
p { color: rgb(154,189,92); }
H1.HeaderClassName
{
color: #9ABD5C;
}
.AnyTagClassName
{
color: #9ABD5C;
}
</style>
background-color css
<style>
a { background-color: #9ABD5C; }
a { background-color: rgb(154,189,92); }
div.DivClassName
{
background-color: #9ABD5C;
}
.BgClassName
{
background-color: #9ABD5C;
}
</style>
border-color css
<style>
span { border-color: #9ABD5C; }
span { border-color: rgb(154,189,92); }
td.TdClassName
{
border-color: #9ABD5C;
}
.TagClassName
{
border-color: #9ABD5C;
}
</style>