Shades of Celery #ACC852
Tints of Celery #ACC852
RGB
CMYK
RGB Variations
Color information
#ACC852 (or 0xACC852) is known color: Celery. HEX triplet: AC, C8 and 52. RGB value is (172,200,82). Sum of RGB (Red+Green+Blue) = 172+200+82=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC852 is #5337AD. Grayscale: #B2B2B2. Windows color (decimal): -5453742 or 5425324. OLE color: 5425324.
HSL color Cylindrical-coordinate representation of color #ACC852: hue angle of 74.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACC852 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.22 |
| HSL | 74.24º | 0.52% | 0.55% | - |
| HSV(B) | 74.24º | 0.59% | 0.78% | - |
| XYZ | 39.19 | 50.69 | 15.7 | - |
| YUV | 178.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 82 | 0.14 | 0 | 0.59 | 0.22 | 74.24 | 0.52 | 0.55 |
| Hex | AC | C8 | 52 | E | 0 | 3B | 16 | 4A | 34 | 37 |
| Octal | 254 | 310 | 122 | 16 | 0 | 73 | 26 | 112 | 64 | 67 |
| Binary | 10101100 | 11001000 | 1010010 | 1110 | 0 | 111011 | 10110 | 1001010 | 110100 | 110111 |
Color Harmonies of #ACC852
Complementary color
Monochromatic Colors of #ACC852
Black with #ACC852
Text Example
Text Example
White with #ACC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC852; }
p { color: rgb(172,200,82); }
H1.HeaderClassName
{
color: #ACC852;
}
.AnyTagClassName
{
color: #ACC852;
}
</style>
background-color css
<style>
a { background-color: #ACC852; }
a { background-color: rgb(172,200,82); }
div.DivClassName
{
background-color: #ACC852;
}
.BgClassName
{
background-color: #ACC852;
}
</style>
border-color css
<style>
span { border-color: #ACC852; }
span { border-color: rgb(172,200,82); }
td.TdClassName
{
border-color: #ACC852;
}
.TagClassName
{
border-color: #ACC852;
}
</style>