Shades of Olive Green #ACB25E
Tints of Olive Green #ACB25E
RGB
CMYK
RGB Variations
Color information
#ACB25E (or 0xACB25E) is known color: Olive Green. HEX triplet: AC, B2 and 5E. RGB value is (172,178,94). Sum of RGB (Red+Green+Blue) = 172+178+94=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB25E is #534DA1. Grayscale: #A6A6A6. Windows color (decimal): -5459362 or 6206124. OLE color: 6206124.
HSL color Cylindrical-coordinate representation of color #ACB25E: hue angle of 64.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB25E is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 94 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.30 |
| HSL | 64.29º | 0.35% | 0.53% | - |
| HSV(B) | 64.29º | 0.47% | 0.7% | - |
| XYZ | 34.95 | 41.42 | 16.74 | - |
| YUV | 166.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 94 | 0.03 | 0 | 0.47 | 0.30 | 64.29 | 0.35 | 0.53 |
| Hex | AC | B2 | 5E | 3 | 0 | 2F | 1E | 40 | 23 | 35 |
| Octal | 254 | 262 | 136 | 3 | 0 | 57 | 36 | 100 | 43 | 65 |
| Binary | 10101100 | 10110010 | 1011110 | 11 | 0 | 101111 | 11110 | 1000000 | 100011 | 110101 |
Color Harmonies of #ACB25E
Complementary color
Monochromatic Colors of #ACB25E
Black with #ACB25E
Text Example
Text Example
White with #ACB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB25E; }
p { color: rgb(172,178,94); }
H1.HeaderClassName
{
color: #ACB25E;
}
.AnyTagClassName
{
color: #ACB25E;
}
</style>
background-color css
<style>
a { background-color: #ACB25E; }
a { background-color: rgb(172,178,94); }
div.DivClassName
{
background-color: #ACB25E;
}
.BgClassName
{
background-color: #ACB25E;
}
</style>
border-color css
<style>
span { border-color: #ACB25E; }
span { border-color: rgb(172,178,94); }
td.TdClassName
{
border-color: #ACB25E;
}
.TagClassName
{
border-color: #ACB25E;
}
</style>