Shades of Green Spring #ACB59D
Tints of Green Spring #ACB59D
RGB
CMYK
RGB Variations
Color information
#ACB59D (or 0xACB59D) is known color: Green Spring. HEX triplet: AC, B5 and 9D. RGB value is (172,181,157). Sum of RGB (Red+Green+Blue) = 172+181+157=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB59D is #534A62. Grayscale: #AFAFAF. Windows color (decimal): -5458531 or 10335660. OLE color: 10335660.
HSL color Cylindrical-coordinate representation of color #ACB59D: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB59D is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 157 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.29 |
| HSL | 82.5º | 0.14% | 0.66% | - |
| HSV(B) | 82.5º | 0.13% | 0.71% | - |
| XYZ | 39.62 | 44.25 | 38.35 | - |
| YUV | 175.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 157 | 0.05 | 0 | 0.13 | 0.29 | 82.5 | 0.14 | 0.66 |
| Hex | AC | B5 | 9D | 5 | 0 | D | 1D | 52 | E | 42 |
| Octal | 254 | 265 | 235 | 5 | 0 | 15 | 35 | 122 | 16 | 102 |
| Binary | 10101100 | 10110101 | 10011101 | 101 | 0 | 1101 | 11101 | 1010010 | 1110 | 1000010 |
Color Harmonies of #ACB59D
Complementary color
Monochromatic Colors of #ACB59D
Black with #ACB59D
Text Example
Text Example
White with #ACB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB59D; }
p { color: rgb(172,181,157); }
H1.HeaderClassName
{
color: #ACB59D;
}
.AnyTagClassName
{
color: #ACB59D;
}
</style>
background-color css
<style>
a { background-color: #ACB59D; }
a { background-color: rgb(172,181,157); }
div.DivClassName
{
background-color: #ACB59D;
}
.BgClassName
{
background-color: #ACB59D;
}
</style>
border-color css
<style>
span { border-color: #ACB59D; }
span { border-color: rgb(172,181,157); }
td.TdClassName
{
border-color: #ACB59D;
}
.TagClassName
{
border-color: #ACB59D;
}
</style>