Shades of Celery #ACB655
Tints of Celery #ACB655
RGB
CMYK
RGB Variations
Color information
#ACB655 (or 0xACB655) is known color: Celery. HEX triplet: AC, B6 and 55. RGB value is (172,182,85). Sum of RGB (Red+Green+Blue) = 172+182+85=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB655 is #5349AA. Grayscale: #A8A8A8. Windows color (decimal): -5458347 or 5617324. OLE color: 5617324.
HSL color Cylindrical-coordinate representation of color #ACB655: hue angle of 66.19º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB655 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 85 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.29 |
| HSL | 66.19º | 0.4% | 0.52% | - |
| HSV(B) | 66.19º | 0.53% | 0.71% | - |
| XYZ | 35.38 | 42.88 | 15.01 | - |
| YUV | 167.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 85 | 0.05 | 0 | 0.53 | 0.29 | 66.19 | 0.4 | 0.52 |
| Hex | AC | B6 | 55 | 5 | 0 | 35 | 1D | 42 | 28 | 34 |
| Octal | 254 | 266 | 125 | 5 | 0 | 65 | 35 | 102 | 50 | 64 |
| Binary | 10101100 | 10110110 | 1010101 | 101 | 0 | 110101 | 11101 | 1000010 | 101000 | 110100 |
Color Harmonies of #ACB655
Complementary color
Monochromatic Colors of #ACB655
Black with #ACB655
Text Example
Text Example
White with #ACB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB655; }
p { color: rgb(172,182,85); }
H1.HeaderClassName
{
color: #ACB655;
}
.AnyTagClassName
{
color: #ACB655;
}
</style>
background-color css
<style>
a { background-color: #ACB655; }
a { background-color: rgb(172,182,85); }
div.DivClassName
{
background-color: #ACB655;
}
.BgClassName
{
background-color: #ACB655;
}
</style>
border-color css
<style>
span { border-color: #ACB655; }
span { border-color: rgb(172,182,85); }
td.TdClassName
{
border-color: #ACB655;
}
.TagClassName
{
border-color: #ACB655;
}
</style>