Shades of Olive Green #ABB85C
Tints of Olive Green #ABB85C
RGB
CMYK
RGB Variations
Color information
#ABB85C (or 0xABB85C) is known color: Olive Green. HEX triplet: AB, B8 and 5C. RGB value is (171,184,92). Sum of RGB (Red+Green+Blue) = 171+184+92=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB85C is #5447A3. Grayscale: #A9A9A9. Windows color (decimal): -5523364 or 6076587. OLE color: 6076587.
HSL color Cylindrical-coordinate representation of color #ABB85C: hue angle of 68.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABB85C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 92 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.28 |
| HSL | 68.48º | 0.39% | 0.54% | - |
| HSV(B) | 68.48º | 0.5% | 0.72% | - |
| XYZ | 35.87 | 43.71 | 16.67 | - |
| YUV | 169.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 92 | 0.07 | 0 | 0.50 | 0.28 | 68.48 | 0.39 | 0.54 |
| Hex | AB | B8 | 5C | 7 | 0 | 32 | 1C | 44 | 27 | 36 |
| Octal | 253 | 270 | 134 | 7 | 0 | 62 | 34 | 104 | 47 | 66 |
| Binary | 10101011 | 10111000 | 1011100 | 111 | 0 | 110010 | 11100 | 1000100 | 100111 | 110110 |
Color Harmonies of #ABB85C
Complementary color
Monochromatic Colors of #ABB85C
Black with #ABB85C
Text Example
Text Example
White with #ABB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB85C; }
p { color: rgb(171,184,92); }
H1.HeaderClassName
{
color: #ABB85C;
}
.AnyTagClassName
{
color: #ABB85C;
}
</style>
background-color css
<style>
a { background-color: #ABB85C; }
a { background-color: rgb(171,184,92); }
div.DivClassName
{
background-color: #ABB85C;
}
.BgClassName
{
background-color: #ABB85C;
}
</style>
border-color css
<style>
span { border-color: #ABB85C; }
span { border-color: rgb(171,184,92); }
td.TdClassName
{
border-color: #ABB85C;
}
.TagClassName
{
border-color: #ABB85C;
}
</style>