Shades of Celery #A2C052
Tints of Celery #A2C052
RGB
CMYK
RGB Variations
Color information
#A2C052 (or 0xA2C052) is known color: Celery. HEX triplet: A2, C0 and 52. RGB value is (162,192,82). Sum of RGB (Red+Green+Blue) = 162+192+82=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C052 is #5D3FAD. Grayscale: #AAAAAA. Windows color (decimal): -6111150 or 5423266. OLE color: 5423266.
HSL color Cylindrical-coordinate representation of color #A2C052: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2C052 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 82 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.25 |
| HSL | 76.36º | 0.47% | 0.54% | - |
| HSV(B) | 76.36º | 0.57% | 0.75% | - |
| XYZ | 35.27 | 45.99 | 15 | - |
| YUV | 170.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 82 | 0.16 | 0 | 0.57 | 0.25 | 76.36 | 0.47 | 0.54 |
| Hex | A2 | C0 | 52 | 10 | 0 | 39 | 19 | 4C | 2F | 36 |
| Octal | 242 | 300 | 122 | 20 | 0 | 71 | 31 | 114 | 57 | 66 |
| Binary | 10100010 | 11000000 | 1010010 | 10000 | 0 | 111001 | 11001 | 1001100 | 101111 | 110110 |
Color Harmonies of #A2C052
Complementary color
Monochromatic Colors of #A2C052
Black with #A2C052
Text Example
Text Example
White with #A2C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C052; }
p { color: rgb(162,192,82); }
H1.HeaderClassName
{
color: #A2C052;
}
.AnyTagClassName
{
color: #A2C052;
}
</style>
background-color css
<style>
a { background-color: #A2C052; }
a { background-color: rgb(162,192,82); }
div.DivClassName
{
background-color: #A2C052;
}
.BgClassName
{
background-color: #A2C052;
}
</style>
border-color css
<style>
span { border-color: #A2C052; }
span { border-color: rgb(162,192,82); }
td.TdClassName
{
border-color: #A2C052;
}
.TagClassName
{
border-color: #A2C052;
}
</style>