Shades of Celery #ACC555
Tints of Celery #ACC555
RGB
CMYK
RGB Variations
Color information
#ACC555 (or 0xACC555) is known color: Celery. HEX triplet: AC, C5 and 55. RGB value is (172,197,85). Sum of RGB (Red+Green+Blue) = 172+197+85=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC555 is #533AAA. Grayscale: #B1B1B1. Windows color (decimal): -5454507 or 5621164. OLE color: 5621164.
HSL color Cylindrical-coordinate representation of color #ACC555: hue angle of 73.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACC555 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 85 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.23 |
| HSL | 73.39º | 0.49% | 0.55% | - |
| HSV(B) | 73.39º | 0.57% | 0.77% | - |
| XYZ | 38.62 | 49.36 | 16.09 | - |
| YUV | 176.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 85 | 0.13 | 0 | 0.57 | 0.23 | 73.39 | 0.49 | 0.55 |
| Hex | AC | C5 | 55 | D | 0 | 39 | 17 | 49 | 31 | 37 |
| Octal | 254 | 305 | 125 | 15 | 0 | 71 | 27 | 111 | 61 | 67 |
| Binary | 10101100 | 11000101 | 1010101 | 1101 | 0 | 111001 | 10111 | 1001001 | 110001 | 110111 |
Color Harmonies of #ACC555
Complementary color
Monochromatic Colors of #ACC555
Black with #ACC555
Text Example
Text Example
White with #ACC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC555; }
p { color: rgb(172,197,85); }
H1.HeaderClassName
{
color: #ACC555;
}
.AnyTagClassName
{
color: #ACC555;
}
</style>
background-color css
<style>
a { background-color: #ACC555; }
a { background-color: rgb(172,197,85); }
div.DivClassName
{
background-color: #ACC555;
}
.BgClassName
{
background-color: #ACC555;
}
</style>
border-color css
<style>
span { border-color: #ACC555; }
span { border-color: rgb(172,197,85); }
td.TdClassName
{
border-color: #ACC555;
}
.TagClassName
{
border-color: #ACC555;
}
</style>