Shades of Celery #A2C055
Tints of Celery #A2C055
RGB
CMYK
RGB Variations
Color information
#A2C055 (or 0xA2C055) is known color: Celery. HEX triplet: A2, C0 and 55. RGB value is (162,192,85). Sum of RGB (Red+Green+Blue) = 162+192+85=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C055 is #5D3FAA. Grayscale: #ABABAB. Windows color (decimal): -6111147 or 5619874. OLE color: 5619874.
HSL color Cylindrical-coordinate representation of color #A2C055: hue angle of 76.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2C055 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 85 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.25 |
| HSL | 76.82º | 0.46% | 0.54% | - |
| HSV(B) | 76.82º | 0.56% | 0.75% | - |
| XYZ | 35.39 | 46.04 | 15.62 | - |
| YUV | 170.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 85 | 0.16 | 0 | 0.56 | 0.25 | 76.82 | 0.46 | 0.54 |
| Hex | A2 | C0 | 55 | 10 | 0 | 38 | 19 | 4D | 2E | 36 |
| Octal | 242 | 300 | 125 | 20 | 0 | 70 | 31 | 115 | 56 | 66 |
| Binary | 10100010 | 11000000 | 1010101 | 10000 | 0 | 111000 | 11001 | 1001101 | 101110 | 110110 |
Color Harmonies of #A2C055
Complementary color
Monochromatic Colors of #A2C055
Black with #A2C055
Text Example
Text Example
White with #A2C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C055; }
p { color: rgb(162,192,85); }
H1.HeaderClassName
{
color: #A2C055;
}
.AnyTagClassName
{
color: #A2C055;
}
</style>
background-color css
<style>
a { background-color: #A2C055; }
a { background-color: rgb(162,192,85); }
div.DivClassName
{
background-color: #A2C055;
}
.BgClassName
{
background-color: #A2C055;
}
</style>
border-color css
<style>
span { border-color: #A2C055; }
span { border-color: rgb(162,192,85); }
td.TdClassName
{
border-color: #A2C055;
}
.TagClassName
{
border-color: #A2C055;
}
</style>