Shades of Celery #ACC952
Tints of Celery #ACC952
RGB
CMYK
RGB Variations
Color information
#ACC952 (or 0xACC952) is known color: Celery. HEX triplet: AC, C9 and 52. RGB value is (172,201,82). Sum of RGB (Red+Green+Blue) = 172+201+82=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC952 is #5336AD. Grayscale: #B3B3B3. Windows color (decimal): -5453486 or 5425580. OLE color: 5425580.
HSL color Cylindrical-coordinate representation of color #ACC952: hue angle of 74.62º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACC952 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.21 |
| HSL | 74.62º | 0.52% | 0.55% | - |
| HSV(B) | 74.62º | 0.59% | 0.79% | - |
| XYZ | 39.42 | 51.15 | 15.78 | - |
| YUV | 178.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 82 | 0.14 | 0 | 0.59 | 0.21 | 74.62 | 0.52 | 0.55 |
| Hex | AC | C9 | 52 | E | 0 | 3B | 15 | 4B | 34 | 37 |
| Octal | 254 | 311 | 122 | 16 | 0 | 73 | 25 | 113 | 64 | 67 |
| Binary | 10101100 | 11001001 | 1010010 | 1110 | 0 | 111011 | 10101 | 1001011 | 110100 | 110111 |
Color Harmonies of #ACC952
Complementary color
Monochromatic Colors of #ACC952
Black with #ACC952
Text Example
Text Example
White with #ACC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC952; }
p { color: rgb(172,201,82); }
H1.HeaderClassName
{
color: #ACC952;
}
.AnyTagClassName
{
color: #ACC952;
}
</style>
background-color css
<style>
a { background-color: #ACC952; }
a { background-color: rgb(172,201,82); }
div.DivClassName
{
background-color: #ACC952;
}
.BgClassName
{
background-color: #ACC952;
}
</style>
border-color css
<style>
span { border-color: #ACC952; }
span { border-color: rgb(172,201,82); }
td.TdClassName
{
border-color: #ACC952;
}
.TagClassName
{
border-color: #ACC952;
}
</style>