Shades of Olive Green #ABAB5B
Tints of Olive Green #ABAB5B
RGB
CMYK
RGB Variations
Color information
#ABAB5B (or 0xABAB5B) is known color: Olive Green. HEX triplet: AB, AB and 5B. RGB value is (171,171,91). Sum of RGB (Red+Green+Blue) = 171+171+91=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5B is #5454A4. Grayscale: #A2A2A2. Windows color (decimal): -5526693 or 6007723. OLE color: 6007723.
HSL color Cylindrical-coordinate representation of color #ABAB5B: hue angle of 60º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAB5B is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 91 | - |
| CMYK | 0 | 0 | 0.47 | 0.33 |
| HSL | 60º | 0.32% | 0.51% | - |
| HSV(B) | 60º | 0.47% | 0.67% | - |
| XYZ | 33.25 | 38.54 | 15.58 | - |
| YUV | 161.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 91 | 0 | 0 | 0.47 | 0.33 | 60 | 0.32 | 0.51 |
| Hex | AB | AB | 5B | 0 | 0 | 2F | 21 | 3C | 20 | 33 |
| Octal | 253 | 253 | 133 | 0 | 0 | 57 | 41 | 74 | 40 | 63 |
| Binary | 10101011 | 10101011 | 1011011 | 0 | 0 | 101111 | 100001 | 111100 | 100000 | 110011 |
Color Harmonies of #ABAB5B
Complementary color
Monochromatic Colors of #ABAB5B
Black with #ABAB5B
Text Example
Text Example
White with #ABAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB5B; }
p { color: rgb(171,171,91); }
H1.HeaderClassName
{
color: #ABAB5B;
}
.AnyTagClassName
{
color: #ABAB5B;
}
</style>
background-color css
<style>
a { background-color: #ABAB5B; }
a { background-color: rgb(171,171,91); }
div.DivClassName
{
background-color: #ABAB5B;
}
.BgClassName
{
background-color: #ABAB5B;
}
</style>
border-color css
<style>
span { border-color: #ABAB5B; }
span { border-color: rgb(171,171,91); }
td.TdClassName
{
border-color: #ABAB5B;
}
.TagClassName
{
border-color: #ABAB5B;
}
</style>