Shades of Celery #A2B94E
Tints of Celery #A2B94E
RGB
CMYK
RGB Variations
Color information
#A2B94E (or 0xA2B94E) is known color: Celery. HEX triplet: A2, B9 and 4E. RGB value is (162,185,78). Sum of RGB (Red+Green+Blue) = 162+185+78=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B94E is #5D46B1. Grayscale: #A6A6A6. Windows color (decimal): -6112946 or 5159330. OLE color: 5159330.
HSL color Cylindrical-coordinate representation of color #A2B94E: hue angle of 72.9º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B94E is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 78 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.27 |
| HSL | 72.9º | 0.43% | 0.52% | - |
| HSV(B) | 72.9º | 0.58% | 0.73% | - |
| XYZ | 33.62 | 42.93 | 13.72 | - |
| YUV | 165.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 78 | 0.12 | 0 | 0.58 | 0.27 | 72.9 | 0.43 | 0.52 |
| Hex | A2 | B9 | 4E | C | 0 | 3A | 1B | 49 | 2B | 34 |
| Octal | 242 | 271 | 116 | 14 | 0 | 72 | 33 | 111 | 53 | 64 |
| Binary | 10100010 | 10111001 | 1001110 | 1100 | 0 | 111010 | 11011 | 1001001 | 101011 | 110100 |
Color Harmonies of #A2B94E
Complementary color
Monochromatic Colors of #A2B94E
Black with #A2B94E
Text Example
Text Example
White with #A2B94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B94E; }
p { color: rgb(162,185,78); }
H1.HeaderClassName
{
color: #A2B94E;
}
.AnyTagClassName
{
color: #A2B94E;
}
</style>
background-color css
<style>
a { background-color: #A2B94E; }
a { background-color: rgb(162,185,78); }
div.DivClassName
{
background-color: #A2B94E;
}
.BgClassName
{
background-color: #A2B94E;
}
</style>
border-color css
<style>
span { border-color: #A2B94E; }
span { border-color: rgb(162,185,78); }
td.TdClassName
{
border-color: #A2B94E;
}
.TagClassName
{
border-color: #A2B94E;
}
</style>