Shades of Celery #A2B049
Tints of Celery #A2B049
RGB
CMYK
RGB Variations
Color information
#A2B049 (or 0xA2B049) is known color: Celery. HEX triplet: A2, B0 and 49. RGB value is (162,176,73). Sum of RGB (Red+Green+Blue) = 162+176+73=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B049 is #5D4FB6. Grayscale: #A0A0A0. Windows color (decimal): -6115255 or 4829346. OLE color: 4829346.
HSL color Cylindrical-coordinate representation of color #A2B049: hue angle of 68.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2B049 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 73 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.31 |
| HSL | 68.16º | 0.41% | 0.49% | - |
| HSV(B) | 68.16º | 0.59% | 0.69% | - |
| XYZ | 31.63 | 39.21 | 12.21 | - |
| YUV | 160.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 73 | 0.08 | 0 | 0.59 | 0.31 | 68.16 | 0.41 | 0.49 |
| Hex | A2 | B0 | 49 | 8 | 0 | 3B | 1F | 44 | 29 | 31 |
| Octal | 242 | 260 | 111 | 10 | 0 | 73 | 37 | 104 | 51 | 61 |
| Binary | 10100010 | 10110000 | 1001001 | 1000 | 0 | 111011 | 11111 | 1000100 | 101001 | 110001 |
Color Harmonies of #A2B049
Complementary color
Monochromatic Colors of #A2B049
Black with #A2B049
Text Example
Text Example
White with #A2B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B049; }
p { color: rgb(162,176,73); }
H1.HeaderClassName
{
color: #A2B049;
}
.AnyTagClassName
{
color: #A2B049;
}
</style>
background-color css
<style>
a { background-color: #A2B049; }
a { background-color: rgb(162,176,73); }
div.DivClassName
{
background-color: #A2B049;
}
.BgClassName
{
background-color: #A2B049;
}
</style>
border-color css
<style>
span { border-color: #A2B049; }
span { border-color: rgb(162,176,73); }
td.TdClassName
{
border-color: #A2B049;
}
.TagClassName
{
border-color: #A2B049;
}
</style>