Shades of Olive Green #ACB266
Tints of Olive Green #ACB266
RGB
CMYK
RGB Variations
Color information
#ACB266 (or 0xACB266) is known color: Olive Green. HEX triplet: AC, B2 and 66. RGB value is (172,178,102). Sum of RGB (Red+Green+Blue) = 172+178+102=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB266 is #534D99. Grayscale: #A7A7A7. Windows color (decimal): -5459354 or 6730412. OLE color: 6730412.
HSL color Cylindrical-coordinate representation of color #ACB266: hue angle of 64.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB266 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 102 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.30 |
| HSL | 64.74º | 0.33% | 0.55% | - |
| HSV(B) | 64.74º | 0.43% | 0.7% | - |
| XYZ | 35.33 | 41.57 | 18.73 | - |
| YUV | 167.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 102 | 0.03 | 0 | 0.43 | 0.30 | 64.74 | 0.33 | 0.55 |
| Hex | AC | B2 | 66 | 3 | 0 | 2B | 1E | 41 | 21 | 37 |
| Octal | 254 | 262 | 146 | 3 | 0 | 53 | 36 | 101 | 41 | 67 |
| Binary | 10101100 | 10110010 | 1100110 | 11 | 0 | 101011 | 11110 | 1000001 | 100001 | 110111 |
Color Harmonies of #ACB266
Complementary color
Monochromatic Colors of #ACB266
Black with #ACB266
Text Example
Text Example
White with #ACB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB266; }
p { color: rgb(172,178,102); }
H1.HeaderClassName
{
color: #ACB266;
}
.AnyTagClassName
{
color: #ACB266;
}
</style>
background-color css
<style>
a { background-color: #ACB266; }
a { background-color: rgb(172,178,102); }
div.DivClassName
{
background-color: #ACB266;
}
.BgClassName
{
background-color: #ACB266;
}
</style>
border-color css
<style>
span { border-color: #ACB266; }
span { border-color: rgb(172,178,102); }
td.TdClassName
{
border-color: #ACB266;
}
.TagClassName
{
border-color: #ACB266;
}
</style>