Shades of Green Spring #ACB498
Tints of Green Spring #ACB498
RGB
CMYK
RGB Variations
Color information
#ACB498 (or 0xACB498) is known color: Green Spring. HEX triplet: AC, B4 and 98. RGB value is (172,180,152). Sum of RGB (Red+Green+Blue) = 172+180+152=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB498 is #534B67. Grayscale: #AEAEAE. Windows color (decimal): -5458792 or 10007724. OLE color: 10007724.
HSL color Cylindrical-coordinate representation of color #ACB498: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB498 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 152 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.29 |
| HSL | 77.14º | 0.16% | 0.65% | - |
| HSV(B) | 77.14º | 0.16% | 0.71% | - |
| XYZ | 39 | 43.68 | 36.08 | - |
| YUV | 174.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 152 | 0.04 | 0 | 0.16 | 0.29 | 77.14 | 0.16 | 0.65 |
| Hex | AC | B4 | 98 | 4 | 0 | 10 | 1D | 4D | 10 | 41 |
| Octal | 254 | 264 | 230 | 4 | 0 | 20 | 35 | 115 | 20 | 101 |
| Binary | 10101100 | 10110100 | 10011000 | 100 | 0 | 10000 | 11101 | 1001101 | 10000 | 1000001 |
Color Harmonies of #ACB498
Complementary color
Monochromatic Colors of #ACB498
Black with #ACB498
Text Example
Text Example
White with #ACB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB498; }
p { color: rgb(172,180,152); }
H1.HeaderClassName
{
color: #ACB498;
}
.AnyTagClassName
{
color: #ACB498;
}
</style>
background-color css
<style>
a { background-color: #ACB498; }
a { background-color: rgb(172,180,152); }
div.DivClassName
{
background-color: #ACB498;
}
.BgClassName
{
background-color: #ACB498;
}
</style>
border-color css
<style>
span { border-color: #ACB498; }
span { border-color: rgb(172,180,152); }
td.TdClassName
{
border-color: #ACB498;
}
.TagClassName
{
border-color: #ACB498;
}
</style>