Shades of Green Spring #ACB59A
Tints of Green Spring #ACB59A
RGB
CMYK
RGB Variations
Color information
#ACB59A (or 0xACB59A) is known color: Green Spring. HEX triplet: AC, B5 and 9A. RGB value is (172,181,154). Sum of RGB (Red+Green+Blue) = 172+181+154=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB59A is #534A65. Grayscale: #AFAFAF. Windows color (decimal): -5458534 or 10139052. OLE color: 10139052.
HSL color Cylindrical-coordinate representation of color #ACB59A: hue angle of 80º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB59A is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 154 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.29 |
| HSL | 80º | 0.15% | 0.66% | - |
| HSV(B) | 80º | 0.15% | 0.71% | - |
| XYZ | 39.37 | 44.15 | 37.02 | - |
| YUV | 175.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 154 | 0.05 | 0 | 0.15 | 0.29 | 80 | 0.15 | 0.66 |
| Hex | AC | B5 | 9A | 5 | 0 | F | 1D | 50 | F | 42 |
| Octal | 254 | 265 | 232 | 5 | 0 | 17 | 35 | 120 | 17 | 102 |
| Binary | 10101100 | 10110101 | 10011010 | 101 | 0 | 1111 | 11101 | 1010000 | 1111 | 1000010 |
Color Harmonies of #ACB59A
Complementary color
Monochromatic Colors of #ACB59A
Black with #ACB59A
Text Example
Text Example
White with #ACB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB59A; }
p { color: rgb(172,181,154); }
H1.HeaderClassName
{
color: #ACB59A;
}
.AnyTagClassName
{
color: #ACB59A;
}
</style>
background-color css
<style>
a { background-color: #ACB59A; }
a { background-color: rgb(172,181,154); }
div.DivClassName
{
background-color: #ACB59A;
}
.BgClassName
{
background-color: #ACB59A;
}
</style>
border-color css
<style>
span { border-color: #ACB59A; }
span { border-color: rgb(172,181,154); }
td.TdClassName
{
border-color: #ACB59A;
}
.TagClassName
{
border-color: #ACB59A;
}
</style>