Shades of Olive Green #ACB264
Tints of Olive Green #ACB264
RGB
CMYK
RGB Variations
Color information
#ACB264 (or 0xACB264) is known color: Olive Green. HEX triplet: AC, B2 and 64. RGB value is (172,178,100). Sum of RGB (Red+Green+Blue) = 172+178+100=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB264 is #534D9B. Grayscale: #A7A7A7. Windows color (decimal): -5459356 or 6599340. OLE color: 6599340.
HSL color Cylindrical-coordinate representation of color #ACB264: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB264 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 100 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.30 |
| HSL | 64.62º | 0.34% | 0.55% | - |
| HSV(B) | 64.62º | 0.44% | 0.7% | - |
| XYZ | 35.23 | 41.53 | 18.22 | - |
| YUV | 167.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 100 | 0.03 | 0 | 0.44 | 0.30 | 64.62 | 0.34 | 0.55 |
| Hex | AC | B2 | 64 | 3 | 0 | 2C | 1E | 41 | 22 | 37 |
| Octal | 254 | 262 | 144 | 3 | 0 | 54 | 36 | 101 | 42 | 67 |
| Binary | 10101100 | 10110010 | 1100100 | 11 | 0 | 101100 | 11110 | 1000001 | 100010 | 110111 |
Color Harmonies of #ACB264
Complementary color
Monochromatic Colors of #ACB264
Black with #ACB264
Text Example
Text Example
White with #ACB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB264; }
p { color: rgb(172,178,100); }
H1.HeaderClassName
{
color: #ACB264;
}
.AnyTagClassName
{
color: #ACB264;
}
</style>
background-color css
<style>
a { background-color: #ACB264; }
a { background-color: rgb(172,178,100); }
div.DivClassName
{
background-color: #ACB264;
}
.BgClassName
{
background-color: #ACB264;
}
</style>
border-color css
<style>
span { border-color: #ACB264; }
span { border-color: rgb(172,178,100); }
td.TdClassName
{
border-color: #ACB264;
}
.TagClassName
{
border-color: #ACB264;
}
</style>