Shades of Green Spring #ACB897
Tints of Green Spring #ACB897
RGB
CMYK
RGB Variations
Color information
#ACB897 (or 0xACB897) is known color: Green Spring. HEX triplet: AC, B8 and 97. RGB value is (172,184,151). Sum of RGB (Red+Green+Blue) = 172+184+151=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB897 is #534768. Grayscale: #B0B0B0. Windows color (decimal): -5457769 or 9943212. OLE color: 9943212.
HSL color Cylindrical-coordinate representation of color #ACB897: hue angle of 81.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB897 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 151 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.28 |
| HSL | 81.82º | 0.19% | 0.66% | - |
| HSV(B) | 81.82º | 0.18% | 0.72% | - |
| XYZ | 39.74 | 45.29 | 35.92 | - |
| YUV | 176.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 151 | 0.07 | 0 | 0.18 | 0.28 | 81.82 | 0.19 | 0.66 |
| Hex | AC | B8 | 97 | 7 | 0 | 12 | 1C | 52 | 13 | 42 |
| Octal | 254 | 270 | 227 | 7 | 0 | 22 | 34 | 122 | 23 | 102 |
| Binary | 10101100 | 10111000 | 10010111 | 111 | 0 | 10010 | 11100 | 1010010 | 10011 | 1000010 |
Color Harmonies of #ACB897
Complementary color
Monochromatic Colors of #ACB897
Black with #ACB897
Text Example
Text Example
White with #ACB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB897; }
p { color: rgb(172,184,151); }
H1.HeaderClassName
{
color: #ACB897;
}
.AnyTagClassName
{
color: #ACB897;
}
</style>
background-color css
<style>
a { background-color: #ACB897; }
a { background-color: rgb(172,184,151); }
div.DivClassName
{
background-color: #ACB897;
}
.BgClassName
{
background-color: #ACB897;
}
</style>
border-color css
<style>
span { border-color: #ACB897; }
span { border-color: rgb(172,184,151); }
td.TdClassName
{
border-color: #ACB897;
}
.TagClassName
{
border-color: #ACB897;
}
</style>