Shades of Green Spring #ACB996
Tints of Green Spring #ACB996
RGB
CMYK
RGB Variations
Color information
#ACB996 (or 0xACB996) is known color: Green Spring. HEX triplet: AC, B9 and 96. RGB value is (172,185,150). Sum of RGB (Red+Green+Blue) = 172+185+150=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB996 is #534669. Grayscale: #B1B1B1. Windows color (decimal): -5457514 or 9877932. OLE color: 9877932.
HSL color Cylindrical-coordinate representation of color #ACB996: hue angle of 82.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB996 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 150 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.27 |
| HSL | 82.29º | 0.2% | 0.66% | - |
| HSV(B) | 82.29º | 0.19% | 0.73% | - |
| XYZ | 39.87 | 45.67 | 35.57 | - |
| YUV | 177.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 150 | 0.07 | 0 | 0.19 | 0.27 | 82.29 | 0.2 | 0.66 |
| Hex | AC | B9 | 96 | 7 | 0 | 13 | 1B | 52 | 14 | 42 |
| Octal | 254 | 271 | 226 | 7 | 0 | 23 | 33 | 122 | 24 | 102 |
| Binary | 10101100 | 10111001 | 10010110 | 111 | 0 | 10011 | 11011 | 1010010 | 10100 | 1000010 |
Color Harmonies of #ACB996
Complementary color
Monochromatic Colors of #ACB996
Black with #ACB996
Text Example
Text Example
White with #ACB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB996; }
p { color: rgb(172,185,150); }
H1.HeaderClassName
{
color: #ACB996;
}
.AnyTagClassName
{
color: #ACB996;
}
</style>
background-color css
<style>
a { background-color: #ACB996; }
a { background-color: rgb(172,185,150); }
div.DivClassName
{
background-color: #ACB996;
}
.BgClassName
{
background-color: #ACB996;
}
</style>
border-color css
<style>
span { border-color: #ACB996; }
span { border-color: rgb(172,185,150); }
td.TdClassName
{
border-color: #ACB996;
}
.TagClassName
{
border-color: #ACB996;
}
</style>