Shades of Celery #A2B449
Tints of Celery #A2B449
RGB
CMYK
RGB Variations
Color information
#A2B449 (or 0xA2B449) is known color: Celery. HEX triplet: A2, B4 and 49. RGB value is (162,180,73). Sum of RGB (Red+Green+Blue) = 162+180+73=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B449 is #5D4BB6. Grayscale: #A2A2A2. Windows color (decimal): -6114231 or 4830370. OLE color: 4830370.
HSL color Cylindrical-coordinate representation of color #A2B449: hue angle of 70.09º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2B449 is Cyan = 0.1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 73 | - |
| CMYK | 0.1 | 0 | 0.59 | 0.29 |
| HSL | 70.09º | 0.42% | 0.5% | - |
| HSV(B) | 70.09º | 0.59% | 0.71% | - |
| XYZ | 32.42 | 40.8 | 12.47 | - |
| YUV | 162.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 73 | 0.1 | 0 | 0.59 | 0.29 | 70.09 | 0.42 | 0.5 |
| Hex | A2 | B4 | 49 | A | 0 | 3B | 1D | 46 | 2A | 32 |
| Octal | 242 | 264 | 111 | 12 | 0 | 73 | 35 | 106 | 52 | 62 |
| Binary | 10100010 | 10110100 | 1001001 | 1010 | 0 | 111011 | 11101 | 1000110 | 101010 | 110010 |
Color Harmonies of #A2B449
Complementary color
Monochromatic Colors of #A2B449
Black with #A2B449
Text Example
Text Example
White with #A2B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B449; }
p { color: rgb(162,180,73); }
H1.HeaderClassName
{
color: #A2B449;
}
.AnyTagClassName
{
color: #A2B449;
}
</style>
background-color css
<style>
a { background-color: #A2B449; }
a { background-color: rgb(162,180,73); }
div.DivClassName
{
background-color: #A2B449;
}
.BgClassName
{
background-color: #A2B449;
}
</style>
border-color css
<style>
span { border-color: #A2B449; }
span { border-color: rgb(162,180,73); }
td.TdClassName
{
border-color: #A2B449;
}
.TagClassName
{
border-color: #A2B449;
}
</style>