Shades of Celery #ACC552
Tints of Celery #ACC552
RGB
CMYK
RGB Variations
Color information
#ACC552 (or 0xACC552) is known color: Celery. HEX triplet: AC, C5 and 52. RGB value is (172,197,82). Sum of RGB (Red+Green+Blue) = 172+197+82=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC552 is #533AAD. Grayscale: #B0B0B0. Windows color (decimal): -5454510 or 5424556. OLE color: 5424556.
HSL color Cylindrical-coordinate representation of color #ACC552: hue angle of 73.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACC552 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 82 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.23 |
| HSL | 73.04º | 0.5% | 0.55% | - |
| HSV(B) | 73.04º | 0.58% | 0.77% | - |
| XYZ | 38.5 | 49.31 | 15.47 | - |
| YUV | 176.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 82 | 0.13 | 0 | 0.58 | 0.23 | 73.04 | 0.5 | 0.55 |
| Hex | AC | C5 | 52 | D | 0 | 3A | 17 | 49 | 32 | 37 |
| Octal | 254 | 305 | 122 | 15 | 0 | 72 | 27 | 111 | 62 | 67 |
| Binary | 10101100 | 11000101 | 1010010 | 1101 | 0 | 111010 | 10111 | 1001001 | 110010 | 110111 |
Color Harmonies of #ACC552
Complementary color
Monochromatic Colors of #ACC552
Black with #ACC552
Text Example
Text Example
White with #ACC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC552; }
p { color: rgb(172,197,82); }
H1.HeaderClassName
{
color: #ACC552;
}
.AnyTagClassName
{
color: #ACC552;
}
</style>
background-color css
<style>
a { background-color: #ACC552; }
a { background-color: rgb(172,197,82); }
div.DivClassName
{
background-color: #ACC552;
}
.BgClassName
{
background-color: #ACC552;
}
</style>
border-color css
<style>
span { border-color: #ACC552; }
span { border-color: rgb(172,197,82); }
td.TdClassName
{
border-color: #ACC552;
}
.TagClassName
{
border-color: #ACC552;
}
</style>