Shades of Celery #A8BE50
Tints of Celery #A8BE50
RGB
CMYK
RGB Variations
Color information
#A8BE50 (or 0xA8BE50) is known color: Celery. HEX triplet: A8, BE and 50. RGB value is (168,190,80). Sum of RGB (Red+Green+Blue) = 168+190+80=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE50 is #5741AF. Grayscale: #ABABAB. Windows color (decimal): -5718448 or 5291688. OLE color: 5291688.
HSL color Cylindrical-coordinate representation of color #A8BE50: hue angle of 72º 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 #A8BE50 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 80 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.25 |
| HSL | 72º | 0.46% | 0.53% | - |
| HSV(B) | 72º | 0.58% | 0.75% | - |
| XYZ | 36.01 | 45.73 | 14.52 | - |
| YUV | 170.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 80 | 0.12 | 0 | 0.58 | 0.25 | 72 | 0.46 | 0.53 |
| Hex | A8 | BE | 50 | C | 0 | 3A | 19 | 48 | 2E | 35 |
| Octal | 250 | 276 | 120 | 14 | 0 | 72 | 31 | 110 | 56 | 65 |
| Binary | 10101000 | 10111110 | 1010000 | 1100 | 0 | 111010 | 11001 | 1001000 | 101110 | 110101 |
Color Harmonies of #A8BE50
Complementary color
Monochromatic Colors of #A8BE50
Black with #A8BE50
Text Example
Text Example
White with #A8BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE50; }
p { color: rgb(168,190,80); }
H1.HeaderClassName
{
color: #A8BE50;
}
.AnyTagClassName
{
color: #A8BE50;
}
</style>
background-color css
<style>
a { background-color: #A8BE50; }
a { background-color: rgb(168,190,80); }
div.DivClassName
{
background-color: #A8BE50;
}
.BgClassName
{
background-color: #A8BE50;
}
</style>
border-color css
<style>
span { border-color: #A8BE50; }
span { border-color: rgb(168,190,80); }
td.TdClassName
{
border-color: #A8BE50;
}
.TagClassName
{
border-color: #A8BE50;
}
</style>