Shades of Olive Green #A4AB4C
Tints of Olive Green #A4AB4C
RGB
CMYK
RGB Variations
Color information
#A4AB4C (or 0xA4AB4C) is known color: Olive Green. HEX triplet: A4, AB and 4C. RGB value is (164,171,76). Sum of RGB (Red+Green+Blue) = 164+171+76=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB4C is #5B54B3. Grayscale: #9E9E9E. Windows color (decimal): -5985460 or 5024676. OLE color: 5024676.
HSL color Cylindrical-coordinate representation of color #A4AB4C: hue angle of 64.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4AB4C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 76 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.33 |
| HSL | 64.42º | 0.38% | 0.48% | - |
| HSV(B) | 64.42º | 0.56% | 0.67% | - |
| XYZ | 31.18 | 37.54 | 12.44 | - |
| YUV | 158.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 76 | 0.04 | 0 | 0.56 | 0.33 | 64.42 | 0.38 | 0.48 |
| Hex | A4 | AB | 4C | 4 | 0 | 38 | 21 | 40 | 26 | 30 |
| Octal | 244 | 253 | 114 | 4 | 0 | 70 | 41 | 100 | 46 | 60 |
| Binary | 10100100 | 10101011 | 1001100 | 100 | 0 | 111000 | 100001 | 1000000 | 100110 | 110000 |
Color Harmonies of #A4AB4C
Complementary color
Monochromatic Colors of #A4AB4C
Black with #A4AB4C
Text Example
Text Example
White with #A4AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB4C; }
p { color: rgb(164,171,76); }
H1.HeaderClassName
{
color: #A4AB4C;
}
.AnyTagClassName
{
color: #A4AB4C;
}
</style>
background-color css
<style>
a { background-color: #A4AB4C; }
a { background-color: rgb(164,171,76); }
div.DivClassName
{
background-color: #A4AB4C;
}
.BgClassName
{
background-color: #A4AB4C;
}
</style>
border-color css
<style>
span { border-color: #A4AB4C; }
span { border-color: rgb(164,171,76); }
td.TdClassName
{
border-color: #A4AB4C;
}
.TagClassName
{
border-color: #A4AB4C;
}
</style>