Shades of Olive Green #ACA65C
Tints of Olive Green #ACA65C
RGB
CMYK
RGB Variations
Color information
#ACA65C (or 0xACA65C) is known color: Olive Green. HEX triplet: AC, A6 and 5C. RGB value is (172,166,92). Sum of RGB (Red+Green+Blue) = 172+166+92=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA65C is #5359A3. Grayscale: #9F9F9F. Windows color (decimal): -5462436 or 6071980. OLE color: 6071980.
HSL color Cylindrical-coordinate representation of color #ACA65C: hue angle of 55.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACA65C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 166 | 92 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.33 |
| HSL | 55.5º | 0.33% | 0.52% | - |
| HSV(B) | 55.5º | 0.47% | 0.67% | - |
| XYZ | 32.58 | 36.82 | 15.51 | - |
| YUV | 159.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 92 | 0 | 0.03 | 0.47 | 0.33 | 55.5 | 0.33 | 0.52 |
| Hex | AC | A6 | 5C | 0 | 3 | 2F | 21 | 38 | 21 | 34 |
| Octal | 254 | 246 | 134 | 0 | 3 | 57 | 41 | 70 | 41 | 64 |
| Binary | 10101100 | 10100110 | 1011100 | 0 | 11 | 101111 | 100001 | 111000 | 100001 | 110100 |
Color Harmonies of #ACA65C
Complementary color
Monochromatic Colors of #ACA65C
Black with #ACA65C
Text Example
Text Example
White with #ACA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA65C; }
p { color: rgb(172,166,92); }
H1.HeaderClassName
{
color: #ACA65C;
}
.AnyTagClassName
{
color: #ACA65C;
}
</style>
background-color css
<style>
a { background-color: #ACA65C; }
a { background-color: rgb(172,166,92); }
div.DivClassName
{
background-color: #ACA65C;
}
.BgClassName
{
background-color: #ACA65C;
}
</style>
border-color css
<style>
span { border-color: #ACA65C; }
span { border-color: rgb(172,166,92); }
td.TdClassName
{
border-color: #ACA65C;
}
.TagClassName
{
border-color: #ACA65C;
}
</style>