Shades of Celery #A0BE55
Tints of Celery #A0BE55
RGB
CMYK
RGB Variations
Color information
#A0BE55 (or 0xA0BE55) is known color: Celery. HEX triplet: A0, BE and 55. RGB value is (160,190,85). Sum of RGB (Red+Green+Blue) = 160+190+85=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE55 is #5F41AA. Grayscale: #A9A9A9. Windows color (decimal): -6242731 or 5619360. OLE color: 5619360.
HSL color Cylindrical-coordinate representation of color #A0BE55: hue angle of 77.14º 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 #A0BE55 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 85 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.25 |
| HSL | 77.14º | 0.45% | 0.54% | - |
| HSV(B) | 77.14º | 0.55% | 0.75% | - |
| XYZ | 34.55 | 44.96 | 15.45 | - |
| YUV | 169.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 85 | 0.16 | 0 | 0.55 | 0.25 | 77.14 | 0.45 | 0.54 |
| Hex | A0 | BE | 55 | 10 | 0 | 37 | 19 | 4D | 2D | 36 |
| Octal | 240 | 276 | 125 | 20 | 0 | 67 | 31 | 115 | 55 | 66 |
| Binary | 10100000 | 10111110 | 1010101 | 10000 | 0 | 110111 | 11001 | 1001101 | 101101 | 110110 |
Color Harmonies of #A0BE55
Complementary color
Monochromatic Colors of #A0BE55
Black with #A0BE55
Text Example
Text Example
White with #A0BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE55; }
p { color: rgb(160,190,85); }
H1.HeaderClassName
{
color: #A0BE55;
}
.AnyTagClassName
{
color: #A0BE55;
}
</style>
background-color css
<style>
a { background-color: #A0BE55; }
a { background-color: rgb(160,190,85); }
div.DivClassName
{
background-color: #A0BE55;
}
.BgClassName
{
background-color: #A0BE55;
}
</style>
border-color css
<style>
span { border-color: #A0BE55; }
span { border-color: rgb(160,190,85); }
td.TdClassName
{
border-color: #A0BE55;
}
.TagClassName
{
border-color: #A0BE55;
}
</style>