Shades of Celery #A2BE49
Tints of Celery #A2BE49
RGB
CMYK
RGB Variations
Color information
#A2BE49 (or 0xA2BE49) is known color: Celery. HEX triplet: A2, BE and 49. RGB value is (162,190,73). Sum of RGB (Red+Green+Blue) = 162+190+73=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE49 is #5D41B6. Grayscale: #A8A8A8. Windows color (decimal): -6111671 or 4832930. OLE color: 4832930.
HSL color Cylindrical-coordinate representation of color #A2BE49: hue angle of 74.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2BE49 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 73 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.25 |
| HSL | 74.36º | 0.47% | 0.52% | - |
| HSV(B) | 74.36º | 0.62% | 0.75% | - |
| XYZ | 34.52 | 44.99 | 13.17 | - |
| YUV | 168.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 73 | 0.15 | 0 | 0.62 | 0.25 | 74.36 | 0.47 | 0.52 |
| Hex | A2 | BE | 49 | F | 0 | 3E | 19 | 4A | 2F | 34 |
| Octal | 242 | 276 | 111 | 17 | 0 | 76 | 31 | 112 | 57 | 64 |
| Binary | 10100010 | 10111110 | 1001001 | 1111 | 0 | 111110 | 11001 | 1001010 | 101111 | 110100 |
Color Harmonies of #A2BE49
Complementary color
Monochromatic Colors of #A2BE49
Black with #A2BE49
Text Example
Text Example
White with #A2BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE49; }
p { color: rgb(162,190,73); }
H1.HeaderClassName
{
color: #A2BE49;
}
.AnyTagClassName
{
color: #A2BE49;
}
</style>
background-color css
<style>
a { background-color: #A2BE49; }
a { background-color: rgb(162,190,73); }
div.DivClassName
{
background-color: #A2BE49;
}
.BgClassName
{
background-color: #A2BE49;
}
</style>
border-color css
<style>
span { border-color: #A2BE49; }
span { border-color: rgb(162,190,73); }
td.TdClassName
{
border-color: #A2BE49;
}
.TagClassName
{
border-color: #A2BE49;
}
</style>