Shades of Celery #A2BF49
Tints of Celery #A2BF49
RGB
CMYK
RGB Variations
Color information
#A2BF49 (or 0xA2BF49) is known color: Celery. HEX triplet: A2, BF and 49. RGB value is (162,191,73). Sum of RGB (Red+Green+Blue) = 162+191+73=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF49 is #5D40B6. Grayscale: #A9A9A9. Windows color (decimal): -6111415 or 4833186. OLE color: 4833186.
HSL color Cylindrical-coordinate representation of color #A2BF49: hue angle of 74.75º degrees, saturation: 0.48, 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 #A2BF49 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 73 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.25 |
| HSL | 74.75º | 0.48% | 0.52% | - |
| HSV(B) | 74.75º | 0.62% | 0.75% | - |
| XYZ | 34.73 | 45.42 | 13.24 | - |
| YUV | 168.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 73 | 0.15 | 0 | 0.62 | 0.25 | 74.75 | 0.48 | 0.52 |
| Hex | A2 | BF | 49 | F | 0 | 3E | 19 | 4B | 30 | 34 |
| Octal | 242 | 277 | 111 | 17 | 0 | 76 | 31 | 113 | 60 | 64 |
| Binary | 10100010 | 10111111 | 1001001 | 1111 | 0 | 111110 | 11001 | 1001011 | 110000 | 110100 |
Color Harmonies of #A2BF49
Complementary color
Monochromatic Colors of #A2BF49
Black with #A2BF49
Text Example
Text Example
White with #A2BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF49; }
p { color: rgb(162,191,73); }
H1.HeaderClassName
{
color: #A2BF49;
}
.AnyTagClassName
{
color: #A2BF49;
}
</style>
background-color css
<style>
a { background-color: #A2BF49; }
a { background-color: rgb(162,191,73); }
div.DivClassName
{
background-color: #A2BF49;
}
.BgClassName
{
background-color: #A2BF49;
}
</style>
border-color css
<style>
span { border-color: #A2BF49; }
span { border-color: rgb(162,191,73); }
td.TdClassName
{
border-color: #A2BF49;
}
.TagClassName
{
border-color: #A2BF49;
}
</style>