Shades of Celery #A0BE50
Tints of Celery #A0BE50
RGB
CMYK
RGB Variations
Color information
#A0BE50 (or 0xA0BE50) is known color: Celery. HEX triplet: A0, BE and 50. RGB value is (160,190,80). Sum of RGB (Red+Green+Blue) = 160+190+80=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE50 is #5F41AF. Grayscale: #A8A8A8. Windows color (decimal): -6242736 or 5291680. OLE color: 5291680.
HSL color Cylindrical-coordinate representation of color #A0BE50: hue angle of 76.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0BE50 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 80 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.25 |
| HSL | 76.36º | 0.46% | 0.53% | - |
| HSV(B) | 76.36º | 0.58% | 0.75% | - |
| XYZ | 34.36 | 44.88 | 14.44 | - |
| YUV | 168.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 80 | 0.16 | 0 | 0.58 | 0.25 | 76.36 | 0.46 | 0.53 |
| Hex | A0 | BE | 50 | 10 | 0 | 3A | 19 | 4C | 2E | 35 |
| Octal | 240 | 276 | 120 | 20 | 0 | 72 | 31 | 114 | 56 | 65 |
| Binary | 10100000 | 10111110 | 1010000 | 10000 | 0 | 111010 | 11001 | 1001100 | 101110 | 110101 |
Color Harmonies of #A0BE50
Complementary color
Monochromatic Colors of #A0BE50
Black with #A0BE50
Text Example
Text Example
White with #A0BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE50; }
p { color: rgb(160,190,80); }
H1.HeaderClassName
{
color: #A0BE50;
}
.AnyTagClassName
{
color: #A0BE50;
}
</style>
background-color css
<style>
a { background-color: #A0BE50; }
a { background-color: rgb(160,190,80); }
div.DivClassName
{
background-color: #A0BE50;
}
.BgClassName
{
background-color: #A0BE50;
}
</style>
border-color css
<style>
span { border-color: #A0BE50; }
span { border-color: rgb(160,190,80); }
td.TdClassName
{
border-color: #A0BE50;
}
.TagClassName
{
border-color: #A0BE50;
}
</style>