Shades of Celery #A0BE4C
Tints of Celery #A0BE4C
RGB
CMYK
RGB Variations
Color information
#A0BE4C (or 0xA0BE4C) is known color: Celery. HEX triplet: A0, BE and 4C. RGB value is (160,190,76). Sum of RGB (Red+Green+Blue) = 160+190+76=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE4C is #5F41B3. Grayscale: #A8A8A8. Windows color (decimal): -6242740 or 5029536. OLE color: 5029536.
HSL color Cylindrical-coordinate representation of color #A0BE4C: hue angle of 75.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0BE4C is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 76 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.25 |
| HSL | 75.79º | 0.47% | 0.52% | - |
| HSV(B) | 75.79º | 0.6% | 0.75% | - |
| XYZ | 34.22 | 44.82 | 13.69 | - |
| YUV | 168.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 76 | 0.16 | 0 | 0.60 | 0.25 | 75.79 | 0.47 | 0.52 |
| Hex | A0 | BE | 4C | 10 | 0 | 3C | 19 | 4C | 2F | 34 |
| Octal | 240 | 276 | 114 | 20 | 0 | 74 | 31 | 114 | 57 | 64 |
| Binary | 10100000 | 10111110 | 1001100 | 10000 | 0 | 111100 | 11001 | 1001100 | 101111 | 110100 |
Color Harmonies of #A0BE4C
Complementary color
Monochromatic Colors of #A0BE4C
Black with #A0BE4C
Text Example
Text Example
White with #A0BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE4C; }
p { color: rgb(160,190,76); }
H1.HeaderClassName
{
color: #A0BE4C;
}
.AnyTagClassName
{
color: #A0BE4C;
}
</style>
background-color css
<style>
a { background-color: #A0BE4C; }
a { background-color: rgb(160,190,76); }
div.DivClassName
{
background-color: #A0BE4C;
}
.BgClassName
{
background-color: #A0BE4C;
}
</style>
border-color css
<style>
span { border-color: #A0BE4C; }
span { border-color: rgb(160,190,76); }
td.TdClassName
{
border-color: #A0BE4C;
}
.TagClassName
{
border-color: #A0BE4C;
}
</style>