Shades of Celery #A2B53A
Tints of Celery #A2B53A
RGB
CMYK
RGB Variations
Color information
#A2B53A (or 0xA2B53A) is known color: Celery. HEX triplet: A2, B5 and 3A. RGB value is (162,181,58). Sum of RGB (Red+Green+Blue) = 162+181+58=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B53A is #5D4AC5. Grayscale: #A1A1A1. Windows color (decimal): -6113990 or 3847586. OLE color: 3847586.
HSL color Cylindrical-coordinate representation of color #A2B53A: hue angle of 69.27º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2B53A is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 58 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.29 |
| HSL | 69.27º | 0.51% | 0.47% | - |
| HSV(B) | 69.27º | 0.68% | 0.71% | - |
| XYZ | 32.19 | 41.03 | 10.23 | - |
| YUV | 161.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 58 | 0.10 | 0 | 0.68 | 0.29 | 69.27 | 0.51 | 0.47 |
| Hex | A2 | B5 | 3A | A | 0 | 44 | 1D | 45 | 33 | 2F |
| Octal | 242 | 265 | 72 | 12 | 0 | 104 | 35 | 105 | 63 | 57 |
| Binary | 10100010 | 10110101 | 111010 | 1010 | 0 | 1000100 | 11101 | 1000101 | 110011 | 101111 |
Color Harmonies of #A2B53A
Complementary color
Monochromatic Colors of #A2B53A
Black with #A2B53A
Text Example
Text Example
White with #A2B53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B53A; }
p { color: rgb(162,181,58); }
H1.HeaderClassName
{
color: #A2B53A;
}
.AnyTagClassName
{
color: #A2B53A;
}
</style>
background-color css
<style>
a { background-color: #A2B53A; }
a { background-color: rgb(162,181,58); }
div.DivClassName
{
background-color: #A2B53A;
}
.BgClassName
{
background-color: #A2B53A;
}
</style>
border-color css
<style>
span { border-color: #A2B53A; }
span { border-color: rgb(162,181,58); }
td.TdClassName
{
border-color: #A2B53A;
}
.TagClassName
{
border-color: #A2B53A;
}
</style>