Shades of Olive Green #ABAB5C
Tints of Olive Green #ABAB5C
RGB
CMYK
RGB Variations
Color information
#ABAB5C (or 0xABAB5C) is known color: Olive Green. HEX triplet: AB, AB and 5C. RGB value is (171,171,92). Sum of RGB (Red+Green+Blue) = 171+171+92=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5C is #5454A3. Grayscale: #A2A2A2. Windows color (decimal): -5526692 or 6073259. OLE color: 6073259.
HSL color Cylindrical-coordinate representation of color #ABAB5C: hue angle of 60º 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 #ABAB5C is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 92 | - |
| CMYK | 0 | 0 | 0.46 | 0.33 |
| HSL | 60º | 0.32% | 0.52% | - |
| HSV(B) | 60º | 0.46% | 0.67% | - |
| XYZ | 33.29 | 38.56 | 15.81 | - |
| YUV | 161.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 92 | 0 | 0 | 0.46 | 0.33 | 60 | 0.32 | 0.52 |
| Hex | AB | AB | 5C | 0 | 0 | 2E | 21 | 3C | 20 | 34 |
| Octal | 253 | 253 | 134 | 0 | 0 | 56 | 41 | 74 | 40 | 64 |
| Binary | 10101011 | 10101011 | 1011100 | 0 | 0 | 101110 | 100001 | 111100 | 100000 | 110100 |
Color Harmonies of #ABAB5C
Complementary color
Monochromatic Colors of #ABAB5C
Black with #ABAB5C
Text Example
Text Example
White with #ABAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB5C; }
p { color: rgb(171,171,92); }
H1.HeaderClassName
{
color: #ABAB5C;
}
.AnyTagClassName
{
color: #ABAB5C;
}
</style>
background-color css
<style>
a { background-color: #ABAB5C; }
a { background-color: rgb(171,171,92); }
div.DivClassName
{
background-color: #ABAB5C;
}
.BgClassName
{
background-color: #ABAB5C;
}
</style>
border-color css
<style>
span { border-color: #ABAB5C; }
span { border-color: rgb(171,171,92); }
td.TdClassName
{
border-color: #ABAB5C;
}
.TagClassName
{
border-color: #ABAB5C;
}
</style>