Shades of Celery #A2BC53
Tints of Celery #A2BC53
RGB
CMYK
RGB Variations
Color information
#A2BC53 (or 0xA2BC53) is known color: Celery. HEX triplet: A2, BC and 53. RGB value is (162,188,83). Sum of RGB (Red+Green+Blue) = 162+188+83=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC53 is #5D43AC. Grayscale: #A8A8A8. Windows color (decimal): -6112173 or 5487778. OLE color: 5487778.
HSL color Cylindrical-coordinate representation of color #A2BC53: hue angle of 74.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2BC53 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 83 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.26 |
| HSL | 74.86º | 0.44% | 0.53% | - |
| HSV(B) | 74.86º | 0.56% | 0.74% | - |
| XYZ | 34.44 | 44.27 | 14.91 | - |
| YUV | 168.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 83 | 0.14 | 0 | 0.56 | 0.26 | 74.86 | 0.44 | 0.53 |
| Hex | A2 | BC | 53 | E | 0 | 38 | 1A | 4B | 2C | 35 |
| Octal | 242 | 274 | 123 | 16 | 0 | 70 | 32 | 113 | 54 | 65 |
| Binary | 10100010 | 10111100 | 1010011 | 1110 | 0 | 111000 | 11010 | 1001011 | 101100 | 110101 |
Color Harmonies of #A2BC53
Complementary color
Monochromatic Colors of #A2BC53
Black with #A2BC53
Text Example
Text Example
White with #A2BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC53; }
p { color: rgb(162,188,83); }
H1.HeaderClassName
{
color: #A2BC53;
}
.AnyTagClassName
{
color: #A2BC53;
}
</style>
background-color css
<style>
a { background-color: #A2BC53; }
a { background-color: rgb(162,188,83); }
div.DivClassName
{
background-color: #A2BC53;
}
.BgClassName
{
background-color: #A2BC53;
}
</style>
border-color css
<style>
span { border-color: #A2BC53; }
span { border-color: rgb(162,188,83); }
td.TdClassName
{
border-color: #A2BC53;
}
.TagClassName
{
border-color: #A2BC53;
}
</style>