Shades of Olive Green #A8AB51
Tints of Olive Green #A8AB51
RGB
CMYK
RGB Variations
Color information
#A8AB51 (or 0xA8AB51) is known color: Olive Green. HEX triplet: A8, AB and 51. RGB value is (168,171,81). Sum of RGB (Red+Green+Blue) = 168+171+81=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB51 is #5754AE. Grayscale: #A0A0A0. Windows color (decimal): -5723311 or 5352360. OLE color: 5352360.
HSL color Cylindrical-coordinate representation of color #A8AB51: hue angle of 62º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8AB51 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 81 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.33 |
| HSL | 62º | 0.36% | 0.49% | - |
| HSV(B) | 62º | 0.53% | 0.67% | - |
| XYZ | 32.2 | 38.04 | 13.43 | - |
| YUV | 159.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 81 | 0.02 | 0 | 0.53 | 0.33 | 62 | 0.36 | 0.49 |
| Hex | A8 | AB | 51 | 2 | 0 | 35 | 21 | 3E | 24 | 31 |
| Octal | 250 | 253 | 121 | 2 | 0 | 65 | 41 | 76 | 44 | 61 |
| Binary | 10101000 | 10101011 | 1010001 | 10 | 0 | 110101 | 100001 | 111110 | 100100 | 110001 |
Color Harmonies of #A8AB51
Complementary color
Monochromatic Colors of #A8AB51
Black with #A8AB51
Text Example
Text Example
White with #A8AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB51; }
p { color: rgb(168,171,81); }
H1.HeaderClassName
{
color: #A8AB51;
}
.AnyTagClassName
{
color: #A8AB51;
}
</style>
background-color css
<style>
a { background-color: #A8AB51; }
a { background-color: rgb(168,171,81); }
div.DivClassName
{
background-color: #A8AB51;
}
.BgClassName
{
background-color: #A8AB51;
}
</style>
border-color css
<style>
span { border-color: #A8AB51; }
span { border-color: rgb(168,171,81); }
td.TdClassName
{
border-color: #A8AB51;
}
.TagClassName
{
border-color: #A8AB51;
}
</style>