Shades of Green Spring #ACB195
Tints of Green Spring #ACB195
RGB
CMYK
RGB Variations
Color information
#ACB195 (or 0xACB195) is known color: Green Spring. HEX triplet: AC, B1 and 95. RGB value is (172,177,149). Sum of RGB (Red+Green+Blue) = 172+177+149=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB195 is #534E6A. Grayscale: #ACACAC. Windows color (decimal): -5459563 or 9810348. OLE color: 9810348.
HSL color Cylindrical-coordinate representation of color #ACB195: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB195 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 149 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.31 |
| HSL | 70.71º | 0.15% | 0.64% | - |
| HSV(B) | 70.71º | 0.16% | 0.69% | - |
| XYZ | 38.16 | 42.38 | 34.6 | - |
| YUV | 172.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 149 | 0.03 | 0 | 0.16 | 0.31 | 70.71 | 0.15 | 0.64 |
| Hex | AC | B1 | 95 | 3 | 0 | 10 | 1F | 47 | F | 40 |
| Octal | 254 | 261 | 225 | 3 | 0 | 20 | 37 | 107 | 17 | 100 |
| Binary | 10101100 | 10110001 | 10010101 | 11 | 0 | 10000 | 11111 | 1000111 | 1111 | 1000000 |
Color Harmonies of #ACB195
Complementary color
Monochromatic Colors of #ACB195
Black with #ACB195
Text Example
Text Example
White with #ACB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB195; }
p { color: rgb(172,177,149); }
H1.HeaderClassName
{
color: #ACB195;
}
.AnyTagClassName
{
color: #ACB195;
}
</style>
background-color css
<style>
a { background-color: #ACB195; }
a { background-color: rgb(172,177,149); }
div.DivClassName
{
background-color: #ACB195;
}
.BgClassName
{
background-color: #ACB195;
}
</style>
border-color css
<style>
span { border-color: #ACB195; }
span { border-color: rgb(172,177,149); }
td.TdClassName
{
border-color: #ACB195;
}
.TagClassName
{
border-color: #ACB195;
}
</style>