Shades of Celery #ACB855
Tints of Celery #ACB855
RGB
CMYK
RGB Variations
Color information
#ACB855 (or 0xACB855) is known color: Celery. HEX triplet: AC, B8 and 55. RGB value is (172,184,85). Sum of RGB (Red+Green+Blue) = 172+184+85=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB855 is #5347AA. Grayscale: #A9A9A9. Windows color (decimal): -5457835 or 5617836. OLE color: 5617836.
HSL color Cylindrical-coordinate representation of color #ACB855: hue angle of 67.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB855 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 85 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.28 |
| HSL | 67.27º | 0.41% | 0.53% | - |
| HSV(B) | 67.27º | 0.54% | 0.72% | - |
| XYZ | 35.79 | 43.71 | 15.14 | - |
| YUV | 169.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 85 | 0.07 | 0 | 0.54 | 0.28 | 67.27 | 0.41 | 0.53 |
| Hex | AC | B8 | 55 | 7 | 0 | 36 | 1C | 43 | 29 | 35 |
| Octal | 254 | 270 | 125 | 7 | 0 | 66 | 34 | 103 | 51 | 65 |
| Binary | 10101100 | 10111000 | 1010101 | 111 | 0 | 110110 | 11100 | 1000011 | 101001 | 110101 |
Color Harmonies of #ACB855
Complementary color
Monochromatic Colors of #ACB855
Black with #ACB855
Text Example
Text Example
White with #ACB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB855; }
p { color: rgb(172,184,85); }
H1.HeaderClassName
{
color: #ACB855;
}
.AnyTagClassName
{
color: #ACB855;
}
</style>
background-color css
<style>
a { background-color: #ACB855; }
a { background-color: rgb(172,184,85); }
div.DivClassName
{
background-color: #ACB855;
}
.BgClassName
{
background-color: #ACB855;
}
</style>
border-color css
<style>
span { border-color: #ACB855; }
span { border-color: rgb(172,184,85); }
td.TdClassName
{
border-color: #ACB855;
}
.TagClassName
{
border-color: #ACB855;
}
</style>