Shades of Celery #A8C050
Tints of Celery #A8C050
RGB
CMYK
RGB Variations
Color information
#A8C050 (or 0xA8C050) is known color: Celery. HEX triplet: A8, C0 and 50. RGB value is (168,192,80). Sum of RGB (Red+Green+Blue) = 168+192+80=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C050 is #573FAF. Grayscale: #ACACAC. Windows color (decimal): -5717936 or 5292200. OLE color: 5292200.
HSL color Cylindrical-coordinate representation of color #A8C050: hue angle of 72.86º degrees, saturation: 0.47, 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 #A8C050 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 80 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.25 |
| HSL | 72.86º | 0.47% | 0.53% | - |
| HSV(B) | 72.86º | 0.58% | 0.75% | - |
| XYZ | 36.45 | 46.6 | 14.66 | - |
| YUV | 172.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 80 | 0.12 | 0 | 0.58 | 0.25 | 72.86 | 0.47 | 0.53 |
| Hex | A8 | C0 | 50 | C | 0 | 3A | 19 | 49 | 2F | 35 |
| Octal | 250 | 300 | 120 | 14 | 0 | 72 | 31 | 111 | 57 | 65 |
| Binary | 10101000 | 11000000 | 1010000 | 1100 | 0 | 111010 | 11001 | 1001001 | 101111 | 110101 |
Color Harmonies of #A8C050
Complementary color
Monochromatic Colors of #A8C050
Black with #A8C050
Text Example
Text Example
White with #A8C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C050; }
p { color: rgb(168,192,80); }
H1.HeaderClassName
{
color: #A8C050;
}
.AnyTagClassName
{
color: #A8C050;
}
</style>
background-color css
<style>
a { background-color: #A8C050; }
a { background-color: rgb(168,192,80); }
div.DivClassName
{
background-color: #A8C050;
}
.BgClassName
{
background-color: #A8C050;
}
</style>
border-color css
<style>
span { border-color: #A8C050; }
span { border-color: rgb(168,192,80); }
td.TdClassName
{
border-color: #A8C050;
}
.TagClassName
{
border-color: #A8C050;
}
</style>