Shades of Olive Green #ABA95C
Tints of Olive Green #ABA95C
RGB
CMYK
RGB Variations
Color information
#ABA95C (or 0xABA95C) is known color: Olive Green. HEX triplet: AB, A9 and 5C. RGB value is (171,169,92). Sum of RGB (Red+Green+Blue) = 171+169+92=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA95C is #5456A3. Grayscale: #A1A1A1. Windows color (decimal): -5527204 or 6072747. OLE color: 6072747.
HSL color Cylindrical-coordinate representation of color #ABA95C: hue angle of 58.48º 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 #ABA95C is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 92 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.33 |
| HSL | 58.48º | 0.32% | 0.52% | - |
| HSV(B) | 58.48º | 0.46% | 0.67% | - |
| XYZ | 32.91 | 37.81 | 15.69 | - |
| YUV | 160.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 92 | 0 | 0.01 | 0.46 | 0.33 | 58.48 | 0.32 | 0.52 |
| Hex | AB | A9 | 5C | 0 | 1 | 2E | 21 | 3A | 20 | 34 |
| Octal | 253 | 251 | 134 | 0 | 1 | 56 | 41 | 72 | 40 | 64 |
| Binary | 10101011 | 10101001 | 1011100 | 0 | 1 | 101110 | 100001 | 111010 | 100000 | 110100 |
Color Harmonies of #ABA95C
Complementary color
Monochromatic Colors of #ABA95C
Black with #ABA95C
Text Example
Text Example
White with #ABA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA95C; }
p { color: rgb(171,169,92); }
H1.HeaderClassName
{
color: #ABA95C;
}
.AnyTagClassName
{
color: #ABA95C;
}
</style>
background-color css
<style>
a { background-color: #ABA95C; }
a { background-color: rgb(171,169,92); }
div.DivClassName
{
background-color: #ABA95C;
}
.BgClassName
{
background-color: #ABA95C;
}
</style>
border-color css
<style>
span { border-color: #ABA95C; }
span { border-color: rgb(171,169,92); }
td.TdClassName
{
border-color: #ABA95C;
}
.TagClassName
{
border-color: #ABA95C;
}
</style>