Shades of Olive Green #ABA85C
Tints of Olive Green #ABA85C
RGB
CMYK
RGB Variations
Color information
#ABA85C (or 0xABA85C) is known color: Olive Green. HEX triplet: AB, A8 and 5C. RGB value is (171,168,92). Sum of RGB (Red+Green+Blue) = 171+168+92=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85C is #5457A3. Grayscale: #A0A0A0. Windows color (decimal): -5527460 or 6072491. OLE color: 6072491.
HSL color Cylindrical-coordinate representation of color #ABA85C: hue angle of 57.72º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABA85C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 92 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.33 |
| HSL | 57.72º | 0.32% | 0.52% | - |
| HSV(B) | 57.72º | 0.46% | 0.67% | - |
| XYZ | 32.73 | 37.44 | 15.63 | - |
| YUV | 160.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 92 | 0 | 0.02 | 0.46 | 0.33 | 57.72 | 0.32 | 0.52 |
| Hex | AB | A8 | 5C | 0 | 2 | 2E | 21 | 3A | 20 | 34 |
| Octal | 253 | 250 | 134 | 0 | 2 | 56 | 41 | 72 | 40 | 64 |
| Binary | 10101011 | 10101000 | 1011100 | 0 | 10 | 101110 | 100001 | 111010 | 100000 | 110100 |
Color Harmonies of #ABA85C
Complementary color
Monochromatic Colors of #ABA85C
Black with #ABA85C
Text Example
Text Example
White with #ABA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA85C; }
p { color: rgb(171,168,92); }
H1.HeaderClassName
{
color: #ABA85C;
}
.AnyTagClassName
{
color: #ABA85C;
}
</style>
background-color css
<style>
a { background-color: #ABA85C; }
a { background-color: rgb(171,168,92); }
div.DivClassName
{
background-color: #ABA85C;
}
.BgClassName
{
background-color: #ABA85C;
}
</style>
border-color css
<style>
span { border-color: #ABA85C; }
span { border-color: rgb(171,168,92); }
td.TdClassName
{
border-color: #ABA85C;
}
.TagClassName
{
border-color: #ABA85C;
}
</style>