Shades of Olive Green #ABAC5A
Tints of Olive Green #ABAC5A
RGB
CMYK
RGB Variations
Color information
#ABAC5A (or 0xABAC5A) is known color: Olive Green. HEX triplet: AB, AC and 5A. RGB value is (171,172,90). Sum of RGB (Red+Green+Blue) = 171+172+90=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5A is #5453A5. Grayscale: #A2A2A2. Windows color (decimal): -5526438 or 5942443. OLE color: 5942443.
HSL color Cylindrical-coordinate representation of color #ABAC5A: hue angle of 60.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABAC5A is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 90 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.33 |
| HSL | 60.73º | 0.33% | 0.51% | - |
| HSV(B) | 60.73º | 0.48% | 0.67% | - |
| XYZ | 33.39 | 38.9 | 15.42 | - |
| YUV | 162.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 90 | 0.01 | 0 | 0.48 | 0.33 | 60.73 | 0.33 | 0.51 |
| Hex | AB | AC | 5A | 1 | 0 | 30 | 21 | 3D | 21 | 33 |
| Octal | 253 | 254 | 132 | 1 | 0 | 60 | 41 | 75 | 41 | 63 |
| Binary | 10101011 | 10101100 | 1011010 | 1 | 0 | 110000 | 100001 | 111101 | 100001 | 110011 |
Color Harmonies of #ABAC5A
Complementary color
Monochromatic Colors of #ABAC5A
Black with #ABAC5A
Text Example
Text Example
White with #ABAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC5A; }
p { color: rgb(171,172,90); }
H1.HeaderClassName
{
color: #ABAC5A;
}
.AnyTagClassName
{
color: #ABAC5A;
}
</style>
background-color css
<style>
a { background-color: #ABAC5A; }
a { background-color: rgb(171,172,90); }
div.DivClassName
{
background-color: #ABAC5A;
}
.BgClassName
{
background-color: #ABAC5A;
}
</style>
border-color css
<style>
span { border-color: #ABAC5A; }
span { border-color: rgb(171,172,90); }
td.TdClassName
{
border-color: #ABAC5A;
}
.TagClassName
{
border-color: #ABAC5A;
}
</style>