Shades of Celery #A2BA46
Tints of Celery #A2BA46
RGB
CMYK
RGB Variations
Color information
#A2BA46 (or 0xA2BA46) is known color: Celery. HEX triplet: A2, BA and 46. RGB value is (162,186,70). Sum of RGB (Red+Green+Blue) = 162+186+70=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA46 is #5D45B9. Grayscale: #A6A6A6. Windows color (decimal): -6112698 or 4635298. OLE color: 4635298.
HSL color Cylindrical-coordinate representation of color #A2BA46: hue angle of 72.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2BA46 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 70 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.27 |
| HSL | 72.41º | 0.46% | 0.5% | - |
| HSV(B) | 72.41º | 0.62% | 0.73% | - |
| XYZ | 33.56 | 43.24 | 12.37 | - |
| YUV | 165.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 70 | 0.13 | 0 | 0.62 | 0.27 | 72.41 | 0.46 | 0.5 |
| Hex | A2 | BA | 46 | D | 0 | 3E | 1B | 48 | 2E | 32 |
| Octal | 242 | 272 | 106 | 15 | 0 | 76 | 33 | 110 | 56 | 62 |
| Binary | 10100010 | 10111010 | 1000110 | 1101 | 0 | 111110 | 11011 | 1001000 | 101110 | 110010 |
Color Harmonies of #A2BA46
Complementary color
Monochromatic Colors of #A2BA46
Black with #A2BA46
Text Example
Text Example
White with #A2BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA46; }
p { color: rgb(162,186,70); }
H1.HeaderClassName
{
color: #A2BA46;
}
.AnyTagClassName
{
color: #A2BA46;
}
</style>
background-color css
<style>
a { background-color: #A2BA46; }
a { background-color: rgb(162,186,70); }
div.DivClassName
{
background-color: #A2BA46;
}
.BgClassName
{
background-color: #A2BA46;
}
</style>
border-color css
<style>
span { border-color: #A2BA46; }
span { border-color: rgb(162,186,70); }
td.TdClassName
{
border-color: #A2BA46;
}
.TagClassName
{
border-color: #A2BA46;
}
</style>