Shades of Green Spring #ACB293
Tints of Green Spring #ACB293
RGB
CMYK
RGB Variations
Color information
#ACB293 (or 0xACB293) is known color: Green Spring. HEX triplet: AC, B2 and 93. RGB value is (172,178,147). Sum of RGB (Red+Green+Blue) = 172+178+147=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB293 is #534D6C. Grayscale: #ACACAC. Windows color (decimal): -5459309 or 9679532. OLE color: 9679532.
HSL color Cylindrical-coordinate representation of color #ACB293: hue angle of 71.61º degrees, saturation: 0.17, 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 #ACB293 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 147 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.30 |
| HSL | 71.61º | 0.17% | 0.64% | - |
| HSV(B) | 71.61º | 0.17% | 0.7% | - |
| XYZ | 38.2 | 42.72 | 33.84 | - |
| YUV | 172.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 147 | 0.03 | 0 | 0.17 | 0.30 | 71.61 | 0.17 | 0.64 |
| Hex | AC | B2 | 93 | 3 | 0 | 11 | 1E | 48 | 11 | 40 |
| Octal | 254 | 262 | 223 | 3 | 0 | 21 | 36 | 110 | 21 | 100 |
| Binary | 10101100 | 10110010 | 10010011 | 11 | 0 | 10001 | 11110 | 1001000 | 10001 | 1000000 |
Color Harmonies of #ACB293
Complementary color
Monochromatic Colors of #ACB293
Black with #ACB293
Text Example
Text Example
White with #ACB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB293; }
p { color: rgb(172,178,147); }
H1.HeaderClassName
{
color: #ACB293;
}
.AnyTagClassName
{
color: #ACB293;
}
</style>
background-color css
<style>
a { background-color: #ACB293; }
a { background-color: rgb(172,178,147); }
div.DivClassName
{
background-color: #ACB293;
}
.BgClassName
{
background-color: #ACB293;
}
</style>
border-color css
<style>
span { border-color: #ACB293; }
span { border-color: rgb(172,178,147); }
td.TdClassName
{
border-color: #ACB293;
}
.TagClassName
{
border-color: #ACB293;
}
</style>