Shades of Olive Green #ACB166
Tints of Olive Green #ACB166
RGB
CMYK
RGB Variations
Color information
#ACB166 (or 0xACB166) is known color: Olive Green. HEX triplet: AC, B1 and 66. RGB value is (172,177,102). Sum of RGB (Red+Green+Blue) = 172+177+102=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB166 is #534E99. Grayscale: #A7A7A7. Windows color (decimal): -5459610 or 6730156. OLE color: 6730156.
HSL color Cylindrical-coordinate representation of color #ACB166: hue angle of 64º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB166 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 102 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.31 |
| HSL | 64º | 0.32% | 0.55% | - |
| HSV(B) | 64º | 0.42% | 0.69% | - |
| XYZ | 35.13 | 41.17 | 18.67 | - |
| YUV | 166.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 102 | 0.03 | 0 | 0.42 | 0.31 | 64 | 0.32 | 0.55 |
| Hex | AC | B1 | 66 | 3 | 0 | 2A | 1F | 40 | 20 | 37 |
| Octal | 254 | 261 | 146 | 3 | 0 | 52 | 37 | 100 | 40 | 67 |
| Binary | 10101100 | 10110001 | 1100110 | 11 | 0 | 101010 | 11111 | 1000000 | 100000 | 110111 |
Color Harmonies of #ACB166
Complementary color
Monochromatic Colors of #ACB166
Black with #ACB166
Text Example
Text Example
White with #ACB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB166; }
p { color: rgb(172,177,102); }
H1.HeaderClassName
{
color: #ACB166;
}
.AnyTagClassName
{
color: #ACB166;
}
</style>
background-color css
<style>
a { background-color: #ACB166; }
a { background-color: rgb(172,177,102); }
div.DivClassName
{
background-color: #ACB166;
}
.BgClassName
{
background-color: #ACB166;
}
</style>
border-color css
<style>
span { border-color: #ACB166; }
span { border-color: rgb(172,177,102); }
td.TdClassName
{
border-color: #ACB166;
}
.TagClassName
{
border-color: #ACB166;
}
</style>