Shades of Celery #A2C553
Tints of Celery #A2C553
RGB
CMYK
RGB Variations
Color information
#A2C553 (or 0xA2C553) is known color: Celery. HEX triplet: A2, C5 and 53. RGB value is (162,197,83). Sum of RGB (Red+Green+Blue) = 162+197+83=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C553 is #5D3AAC. Grayscale: #ADADAD. Windows color (decimal): -6109869 or 5490082. OLE color: 5490082.
HSL color Cylindrical-coordinate representation of color #A2C553: hue angle of 78.42º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2C553 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 83 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.23 |
| HSL | 78.42º | 0.5% | 0.55% | - |
| HSV(B) | 78.42º | 0.58% | 0.77% | - |
| XYZ | 36.43 | 48.24 | 15.57 | - |
| YUV | 173.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 83 | 0.18 | 0 | 0.58 | 0.23 | 78.42 | 0.5 | 0.55 |
| Hex | A2 | C5 | 53 | 12 | 0 | 3A | 17 | 4E | 32 | 37 |
| Octal | 242 | 305 | 123 | 22 | 0 | 72 | 27 | 116 | 62 | 67 |
| Binary | 10100010 | 11000101 | 1010011 | 10010 | 0 | 111010 | 10111 | 1001110 | 110010 | 110111 |
Color Harmonies of #A2C553
Complementary color
Monochromatic Colors of #A2C553
Black with #A2C553
Text Example
Text Example
White with #A2C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C553; }
p { color: rgb(162,197,83); }
H1.HeaderClassName
{
color: #A2C553;
}
.AnyTagClassName
{
color: #A2C553;
}
</style>
background-color css
<style>
a { background-color: #A2C553; }
a { background-color: rgb(162,197,83); }
div.DivClassName
{
background-color: #A2C553;
}
.BgClassName
{
background-color: #A2C553;
}
</style>
border-color css
<style>
span { border-color: #A2C553; }
span { border-color: rgb(162,197,83); }
td.TdClassName
{
border-color: #A2C553;
}
.TagClassName
{
border-color: #A2C553;
}
</style>