Shades of Celery #A2BA48
Tints of Celery #A2BA48
RGB
CMYK
RGB Variations
Color information
#A2BA48 (or 0xA2BA48) is known color: Celery. HEX triplet: A2, BA and 48. RGB value is (162,186,72). Sum of RGB (Red+Green+Blue) = 162+186+72=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA48 is #5D45B7. Grayscale: #A6A6A6. Windows color (decimal): -6112696 or 4766370. OLE color: 4766370.
HSL color Cylindrical-coordinate representation of color #A2BA48: hue angle of 72.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2BA48 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 72 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.27 |
| HSL | 72.63º | 0.45% | 0.51% | - |
| HSV(B) | 72.63º | 0.61% | 0.73% | - |
| XYZ | 33.63 | 43.27 | 12.71 | - |
| YUV | 165.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 72 | 0.13 | 0 | 0.61 | 0.27 | 72.63 | 0.45 | 0.51 |
| Hex | A2 | BA | 48 | D | 0 | 3D | 1B | 49 | 2D | 33 |
| Octal | 242 | 272 | 110 | 15 | 0 | 75 | 33 | 111 | 55 | 63 |
| Binary | 10100010 | 10111010 | 1001000 | 1101 | 0 | 111101 | 11011 | 1001001 | 101101 | 110011 |
Color Harmonies of #A2BA48
Complementary color
Monochromatic Colors of #A2BA48
Black with #A2BA48
Text Example
Text Example
White with #A2BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA48; }
p { color: rgb(162,186,72); }
H1.HeaderClassName
{
color: #A2BA48;
}
.AnyTagClassName
{
color: #A2BA48;
}
</style>
background-color css
<style>
a { background-color: #A2BA48; }
a { background-color: rgb(162,186,72); }
div.DivClassName
{
background-color: #A2BA48;
}
.BgClassName
{
background-color: #A2BA48;
}
</style>
border-color css
<style>
span { border-color: #A2BA48; }
span { border-color: rgb(162,186,72); }
td.TdClassName
{
border-color: #A2BA48;
}
.TagClassName
{
border-color: #A2BA48;
}
</style>