Shades of Green Spring #ACB995
Tints of Green Spring #ACB995
RGB
CMYK
RGB Variations
Color information
#ACB995 (or 0xACB995) is known color: Green Spring. HEX triplet: AC, B9 and 95. RGB value is (172,185,149). Sum of RGB (Red+Green+Blue) = 172+185+149=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB995 is #53466A. Grayscale: #B1B1B1. Windows color (decimal): -5457515 or 9812396. OLE color: 9812396.
HSL color Cylindrical-coordinate representation of color #ACB995: hue angle of 81.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB995 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 149 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.27 |
| HSL | 81.67º | 0.2% | 0.65% | - |
| HSV(B) | 81.67º | 0.19% | 0.73% | - |
| XYZ | 39.79 | 45.64 | 35.15 | - |
| YUV | 177.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 149 | 0.07 | 0 | 0.19 | 0.27 | 81.67 | 0.2 | 0.65 |
| Hex | AC | B9 | 95 | 7 | 0 | 13 | 1B | 52 | 14 | 41 |
| Octal | 254 | 271 | 225 | 7 | 0 | 23 | 33 | 122 | 24 | 101 |
| Binary | 10101100 | 10111001 | 10010101 | 111 | 0 | 10011 | 11011 | 1010010 | 10100 | 1000001 |
Color Harmonies of #ACB995
Complementary color
Monochromatic Colors of #ACB995
Black with #ACB995
Text Example
Text Example
White with #ACB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB995; }
p { color: rgb(172,185,149); }
H1.HeaderClassName
{
color: #ACB995;
}
.AnyTagClassName
{
color: #ACB995;
}
</style>
background-color css
<style>
a { background-color: #ACB995; }
a { background-color: rgb(172,185,149); }
div.DivClassName
{
background-color: #ACB995;
}
.BgClassName
{
background-color: #ACB995;
}
</style>
border-color css
<style>
span { border-color: #ACB995; }
span { border-color: rgb(172,185,149); }
td.TdClassName
{
border-color: #ACB995;
}
.TagClassName
{
border-color: #ACB995;
}
</style>