Shades of Olive Green #ABA555
Tints of Olive Green #ABA555
RGB
CMYK
RGB Variations
Color information
#ABA555 (or 0xABA555) is known color: Olive Green. HEX triplet: AB, A5 and 55. RGB value is (171,165,85). Sum of RGB (Red+Green+Blue) = 171+165+85=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA555 is #545AAA. Grayscale: #9D9D9D. Windows color (decimal): -5528235 or 5612971. OLE color: 5612971.
HSL color Cylindrical-coordinate representation of color #ABA555: hue angle of 55.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABA555 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 85 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.33 |
| HSL | 55.81º | 0.34% | 0.5% | - |
| HSV(B) | 55.81º | 0.5% | 0.67% | - |
| XYZ | 31.89 | 36.22 | 13.91 | - |
| YUV | 157.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 85 | 0 | 0.04 | 0.50 | 0.33 | 55.81 | 0.34 | 0.5 |
| Hex | AB | A5 | 55 | 0 | 4 | 32 | 21 | 38 | 22 | 32 |
| Octal | 253 | 245 | 125 | 0 | 4 | 62 | 41 | 70 | 42 | 62 |
| Binary | 10101011 | 10100101 | 1010101 | 0 | 100 | 110010 | 100001 | 111000 | 100010 | 110010 |
Color Harmonies of #ABA555
Complementary color
Monochromatic Colors of #ABA555
Black with #ABA555
Text Example
Text Example
White with #ABA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA555; }
p { color: rgb(171,165,85); }
H1.HeaderClassName
{
color: #ABA555;
}
.AnyTagClassName
{
color: #ABA555;
}
</style>
background-color css
<style>
a { background-color: #ABA555; }
a { background-color: rgb(171,165,85); }
div.DivClassName
{
background-color: #ABA555;
}
.BgClassName
{
background-color: #ABA555;
}
</style>
border-color css
<style>
span { border-color: #ABA555; }
span { border-color: rgb(171,165,85); }
td.TdClassName
{
border-color: #ABA555;
}
.TagClassName
{
border-color: #ABA555;
}
</style>