Shades of Celery #A0BE58
Tints of Celery #A0BE58
RGB
CMYK
RGB Variations
Color information
#A0BE58 (or 0xA0BE58) is known color: Celery. HEX triplet: A0, BE and 58. RGB value is (160,190,88). Sum of RGB (Red+Green+Blue) = 160+190+88=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE58 is #5F41A7. Grayscale: #A9A9A9. Windows color (decimal): -6242728 or 5815968. OLE color: 5815968.
HSL color Cylindrical-coordinate representation of color #A0BE58: hue angle of 77.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0BE58 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 88 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.25 |
| HSL | 77.65º | 0.44% | 0.55% | - |
| HSV(B) | 77.65º | 0.54% | 0.75% | - |
| XYZ | 34.67 | 45.01 | 16.09 | - |
| YUV | 169.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 88 | 0.16 | 0 | 0.54 | 0.25 | 77.65 | 0.44 | 0.55 |
| Hex | A0 | BE | 58 | 10 | 0 | 36 | 19 | 4E | 2C | 37 |
| Octal | 240 | 276 | 130 | 20 | 0 | 66 | 31 | 116 | 54 | 67 |
| Binary | 10100000 | 10111110 | 1011000 | 10000 | 0 | 110110 | 11001 | 1001110 | 101100 | 110111 |
Color Harmonies of #A0BE58
Complementary color
Monochromatic Colors of #A0BE58
Black with #A0BE58
Text Example
Text Example
White with #A0BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE58; }
p { color: rgb(160,190,88); }
H1.HeaderClassName
{
color: #A0BE58;
}
.AnyTagClassName
{
color: #A0BE58;
}
</style>
background-color css
<style>
a { background-color: #A0BE58; }
a { background-color: rgb(160,190,88); }
div.DivClassName
{
background-color: #A0BE58;
}
.BgClassName
{
background-color: #A0BE58;
}
</style>
border-color css
<style>
span { border-color: #A0BE58; }
span { border-color: rgb(160,190,88); }
td.TdClassName
{
border-color: #A0BE58;
}
.TagClassName
{
border-color: #A0BE58;
}
</style>