Shades of Green Spring #ACB89B
Tints of Green Spring #ACB89B
RGB
CMYK
RGB Variations
Color information
#ACB89B (or 0xACB89B) is known color: Green Spring. HEX triplet: AC, B8 and 9B. RGB value is (172,184,155). Sum of RGB (Red+Green+Blue) = 172+184+155=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89B is #534764. Grayscale: #B1B1B1. Windows color (decimal): -5457765 or 10205356. OLE color: 10205356.
HSL color Cylindrical-coordinate representation of color #ACB89B: hue angle of 84.83º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB89B is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 155 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.28 |
| HSL | 84.83º | 0.17% | 0.66% | - |
| HSV(B) | 84.83º | 0.16% | 0.72% | - |
| XYZ | 40.07 | 45.42 | 37.67 | - |
| YUV | 177.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 155 | 0.07 | 0 | 0.16 | 0.28 | 84.83 | 0.17 | 0.66 |
| Hex | AC | B8 | 9B | 7 | 0 | 10 | 1C | 55 | 11 | 42 |
| Octal | 254 | 270 | 233 | 7 | 0 | 20 | 34 | 125 | 21 | 102 |
| Binary | 10101100 | 10111000 | 10011011 | 111 | 0 | 10000 | 11100 | 1010101 | 10001 | 1000010 |
Color Harmonies of #ACB89B
Complementary color
Monochromatic Colors of #ACB89B
Black with #ACB89B
Text Example
Text Example
White with #ACB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB89B; }
p { color: rgb(172,184,155); }
H1.HeaderClassName
{
color: #ACB89B;
}
.AnyTagClassName
{
color: #ACB89B;
}
</style>
background-color css
<style>
a { background-color: #ACB89B; }
a { background-color: rgb(172,184,155); }
div.DivClassName
{
background-color: #ACB89B;
}
.BgClassName
{
background-color: #ACB89B;
}
</style>
border-color css
<style>
span { border-color: #ACB89B; }
span { border-color: rgb(172,184,155); }
td.TdClassName
{
border-color: #ACB89B;
}
.TagClassName
{
border-color: #ACB89B;
}
</style>