Shades of Olive Green #ACB163
Tints of Olive Green #ACB163
RGB
CMYK
RGB Variations
Color information
#ACB163 (or 0xACB163) is known color: Olive Green. HEX triplet: AC, B1 and 63. RGB value is (172,177,99). Sum of RGB (Red+Green+Blue) = 172+177+99=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB163 is #534E9C. Grayscale: #A6A6A6. Windows color (decimal): -5459613 or 6533548. OLE color: 6533548.
HSL color Cylindrical-coordinate representation of color #ACB163: hue angle of 63.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB163 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 99 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.31 |
| HSL | 63.85º | 0.33% | 0.54% | - |
| HSV(B) | 63.85º | 0.44% | 0.69% | - |
| XYZ | 34.99 | 41.12 | 17.9 | - |
| YUV | 166.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 99 | 0.03 | 0 | 0.44 | 0.31 | 63.85 | 0.33 | 0.54 |
| Hex | AC | B1 | 63 | 3 | 0 | 2C | 1F | 40 | 21 | 36 |
| Octal | 254 | 261 | 143 | 3 | 0 | 54 | 37 | 100 | 41 | 66 |
| Binary | 10101100 | 10110001 | 1100011 | 11 | 0 | 101100 | 11111 | 1000000 | 100001 | 110110 |
Color Harmonies of #ACB163
Complementary color
Monochromatic Colors of #ACB163
Black with #ACB163
Text Example
Text Example
White with #ACB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB163; }
p { color: rgb(172,177,99); }
H1.HeaderClassName
{
color: #ACB163;
}
.AnyTagClassName
{
color: #ACB163;
}
</style>
background-color css
<style>
a { background-color: #ACB163; }
a { background-color: rgb(172,177,99); }
div.DivClassName
{
background-color: #ACB163;
}
.BgClassName
{
background-color: #ACB163;
}
</style>
border-color css
<style>
span { border-color: #ACB163; }
span { border-color: rgb(172,177,99); }
td.TdClassName
{
border-color: #ACB163;
}
.TagClassName
{
border-color: #ACB163;
}
</style>