Shades of Olive Green #ACAC5E
Tints of Olive Green #ACAC5E
RGB
CMYK
RGB Variations
Color information
#ACAC5E (or 0xACAC5E) is known color: Olive Green. HEX triplet: AC, AC and 5E. RGB value is (172,172,94). Sum of RGB (Red+Green+Blue) = 172+172+94=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC5E is #5353A1. Grayscale: #A3A3A3. Windows color (decimal): -5460898 or 6204588. OLE color: 6204588.
HSL color Cylindrical-coordinate representation of color #ACAC5E: 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.45%. Process color model (Four color, CMYK) of #ACAC5E is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 94 | - |
| CMYK | 0 | 0 | 0.45 | 0.33 |
| HSL | 60º | 0.32% | 0.52% | - |
| HSV(B) | 60º | 0.45% | 0.67% | - |
| XYZ | 33.79 | 39.08 | 16.35 | - |
| YUV | 163.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 94 | 0 | 0 | 0.45 | 0.33 | 60 | 0.32 | 0.52 |
| Hex | AC | AC | 5E | 0 | 0 | 2D | 21 | 3C | 20 | 34 |
| Octal | 254 | 254 | 136 | 0 | 0 | 55 | 41 | 74 | 40 | 64 |
| Binary | 10101100 | 10101100 | 1011110 | 0 | 0 | 101101 | 100001 | 111100 | 100000 | 110100 |
Color Harmonies of #ACAC5E
Complementary color
Monochromatic Colors of #ACAC5E
Black with #ACAC5E
Text Example
Text Example
White with #ACAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC5E; }
p { color: rgb(172,172,94); }
H1.HeaderClassName
{
color: #ACAC5E;
}
.AnyTagClassName
{
color: #ACAC5E;
}
</style>
background-color css
<style>
a { background-color: #ACAC5E; }
a { background-color: rgb(172,172,94); }
div.DivClassName
{
background-color: #ACAC5E;
}
.BgClassName
{
background-color: #ACAC5E;
}
</style>
border-color css
<style>
span { border-color: #ACAC5E; }
span { border-color: rgb(172,172,94); }
td.TdClassName
{
border-color: #ACAC5E;
}
.TagClassName
{
border-color: #ACAC5E;
}
</style>