Shades of Olive Green #ABA458
Tints of Olive Green #ABA458
RGB
CMYK
RGB Variations
Color information
#ABA458 (or 0xABA458) is known color: Olive Green. HEX triplet: AB, A4 and 58. RGB value is (171,164,88). Sum of RGB (Red+Green+Blue) = 171+164+88=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA458 is #545BA7. Grayscale: #9D9D9D. Windows color (decimal): -5528488 or 5809323. OLE color: 5809323.
HSL color Cylindrical-coordinate representation of color #ABA458: hue angle of 54.94º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABA458 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 88 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.33 |
| HSL | 54.94º | 0.33% | 0.51% | - |
| HSV(B) | 54.94º | 0.49% | 0.67% | - |
| XYZ | 31.83 | 35.91 | 14.49 | - |
| YUV | 157.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 88 | 0 | 0.04 | 0.49 | 0.33 | 54.94 | 0.33 | 0.51 |
| Hex | AB | A4 | 58 | 0 | 4 | 31 | 21 | 37 | 21 | 33 |
| Octal | 253 | 244 | 130 | 0 | 4 | 61 | 41 | 67 | 41 | 63 |
| Binary | 10101011 | 10100100 | 1011000 | 0 | 100 | 110001 | 100001 | 110111 | 100001 | 110011 |
Color Harmonies of #ABA458
Complementary color
Monochromatic Colors of #ABA458
Black with #ABA458
Text Example
Text Example
White with #ABA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA458; }
p { color: rgb(171,164,88); }
H1.HeaderClassName
{
color: #ABA458;
}
.AnyTagClassName
{
color: #ABA458;
}
</style>
background-color css
<style>
a { background-color: #ABA458; }
a { background-color: rgb(171,164,88); }
div.DivClassName
{
background-color: #ABA458;
}
.BgClassName
{
background-color: #ABA458;
}
</style>
border-color css
<style>
span { border-color: #ABA458; }
span { border-color: rgb(171,164,88); }
td.TdClassName
{
border-color: #ABA458;
}
.TagClassName
{
border-color: #ABA458;
}
</style>