Shades of Green Spring #ACB791
Tints of Green Spring #ACB791
RGB
CMYK
RGB Variations
Color information
#ACB791 (or 0xACB791) is known color: Green Spring. HEX triplet: AC, B7 and 91. RGB value is (172,183,145). Sum of RGB (Red+Green+Blue) = 172+183+145=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB791 is #53486E. Grayscale: #AFAFAF. Windows color (decimal): -5458031 or 9549740. OLE color: 9549740.
HSL color Cylindrical-coordinate representation of color #ACB791: hue angle of 77.37º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB791 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 145 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.28 |
| HSL | 77.37º | 0.21% | 0.64% | - |
| HSV(B) | 77.37º | 0.21% | 0.72% | - |
| XYZ | 39.06 | 44.68 | 33.35 | - |
| YUV | 175.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 145 | 0.06 | 0 | 0.21 | 0.28 | 77.37 | 0.21 | 0.64 |
| Hex | AC | B7 | 91 | 6 | 0 | 15 | 1C | 4D | 15 | 40 |
| Octal | 254 | 267 | 221 | 6 | 0 | 25 | 34 | 115 | 25 | 100 |
| Binary | 10101100 | 10110111 | 10010001 | 110 | 0 | 10101 | 11100 | 1001101 | 10101 | 1000000 |
Color Harmonies of #ACB791
Complementary color
Monochromatic Colors of #ACB791
Black with #ACB791
Text Example
Text Example
White with #ACB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB791; }
p { color: rgb(172,183,145); }
H1.HeaderClassName
{
color: #ACB791;
}
.AnyTagClassName
{
color: #ACB791;
}
</style>
background-color css
<style>
a { background-color: #ACB791; }
a { background-color: rgb(172,183,145); }
div.DivClassName
{
background-color: #ACB791;
}
.BgClassName
{
background-color: #ACB791;
}
</style>
border-color css
<style>
span { border-color: #ACB791; }
span { border-color: rgb(172,183,145); }
td.TdClassName
{
border-color: #ACB791;
}
.TagClassName
{
border-color: #ACB791;
}
</style>