Shades of Olive Green #ACAC54
Tints of Olive Green #ACAC54
RGB
CMYK
RGB Variations
Color information
#ACAC54 (or 0xACAC54) is known color: Olive Green. HEX triplet: AC, AC and 54. RGB value is (172,172,84). Sum of RGB (Red+Green+Blue) = 172+172+84=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC54 is #5353AB. Grayscale: #A2A2A2. Windows color (decimal): -5460908 or 5549228. OLE color: 5549228.
HSL color Cylindrical-coordinate representation of color #ACAC54: hue angle of 60º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACAC54 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 84 | - |
| CMYK | 0 | 0 | 0.51 | 0.33 |
| HSL | 60º | 0.35% | 0.5% | - |
| HSV(B) | 60º | 0.51% | 0.67% | - |
| XYZ | 33.37 | 38.92 | 14.14 | - |
| YUV | 161.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 84 | 0 | 0 | 0.51 | 0.33 | 60 | 0.35 | 0.5 |
| Hex | AC | AC | 54 | 0 | 0 | 33 | 21 | 3C | 23 | 32 |
| Octal | 254 | 254 | 124 | 0 | 0 | 63 | 41 | 74 | 43 | 62 |
| Binary | 10101100 | 10101100 | 1010100 | 0 | 0 | 110011 | 100001 | 111100 | 100011 | 110010 |
Color Harmonies of #ACAC54
Complementary color
Monochromatic Colors of #ACAC54
Black with #ACAC54
Text Example
Text Example
White with #ACAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC54; }
p { color: rgb(172,172,84); }
H1.HeaderClassName
{
color: #ACAC54;
}
.AnyTagClassName
{
color: #ACAC54;
}
</style>
background-color css
<style>
a { background-color: #ACAC54; }
a { background-color: rgb(172,172,84); }
div.DivClassName
{
background-color: #ACAC54;
}
.BgClassName
{
background-color: #ACAC54;
}
</style>
border-color css
<style>
span { border-color: #ACAC54; }
span { border-color: rgb(172,172,84); }
td.TdClassName
{
border-color: #ACAC54;
}
.TagClassName
{
border-color: #ACAC54;
}
</style>