Shades of Green Spring #ACB896
Tints of Green Spring #ACB896
RGB
CMYK
RGB Variations
Color information
#ACB896 (or 0xACB896) is known color: Green Spring. HEX triplet: AC, B8 and 96. RGB value is (172,184,150). Sum of RGB (Red+Green+Blue) = 172+184+150=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB896 is #534769. Grayscale: #B0B0B0. Windows color (decimal): -5457770 or 9877676. OLE color: 9877676.
HSL color Cylindrical-coordinate representation of color #ACB896: hue angle of 81.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB896 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 150 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.28 |
| HSL | 81.18º | 0.19% | 0.65% | - |
| HSV(B) | 81.18º | 0.18% | 0.72% | - |
| XYZ | 39.66 | 45.25 | 35.5 | - |
| YUV | 176.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 150 | 0.07 | 0 | 0.18 | 0.28 | 81.18 | 0.19 | 0.65 |
| Hex | AC | B8 | 96 | 7 | 0 | 12 | 1C | 51 | 13 | 41 |
| Octal | 254 | 270 | 226 | 7 | 0 | 22 | 34 | 121 | 23 | 101 |
| Binary | 10101100 | 10111000 | 10010110 | 111 | 0 | 10010 | 11100 | 1010001 | 10011 | 1000001 |
Color Harmonies of #ACB896
Complementary color
Monochromatic Colors of #ACB896
Black with #ACB896
Text Example
Text Example
White with #ACB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB896; }
p { color: rgb(172,184,150); }
H1.HeaderClassName
{
color: #ACB896;
}
.AnyTagClassName
{
color: #ACB896;
}
</style>
background-color css
<style>
a { background-color: #ACB896; }
a { background-color: rgb(172,184,150); }
div.DivClassName
{
background-color: #ACB896;
}
.BgClassName
{
background-color: #ACB896;
}
</style>
border-color css
<style>
span { border-color: #ACB896; }
span { border-color: rgb(172,184,150); }
td.TdClassName
{
border-color: #ACB896;
}
.TagClassName
{
border-color: #ACB896;
}
</style>