Shades of Green Spring #ACB58B
Tints of Green Spring #ACB58B
RGB
CMYK
RGB Variations
Color information
#ACB58B (or 0xACB58B) is known color: Green Spring. HEX triplet: AC, B5 and 8B. RGB value is (172,181,139). Sum of RGB (Red+Green+Blue) = 172+181+139=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58B is #534A74. Grayscale: #ADADAD. Windows color (decimal): -5458549 or 9156012. OLE color: 9156012.
HSL color Cylindrical-coordinate representation of color #ACB58B: hue angle of 72.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB58B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 139 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.29 |
| HSL | 72.86º | 0.22% | 0.63% | - |
| HSV(B) | 72.86º | 0.23% | 0.71% | - |
| XYZ | 38.2 | 43.68 | 30.84 | - |
| YUV | 173.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 139 | 0.05 | 0 | 0.23 | 0.29 | 72.86 | 0.22 | 0.63 |
| Hex | AC | B5 | 8B | 5 | 0 | 17 | 1D | 49 | 16 | 3F |
| Octal | 254 | 265 | 213 | 5 | 0 | 27 | 35 | 111 | 26 | 77 |
| Binary | 10101100 | 10110101 | 10001011 | 101 | 0 | 10111 | 11101 | 1001001 | 10110 | 111111 |
Color Harmonies of #ACB58B
Complementary color
Monochromatic Colors of #ACB58B
Black with #ACB58B
Text Example
Text Example
White with #ACB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB58B; }
p { color: rgb(172,181,139); }
H1.HeaderClassName
{
color: #ACB58B;
}
.AnyTagClassName
{
color: #ACB58B;
}
</style>
background-color css
<style>
a { background-color: #ACB58B; }
a { background-color: rgb(172,181,139); }
div.DivClassName
{
background-color: #ACB58B;
}
.BgClassName
{
background-color: #ACB58B;
}
</style>
border-color css
<style>
span { border-color: #ACB58B; }
span { border-color: rgb(172,181,139); }
td.TdClassName
{
border-color: #ACB58B;
}
.TagClassName
{
border-color: #ACB58B;
}
</style>