Shades of Green Spring #ACB592
Tints of Green Spring #ACB592
RGB
CMYK
RGB Variations
Color information
#ACB592 (or 0xACB592) is known color: Green Spring. HEX triplet: AC, B5 and 92. RGB value is (172,181,146). Sum of RGB (Red+Green+Blue) = 172+181+146=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB592 is #534A6D. Grayscale: #AEAEAE. Windows color (decimal): -5458542 or 9614764. OLE color: 9614764.
HSL color Cylindrical-coordinate representation of color #ACB592: hue angle of 75.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB592 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 146 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.29 |
| HSL | 75.43º | 0.19% | 0.64% | - |
| HSV(B) | 75.43º | 0.19% | 0.71% | - |
| XYZ | 38.73 | 43.89 | 33.63 | - |
| YUV | 174.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 146 | 0.05 | 0 | 0.19 | 0.29 | 75.43 | 0.19 | 0.64 |
| Hex | AC | B5 | 92 | 5 | 0 | 13 | 1D | 4B | 13 | 40 |
| Octal | 254 | 265 | 222 | 5 | 0 | 23 | 35 | 113 | 23 | 100 |
| Binary | 10101100 | 10110101 | 10010010 | 101 | 0 | 10011 | 11101 | 1001011 | 10011 | 1000000 |
Color Harmonies of #ACB592
Complementary color
Monochromatic Colors of #ACB592
Black with #ACB592
Text Example
Text Example
White with #ACB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB592; }
p { color: rgb(172,181,146); }
H1.HeaderClassName
{
color: #ACB592;
}
.AnyTagClassName
{
color: #ACB592;
}
</style>
background-color css
<style>
a { background-color: #ACB592; }
a { background-color: rgb(172,181,146); }
div.DivClassName
{
background-color: #ACB592;
}
.BgClassName
{
background-color: #ACB592;
}
</style>
border-color css
<style>
span { border-color: #ACB592; }
span { border-color: rgb(172,181,146); }
td.TdClassName
{
border-color: #ACB592;
}
.TagClassName
{
border-color: #ACB592;
}
</style>