Shades of Green Spring #ACB992
Tints of Green Spring #ACB992
RGB
CMYK
RGB Variations
Color information
#ACB992 (or 0xACB992) is known color: Green Spring. HEX triplet: AC, B9 and 92. RGB value is (172,185,146). Sum of RGB (Red+Green+Blue) = 172+185+146=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB992 is #53466D. Grayscale: #B0B0B0. Windows color (decimal): -5457518 or 9615788. OLE color: 9615788.
HSL color Cylindrical-coordinate representation of color #ACB992: hue angle of 80º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB992 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 146 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.27 |
| HSL | 80º | 0.22% | 0.65% | - |
| HSV(B) | 80º | 0.21% | 0.73% | - |
| XYZ | 39.55 | 45.54 | 33.9 | - |
| YUV | 176.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 146 | 0.07 | 0 | 0.21 | 0.27 | 80 | 0.22 | 0.65 |
| Hex | AC | B9 | 92 | 7 | 0 | 15 | 1B | 50 | 16 | 41 |
| Octal | 254 | 271 | 222 | 7 | 0 | 25 | 33 | 120 | 26 | 101 |
| Binary | 10101100 | 10111001 | 10010010 | 111 | 0 | 10101 | 11011 | 1010000 | 10110 | 1000001 |
Color Harmonies of #ACB992
Complementary color
Monochromatic Colors of #ACB992
Black with #ACB992
Text Example
Text Example
White with #ACB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB992; }
p { color: rgb(172,185,146); }
H1.HeaderClassName
{
color: #ACB992;
}
.AnyTagClassName
{
color: #ACB992;
}
</style>
background-color css
<style>
a { background-color: #ACB992; }
a { background-color: rgb(172,185,146); }
div.DivClassName
{
background-color: #ACB992;
}
.BgClassName
{
background-color: #ACB992;
}
</style>
border-color css
<style>
span { border-color: #ACB992; }
span { border-color: rgb(172,185,146); }
td.TdClassName
{
border-color: #ACB992;
}
.TagClassName
{
border-color: #ACB992;
}
</style>