Shades of Green Spring #ACB493
Tints of Green Spring #ACB493
RGB
CMYK
RGB Variations
Color information
#ACB493 (or 0xACB493) is known color: Green Spring. HEX triplet: AC, B4 and 93. RGB value is (172,180,147). Sum of RGB (Red+Green+Blue) = 172+180+147=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB493 is #534B6C. Grayscale: #ADADAD. Windows color (decimal): -5458797 or 9680044. OLE color: 9680044.
HSL color Cylindrical-coordinate representation of color #ACB493: hue angle of 74.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB493 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 147 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.29 |
| HSL | 74.55º | 0.18% | 0.64% | - |
| HSV(B) | 74.55º | 0.18% | 0.71% | - |
| XYZ | 38.6 | 43.52 | 33.97 | - |
| YUV | 173.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 147 | 0.04 | 0 | 0.18 | 0.29 | 74.55 | 0.18 | 0.64 |
| Hex | AC | B4 | 93 | 4 | 0 | 12 | 1D | 4B | 12 | 40 |
| Octal | 254 | 264 | 223 | 4 | 0 | 22 | 35 | 113 | 22 | 100 |
| Binary | 10101100 | 10110100 | 10010011 | 100 | 0 | 10010 | 11101 | 1001011 | 10010 | 1000000 |
Color Harmonies of #ACB493
Complementary color
Monochromatic Colors of #ACB493
Black with #ACB493
Text Example
Text Example
White with #ACB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB493; }
p { color: rgb(172,180,147); }
H1.HeaderClassName
{
color: #ACB493;
}
.AnyTagClassName
{
color: #ACB493;
}
</style>
background-color css
<style>
a { background-color: #ACB493; }
a { background-color: rgb(172,180,147); }
div.DivClassName
{
background-color: #ACB493;
}
.BgClassName
{
background-color: #ACB493;
}
</style>
border-color css
<style>
span { border-color: #ACB493; }
span { border-color: rgb(172,180,147); }
td.TdClassName
{
border-color: #ACB493;
}
.TagClassName
{
border-color: #ACB493;
}
</style>