Shades of Olive Green #ACB95F
Tints of Olive Green #ACB95F
RGB
CMYK
RGB Variations
Color information
#ACB95F (or 0xACB95F) is known color: Olive Green. HEX triplet: AC, B9 and 5F. RGB value is (172,185,95). Sum of RGB (Red+Green+Blue) = 172+185+95=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB95F is #5346A0. Grayscale: #ABABAB. Windows color (decimal): -5457569 or 6273452. OLE color: 6273452.
HSL color Cylindrical-coordinate representation of color #ACB95F: hue angle of 68.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB95F is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 95 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.27 |
| HSL | 68.67º | 0.39% | 0.55% | - |
| HSV(B) | 68.67º | 0.49% | 0.73% | - |
| XYZ | 36.43 | 44.29 | 17.46 | - |
| YUV | 170.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 95 | 0.07 | 0 | 0.49 | 0.27 | 68.67 | 0.39 | 0.55 |
| Hex | AC | B9 | 5F | 7 | 0 | 31 | 1B | 45 | 27 | 37 |
| Octal | 254 | 271 | 137 | 7 | 0 | 61 | 33 | 105 | 47 | 67 |
| Binary | 10101100 | 10111001 | 1011111 | 111 | 0 | 110001 | 11011 | 1000101 | 100111 | 110111 |
Color Harmonies of #ACB95F
Complementary color
Monochromatic Colors of #ACB95F
Black with #ACB95F
Text Example
Text Example
White with #ACB95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB95F; }
p { color: rgb(172,185,95); }
H1.HeaderClassName
{
color: #ACB95F;
}
.AnyTagClassName
{
color: #ACB95F;
}
</style>
background-color css
<style>
a { background-color: #ACB95F; }
a { background-color: rgb(172,185,95); }
div.DivClassName
{
background-color: #ACB95F;
}
.BgClassName
{
background-color: #ACB95F;
}
</style>
border-color css
<style>
span { border-color: #ACB95F; }
span { border-color: rgb(172,185,95); }
td.TdClassName
{
border-color: #ACB95F;
}
.TagClassName
{
border-color: #ACB95F;
}
</style>