Shades of Celery #A2C153
Tints of Celery #A2C153
RGB
CMYK
RGB Variations
Color information
#A2C153 (or 0xA2C153) is known color: Celery. HEX triplet: A2, C1 and 53. RGB value is (162,193,83). Sum of RGB (Red+Green+Blue) = 162+193+83=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C153 is #5D3EAC. Grayscale: #ABABAB. Windows color (decimal): -6110893 or 5489058. OLE color: 5489058.
HSL color Cylindrical-coordinate representation of color #A2C153: hue angle of 76.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2C153 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 83 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.24 |
| HSL | 76.91º | 0.47% | 0.54% | - |
| HSV(B) | 76.91º | 0.57% | 0.76% | - |
| XYZ | 35.53 | 46.45 | 15.28 | - |
| YUV | 171.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 83 | 0.16 | 0 | 0.57 | 0.24 | 76.91 | 0.47 | 0.54 |
| Hex | A2 | C1 | 53 | 10 | 0 | 39 | 18 | 4D | 2F | 36 |
| Octal | 242 | 301 | 123 | 20 | 0 | 71 | 30 | 115 | 57 | 66 |
| Binary | 10100010 | 11000001 | 1010011 | 10000 | 0 | 111001 | 11000 | 1001101 | 101111 | 110110 |
Color Harmonies of #A2C153
Complementary color
Monochromatic Colors of #A2C153
Black with #A2C153
Text Example
Text Example
White with #A2C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C153; }
p { color: rgb(162,193,83); }
H1.HeaderClassName
{
color: #A2C153;
}
.AnyTagClassName
{
color: #A2C153;
}
</style>
background-color css
<style>
a { background-color: #A2C153; }
a { background-color: rgb(162,193,83); }
div.DivClassName
{
background-color: #A2C153;
}
.BgClassName
{
background-color: #A2C153;
}
</style>
border-color css
<style>
span { border-color: #A2C153; }
span { border-color: rgb(162,193,83); }
td.TdClassName
{
border-color: #A2C153;
}
.TagClassName
{
border-color: #A2C153;
}
</style>