Shades of Green Spring #ACB19A
Tints of Green Spring #ACB19A
RGB
CMYK
RGB Variations
Color information
#ACB19A (or 0xACB19A) is known color: Green Spring. HEX triplet: AC, B1 and 9A. RGB value is (172,177,154). Sum of RGB (Red+Green+Blue) = 172+177+154=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB19A is #534E65. Grayscale: #ACACAC. Windows color (decimal): -5459558 or 10138028. OLE color: 10138028.
HSL color Cylindrical-coordinate representation of color #ACB19A: hue angle of 73.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB19A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 154 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.31 |
| HSL | 73.04º | 0.13% | 0.65% | - |
| HSV(B) | 73.04º | 0.13% | 0.69% | - |
| XYZ | 38.57 | 42.55 | 36.75 | - |
| YUV | 172.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 154 | 0.03 | 0 | 0.13 | 0.31 | 73.04 | 0.13 | 0.65 |
| Hex | AC | B1 | 9A | 3 | 0 | D | 1F | 49 | D | 41 |
| Octal | 254 | 261 | 232 | 3 | 0 | 15 | 37 | 111 | 15 | 101 |
| Binary | 10101100 | 10110001 | 10011010 | 11 | 0 | 1101 | 11111 | 1001001 | 1101 | 1000001 |
Color Harmonies of #ACB19A
Complementary color
Monochromatic Colors of #ACB19A
Black with #ACB19A
Text Example
Text Example
White with #ACB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB19A; }
p { color: rgb(172,177,154); }
H1.HeaderClassName
{
color: #ACB19A;
}
.AnyTagClassName
{
color: #ACB19A;
}
</style>
background-color css
<style>
a { background-color: #ACB19A; }
a { background-color: rgb(172,177,154); }
div.DivClassName
{
background-color: #ACB19A;
}
.BgClassName
{
background-color: #ACB19A;
}
</style>
border-color css
<style>
span { border-color: #ACB19A; }
span { border-color: rgb(172,177,154); }
td.TdClassName
{
border-color: #ACB19A;
}
.TagClassName
{
border-color: #ACB19A;
}
</style>