Shades of Green Spring #ACB193
Tints of Green Spring #ACB193
RGB
CMYK
RGB Variations
Color information
#ACB193 (or 0xACB193) is known color: Green Spring. HEX triplet: AC, B1 and 93. RGB value is (172,177,147). Sum of RGB (Red+Green+Blue) = 172+177+147=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB193 is #534E6C. Grayscale: #ACACAC. Windows color (decimal): -5459565 or 9679276. OLE color: 9679276.
HSL color Cylindrical-coordinate representation of color #ACB193: hue angle of 70º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB193 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 147 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.31 |
| HSL | 70º | 0.16% | 0.64% | - |
| HSV(B) | 70º | 0.17% | 0.69% | - |
| XYZ | 38 | 42.32 | 33.77 | - |
| YUV | 172.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 147 | 0.03 | 0 | 0.17 | 0.31 | 70 | 0.16 | 0.64 |
| Hex | AC | B1 | 93 | 3 | 0 | 11 | 1F | 46 | 10 | 40 |
| Octal | 254 | 261 | 223 | 3 | 0 | 21 | 37 | 106 | 20 | 100 |
| Binary | 10101100 | 10110001 | 10010011 | 11 | 0 | 10001 | 11111 | 1000110 | 10000 | 1000000 |
Color Harmonies of #ACB193
Complementary color
Monochromatic Colors of #ACB193
Black with #ACB193
Text Example
Text Example
White with #ACB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB193; }
p { color: rgb(172,177,147); }
H1.HeaderClassName
{
color: #ACB193;
}
.AnyTagClassName
{
color: #ACB193;
}
</style>
background-color css
<style>
a { background-color: #ACB193; }
a { background-color: rgb(172,177,147); }
div.DivClassName
{
background-color: #ACB193;
}
.BgClassName
{
background-color: #ACB193;
}
</style>
border-color css
<style>
span { border-color: #ACB193; }
span { border-color: rgb(172,177,147); }
td.TdClassName
{
border-color: #ACB193;
}
.TagClassName
{
border-color: #ACB193;
}
</style>