Shades of Celery #A2C053
Tints of Celery #A2C053
RGB
CMYK
RGB Variations
Color information
#A2C053 (or 0xA2C053) is known color: Celery. HEX triplet: A2, C0 and 53. RGB value is (162,192,83). Sum of RGB (Red+Green+Blue) = 162+192+83=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C053 is #5D3FAC. Grayscale: #ABABAB. Windows color (decimal): -6111149 or 5488802. OLE color: 5488802.
HSL color Cylindrical-coordinate representation of color #A2C053: hue angle of 76.51º degrees, saturation: 0.46, 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 #A2C053 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 83 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.25 |
| HSL | 76.51º | 0.46% | 0.54% | - |
| HSV(B) | 76.51º | 0.57% | 0.75% | - |
| XYZ | 35.31 | 46.01 | 15.2 | - |
| YUV | 170.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 83 | 0.16 | 0 | 0.57 | 0.25 | 76.51 | 0.46 | 0.54 |
| Hex | A2 | C0 | 53 | 10 | 0 | 39 | 19 | 4D | 2E | 36 |
| Octal | 242 | 300 | 123 | 20 | 0 | 71 | 31 | 115 | 56 | 66 |
| Binary | 10100010 | 11000000 | 1010011 | 10000 | 0 | 111001 | 11001 | 1001101 | 101110 | 110110 |
Color Harmonies of #A2C053
Complementary color
Monochromatic Colors of #A2C053
Black with #A2C053
Text Example
Text Example
White with #A2C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C053; }
p { color: rgb(162,192,83); }
H1.HeaderClassName
{
color: #A2C053;
}
.AnyTagClassName
{
color: #A2C053;
}
</style>
background-color css
<style>
a { background-color: #A2C053; }
a { background-color: rgb(162,192,83); }
div.DivClassName
{
background-color: #A2C053;
}
.BgClassName
{
background-color: #A2C053;
}
</style>
border-color css
<style>
span { border-color: #A2C053; }
span { border-color: rgb(162,192,83); }
td.TdClassName
{
border-color: #A2C053;
}
.TagClassName
{
border-color: #A2C053;
}
</style>