Shades of Celery #A2C050
Tints of Celery #A2C050
RGB
CMYK
RGB Variations
Color information
#A2C050 (or 0xA2C050) is known color: Celery. HEX triplet: A2, C0 and 50. RGB value is (162,192,80). Sum of RGB (Red+Green+Blue) = 162+192+80=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C050 is #5D3FAF. Grayscale: #AAAAAA. Windows color (decimal): -6111152 or 5292194. OLE color: 5292194.
HSL color Cylindrical-coordinate representation of color #A2C050: hue angle of 76.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2C050 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 80 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.25 |
| HSL | 76.07º | 0.47% | 0.53% | - |
| HSV(B) | 76.07º | 0.58% | 0.75% | - |
| XYZ | 35.2 | 45.96 | 14.61 | - |
| YUV | 170.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 80 | 0.16 | 0 | 0.58 | 0.25 | 76.07 | 0.47 | 0.53 |
| Hex | A2 | C0 | 50 | 10 | 0 | 3A | 19 | 4C | 2F | 35 |
| Octal | 242 | 300 | 120 | 20 | 0 | 72 | 31 | 114 | 57 | 65 |
| Binary | 10100010 | 11000000 | 1010000 | 10000 | 0 | 111010 | 11001 | 1001100 | 101111 | 110101 |
Color Harmonies of #A2C050
Complementary color
Monochromatic Colors of #A2C050
Black with #A2C050
Text Example
Text Example
White with #A2C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C050; }
p { color: rgb(162,192,80); }
H1.HeaderClassName
{
color: #A2C050;
}
.AnyTagClassName
{
color: #A2C050;
}
</style>
background-color css
<style>
a { background-color: #A2C050; }
a { background-color: rgb(162,192,80); }
div.DivClassName
{
background-color: #A2C050;
}
.BgClassName
{
background-color: #A2C050;
}
</style>
border-color css
<style>
span { border-color: #A2C050; }
span { border-color: rgb(162,192,80); }
td.TdClassName
{
border-color: #A2C050;
}
.TagClassName
{
border-color: #A2C050;
}
</style>