Shades of Green Spring #ACB68C
Tints of Green Spring #ACB68C
RGB
CMYK
RGB Variations
Color information
#ACB68C (or 0xACB68C) is known color: Green Spring. HEX triplet: AC, B6 and 8C. RGB value is (172,182,140). Sum of RGB (Red+Green+Blue) = 172+182+140=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB68C is #534973. Grayscale: #AEAEAE. Windows color (decimal): -5458292 or 9221804. OLE color: 9221804.
HSL color Cylindrical-coordinate representation of color #ACB68C: hue angle of 74.29º 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 #ACB68C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 140 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.29 |
| HSL | 74.29º | 0.22% | 0.63% | - |
| HSV(B) | 74.29º | 0.23% | 0.71% | - |
| XYZ | 38.47 | 44.12 | 31.3 | - |
| YUV | 174.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 140 | 0.05 | 0 | 0.23 | 0.29 | 74.29 | 0.22 | 0.63 |
| Hex | AC | B6 | 8C | 5 | 0 | 17 | 1D | 4A | 16 | 3F |
| Octal | 254 | 266 | 214 | 5 | 0 | 27 | 35 | 112 | 26 | 77 |
| Binary | 10101100 | 10110110 | 10001100 | 101 | 0 | 10111 | 11101 | 1001010 | 10110 | 111111 |
Color Harmonies of #ACB68C
Complementary color
Monochromatic Colors of #ACB68C
Black with #ACB68C
Text Example
Text Example
White with #ACB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB68C; }
p { color: rgb(172,182,140); }
H1.HeaderClassName
{
color: #ACB68C;
}
.AnyTagClassName
{
color: #ACB68C;
}
</style>
background-color css
<style>
a { background-color: #ACB68C; }
a { background-color: rgb(172,182,140); }
div.DivClassName
{
background-color: #ACB68C;
}
.BgClassName
{
background-color: #ACB68C;
}
</style>
border-color css
<style>
span { border-color: #ACB68C; }
span { border-color: rgb(172,182,140); }
td.TdClassName
{
border-color: #ACB68C;
}
.TagClassName
{
border-color: #ACB68C;
}
</style>