Shades of Celery #A0BE53
Tints of Celery #A0BE53
RGB
CMYK
RGB Variations
Color information
#A0BE53 (or 0xA0BE53) is known color: Celery. HEX triplet: A0, BE and 53. RGB value is (160,190,83). Sum of RGB (Red+Green+Blue) = 160+190+83=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE53 is #5F41AC. Grayscale: #A9A9A9. Windows color (decimal): -6242733 or 5488288. OLE color: 5488288.
HSL color Cylindrical-coordinate representation of color #A0BE53: hue angle of 76.82º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0BE53 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 83 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.25 |
| HSL | 76.82º | 0.45% | 0.54% | - |
| HSV(B) | 76.82º | 0.56% | 0.75% | - |
| XYZ | 34.47 | 44.93 | 15.04 | - |
| YUV | 168.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 83 | 0.16 | 0 | 0.56 | 0.25 | 76.82 | 0.45 | 0.54 |
| Hex | A0 | BE | 53 | 10 | 0 | 38 | 19 | 4D | 2D | 36 |
| Octal | 240 | 276 | 123 | 20 | 0 | 70 | 31 | 115 | 55 | 66 |
| Binary | 10100000 | 10111110 | 1010011 | 10000 | 0 | 111000 | 11001 | 1001101 | 101101 | 110110 |
Color Harmonies of #A0BE53
Complementary color
Monochromatic Colors of #A0BE53
Black with #A0BE53
Text Example
Text Example
White with #A0BE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE53; }
p { color: rgb(160,190,83); }
H1.HeaderClassName
{
color: #A0BE53;
}
.AnyTagClassName
{
color: #A0BE53;
}
</style>
background-color css
<style>
a { background-color: #A0BE53; }
a { background-color: rgb(160,190,83); }
div.DivClassName
{
background-color: #A0BE53;
}
.BgClassName
{
background-color: #A0BE53;
}
</style>
border-color css
<style>
span { border-color: #A0BE53; }
span { border-color: rgb(160,190,83); }
td.TdClassName
{
border-color: #A0BE53;
}
.TagClassName
{
border-color: #A0BE53;
}
</style>