Shades of Green Spring #ACB29A
Tints of Green Spring #ACB29A
RGB
CMYK
RGB Variations
Color information
#ACB29A (or 0xACB29A) is known color: Green Spring. HEX triplet: AC, B2 and 9A. RGB value is (172,178,154). Sum of RGB (Red+Green+Blue) = 172+178+154=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB29A is #534D65. Grayscale: #ADADAD. Windows color (decimal): -5459302 or 10138284. OLE color: 10138284.
HSL color Cylindrical-coordinate representation of color #ACB29A: hue angle of 75º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB29A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 154 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.30 |
| HSL | 75º | 0.13% | 0.65% | - |
| HSV(B) | 75º | 0.13% | 0.7% | - |
| XYZ | 38.77 | 42.94 | 36.82 | - |
| YUV | 173.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 154 | 0.03 | 0 | 0.13 | 0.30 | 75 | 0.13 | 0.65 |
| Hex | AC | B2 | 9A | 3 | 0 | D | 1E | 4B | D | 41 |
| Octal | 254 | 262 | 232 | 3 | 0 | 15 | 36 | 113 | 15 | 101 |
| Binary | 10101100 | 10110010 | 10011010 | 11 | 0 | 1101 | 11110 | 1001011 | 1101 | 1000001 |
Color Harmonies of #ACB29A
Complementary color
Monochromatic Colors of #ACB29A
Black with #ACB29A
Text Example
Text Example
White with #ACB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB29A; }
p { color: rgb(172,178,154); }
H1.HeaderClassName
{
color: #ACB29A;
}
.AnyTagClassName
{
color: #ACB29A;
}
</style>
background-color css
<style>
a { background-color: #ACB29A; }
a { background-color: rgb(172,178,154); }
div.DivClassName
{
background-color: #ACB29A;
}
.BgClassName
{
background-color: #ACB29A;
}
</style>
border-color css
<style>
span { border-color: #ACB29A; }
span { border-color: rgb(172,178,154); }
td.TdClassName
{
border-color: #ACB29A;
}
.TagClassName
{
border-color: #ACB29A;
}
</style>