Shades of Green Spring #ACB690
Tints of Green Spring #ACB690
RGB
CMYK
RGB Variations
Color information
#ACB690 (or 0xACB690) is known color: Green Spring. HEX triplet: AC, B6 and 90. RGB value is (172,182,144). Sum of RGB (Red+Green+Blue) = 172+182+144=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB690 is #53496F. Grayscale: #AEAEAE. Windows color (decimal): -5458288 or 9483948. OLE color: 9483948.
HSL color Cylindrical-coordinate representation of color #ACB690: hue angle of 75.79º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB690 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 144 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.29 |
| HSL | 75.79º | 0.21% | 0.64% | - |
| HSV(B) | 75.79º | 0.21% | 0.71% | - |
| XYZ | 38.78 | 44.24 | 32.88 | - |
| YUV | 174.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 144 | 0.05 | 0 | 0.21 | 0.29 | 75.79 | 0.21 | 0.64 |
| Hex | AC | B6 | 90 | 5 | 0 | 15 | 1D | 4C | 15 | 40 |
| Octal | 254 | 266 | 220 | 5 | 0 | 25 | 35 | 114 | 25 | 100 |
| Binary | 10101100 | 10110110 | 10010000 | 101 | 0 | 10101 | 11101 | 1001100 | 10101 | 1000000 |
Color Harmonies of #ACB690
Complementary color
Monochromatic Colors of #ACB690
Black with #ACB690
Text Example
Text Example
White with #ACB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB690; }
p { color: rgb(172,182,144); }
H1.HeaderClassName
{
color: #ACB690;
}
.AnyTagClassName
{
color: #ACB690;
}
</style>
background-color css
<style>
a { background-color: #ACB690; }
a { background-color: rgb(172,182,144); }
div.DivClassName
{
background-color: #ACB690;
}
.BgClassName
{
background-color: #ACB690;
}
</style>
border-color css
<style>
span { border-color: #ACB690; }
span { border-color: rgb(172,182,144); }
td.TdClassName
{
border-color: #ACB690;
}
.TagClassName
{
border-color: #ACB690;
}
</style>