Shades of Celery #A0BE56
Tints of Celery #A0BE56
RGB
CMYK
RGB Variations
Color information
#A0BE56 (or 0xA0BE56) is known color: Celery. HEX triplet: A0, BE and 56. RGB value is (160,190,86). Sum of RGB (Red+Green+Blue) = 160+190+86=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE56 is #5F41A9. Grayscale: #A9A9A9. Windows color (decimal): -6242730 or 5684896. OLE color: 5684896.
HSL color Cylindrical-coordinate representation of color #A0BE56: hue angle of 77.31º degrees, saturation: 0.44, 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 #A0BE56 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 86 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.25 |
| HSL | 77.31º | 0.44% | 0.54% | - |
| HSV(B) | 77.31º | 0.55% | 0.75% | - |
| XYZ | 34.59 | 44.97 | 15.66 | - |
| YUV | 169.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 86 | 0.16 | 0 | 0.55 | 0.25 | 77.31 | 0.44 | 0.54 |
| Hex | A0 | BE | 56 | 10 | 0 | 37 | 19 | 4D | 2C | 36 |
| Octal | 240 | 276 | 126 | 20 | 0 | 67 | 31 | 115 | 54 | 66 |
| Binary | 10100000 | 10111110 | 1010110 | 10000 | 0 | 110111 | 11001 | 1001101 | 101100 | 110110 |
Color Harmonies of #A0BE56
Complementary color
Monochromatic Colors of #A0BE56
Black with #A0BE56
Text Example
Text Example
White with #A0BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE56; }
p { color: rgb(160,190,86); }
H1.HeaderClassName
{
color: #A0BE56;
}
.AnyTagClassName
{
color: #A0BE56;
}
</style>
background-color css
<style>
a { background-color: #A0BE56; }
a { background-color: rgb(160,190,86); }
div.DivClassName
{
background-color: #A0BE56;
}
.BgClassName
{
background-color: #A0BE56;
}
</style>
border-color css
<style>
span { border-color: #A0BE56; }
span { border-color: rgb(160,190,86); }
td.TdClassName
{
border-color: #A0BE56;
}
.TagClassName
{
border-color: #A0BE56;
}
</style>