Shades of Green Spring #ACB395
Tints of Green Spring #ACB395
RGB
CMYK
RGB Variations
Color information
#ACB395 (or 0xACB395) is known color: Green Spring. HEX triplet: AC, B3 and 95. RGB value is (172,179,149). Sum of RGB (Red+Green+Blue) = 172+179+149=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB395 is #534C6A. Grayscale: #ADADAD. Windows color (decimal): -5459051 or 9810860. OLE color: 9810860.
HSL color Cylindrical-coordinate representation of color #ACB395: hue angle of 74º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB395 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 149 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.30 |
| HSL | 74º | 0.16% | 0.64% | - |
| HSV(B) | 74º | 0.17% | 0.7% | - |
| XYZ | 38.56 | 43.18 | 34.74 | - |
| YUV | 173.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 149 | 0.04 | 0 | 0.17 | 0.30 | 74 | 0.16 | 0.64 |
| Hex | AC | B3 | 95 | 4 | 0 | 11 | 1E | 4A | 10 | 40 |
| Octal | 254 | 263 | 225 | 4 | 0 | 21 | 36 | 112 | 20 | 100 |
| Binary | 10101100 | 10110011 | 10010101 | 100 | 0 | 10001 | 11110 | 1001010 | 10000 | 1000000 |
Color Harmonies of #ACB395
Complementary color
Monochromatic Colors of #ACB395
Black with #ACB395
Text Example
Text Example
White with #ACB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB395; }
p { color: rgb(172,179,149); }
H1.HeaderClassName
{
color: #ACB395;
}
.AnyTagClassName
{
color: #ACB395;
}
</style>
background-color css
<style>
a { background-color: #ACB395; }
a { background-color: rgb(172,179,149); }
div.DivClassName
{
background-color: #ACB395;
}
.BgClassName
{
background-color: #ACB395;
}
</style>
border-color css
<style>
span { border-color: #ACB395; }
span { border-color: rgb(172,179,149); }
td.TdClassName
{
border-color: #ACB395;
}
.TagClassName
{
border-color: #ACB395;
}
</style>