Shades of Celery #A0BE57
Tints of Celery #A0BE57
RGB
CMYK
RGB Variations
Color information
#A0BE57 (or 0xA0BE57) is known color: Celery. HEX triplet: A0, BE and 57. RGB value is (160,190,87). Sum of RGB (Red+Green+Blue) = 160+190+87=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE57 is #5F41A8. Grayscale: #A9A9A9. Windows color (decimal): -6242729 or 5750432. OLE color: 5750432.
HSL color Cylindrical-coordinate representation of color #A0BE57: hue angle of 77.48º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0BE57 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 87 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.25 |
| HSL | 77.48º | 0.44% | 0.54% | - |
| HSV(B) | 77.48º | 0.54% | 0.75% | - |
| XYZ | 34.63 | 44.99 | 15.88 | - |
| YUV | 169.29 | 81.56 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 87 | 0.16 | 0 | 0.54 | 0.25 | 77.48 | 0.44 | 0.54 |
| Hex | A0 | BE | 57 | 10 | 0 | 36 | 19 | 4D | 2C | 36 |
| Octal | 240 | 276 | 127 | 20 | 0 | 66 | 31 | 115 | 54 | 66 |
| Binary | 10100000 | 10111110 | 1010111 | 10000 | 0 | 110110 | 11001 | 1001101 | 101100 | 110110 |
Color Harmonies of #A0BE57
Complementary color
Monochromatic Colors of #A0BE57
Black with #A0BE57
Text Example
Text Example
White with #A0BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE57; }
p { color: rgb(160,190,87); }
H1.HeaderClassName
{
color: #A0BE57;
}
.AnyTagClassName
{
color: #A0BE57;
}
</style>
background-color css
<style>
a { background-color: #A0BE57; }
a { background-color: rgb(160,190,87); }
div.DivClassName
{
background-color: #A0BE57;
}
.BgClassName
{
background-color: #A0BE57;
}
</style>
border-color css
<style>
span { border-color: #A0BE57; }
span { border-color: rgb(160,190,87); }
td.TdClassName
{
border-color: #A0BE57;
}
.TagClassName
{
border-color: #A0BE57;
}
</style>