Shades of Celery #A2BA44
Tints of Celery #A2BA44
RGB
CMYK
RGB Variations
Color information
#A2BA44 (or 0xA2BA44) is known color: Celery. HEX triplet: A2, BA and 44. RGB value is (162,186,68). Sum of RGB (Red+Green+Blue) = 162+186+68=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA44 is #5D45BB. Grayscale: #A5A5A5. Windows color (decimal): -6112700 or 4504226. OLE color: 4504226.
HSL color Cylindrical-coordinate representation of color #A2BA44: hue angle of 72.2º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2BA44 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 68 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.27 |
| HSL | 72.2º | 0.46% | 0.5% | - |
| HSV(B) | 72.2º | 0.63% | 0.73% | - |
| XYZ | 33.5 | 43.22 | 12.04 | - |
| YUV | 165.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 68 | 0.13 | 0 | 0.63 | 0.27 | 72.2 | 0.46 | 0.5 |
| Hex | A2 | BA | 44 | D | 0 | 3F | 1B | 48 | 2E | 32 |
| Octal | 242 | 272 | 104 | 15 | 0 | 77 | 33 | 110 | 56 | 62 |
| Binary | 10100010 | 10111010 | 1000100 | 1101 | 0 | 111111 | 11011 | 1001000 | 101110 | 110010 |
Color Harmonies of #A2BA44
Complementary color
Monochromatic Colors of #A2BA44
Black with #A2BA44
Text Example
Text Example
White with #A2BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA44; }
p { color: rgb(162,186,68); }
H1.HeaderClassName
{
color: #A2BA44;
}
.AnyTagClassName
{
color: #A2BA44;
}
</style>
background-color css
<style>
a { background-color: #A2BA44; }
a { background-color: rgb(162,186,68); }
div.DivClassName
{
background-color: #A2BA44;
}
.BgClassName
{
background-color: #A2BA44;
}
</style>
border-color css
<style>
span { border-color: #A2BA44; }
span { border-color: rgb(162,186,68); }
td.TdClassName
{
border-color: #A2BA44;
}
.TagClassName
{
border-color: #A2BA44;
}
</style>