Shades of Celery #A2BF55
Tints of Celery #A2BF55
RGB
CMYK
RGB Variations
Color information
#A2BF55 (or 0xA2BF55) is known color: Celery. HEX triplet: A2, BF and 55. RGB value is (162,191,85). Sum of RGB (Red+Green+Blue) = 162+191+85=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF55 is #5D40AA. Grayscale: #AAAAAA. Windows color (decimal): -6111403 or 5619618. OLE color: 5619618.
HSL color Cylindrical-coordinate representation of color #A2BF55: hue angle of 76.42º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2BF55 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 85 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.25 |
| HSL | 76.42º | 0.45% | 0.54% | - |
| HSV(B) | 76.42º | 0.55% | 0.75% | - |
| XYZ | 35.17 | 45.6 | 15.54 | - |
| YUV | 170.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 85 | 0.15 | 0 | 0.55 | 0.25 | 76.42 | 0.45 | 0.54 |
| Hex | A2 | BF | 55 | F | 0 | 37 | 19 | 4C | 2D | 36 |
| Octal | 242 | 277 | 125 | 17 | 0 | 67 | 31 | 114 | 55 | 66 |
| Binary | 10100010 | 10111111 | 1010101 | 1111 | 0 | 110111 | 11001 | 1001100 | 101101 | 110110 |
Color Harmonies of #A2BF55
Complementary color
Monochromatic Colors of #A2BF55
Black with #A2BF55
Text Example
Text Example
White with #A2BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF55; }
p { color: rgb(162,191,85); }
H1.HeaderClassName
{
color: #A2BF55;
}
.AnyTagClassName
{
color: #A2BF55;
}
</style>
background-color css
<style>
a { background-color: #A2BF55; }
a { background-color: rgb(162,191,85); }
div.DivClassName
{
background-color: #A2BF55;
}
.BgClassName
{
background-color: #A2BF55;
}
</style>
border-color css
<style>
span { border-color: #A2BF55; }
span { border-color: rgb(162,191,85); }
td.TdClassName
{
border-color: #A2BF55;
}
.TagClassName
{
border-color: #A2BF55;
}
</style>