Shades of Green Spring #ACB197
Tints of Green Spring #ACB197
RGB
CMYK
RGB Variations
Color information
#ACB197 (or 0xACB197) is known color: Green Spring. HEX triplet: AC, B1 and 97. RGB value is (172,177,151). Sum of RGB (Red+Green+Blue) = 172+177+151=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB197 is #534E68. Grayscale: #ACACAC. Windows color (decimal): -5459561 or 9941420. OLE color: 9941420.
HSL color Cylindrical-coordinate representation of color #ACB197: hue angle of 71.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB197 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 151 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.31 |
| HSL | 71.54º | 0.14% | 0.64% | - |
| HSV(B) | 71.54º | 0.15% | 0.69% | - |
| XYZ | 38.32 | 42.45 | 35.45 | - |
| YUV | 172.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 151 | 0.03 | 0 | 0.15 | 0.31 | 71.54 | 0.14 | 0.64 |
| Hex | AC | B1 | 97 | 3 | 0 | F | 1F | 48 | E | 40 |
| Octal | 254 | 261 | 227 | 3 | 0 | 17 | 37 | 110 | 16 | 100 |
| Binary | 10101100 | 10110001 | 10010111 | 11 | 0 | 1111 | 11111 | 1001000 | 1110 | 1000000 |
Color Harmonies of #ACB197
Complementary color
Monochromatic Colors of #ACB197
Black with #ACB197
Text Example
Text Example
White with #ACB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB197; }
p { color: rgb(172,177,151); }
H1.HeaderClassName
{
color: #ACB197;
}
.AnyTagClassName
{
color: #ACB197;
}
</style>
background-color css
<style>
a { background-color: #ACB197; }
a { background-color: rgb(172,177,151); }
div.DivClassName
{
background-color: #ACB197;
}
.BgClassName
{
background-color: #ACB197;
}
</style>
border-color css
<style>
span { border-color: #ACB197; }
span { border-color: rgb(172,177,151); }
td.TdClassName
{
border-color: #ACB197;
}
.TagClassName
{
border-color: #ACB197;
}
</style>