Shades of Celery #A8BA55
Tints of Celery #A8BA55
RGB
CMYK
RGB Variations
Color information
#A8BA55 (or 0xA8BA55) is known color: Celery. HEX triplet: A8, BA and 55. RGB value is (168,186,85). Sum of RGB (Red+Green+Blue) = 168+186+85=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA55 is #5745AA. Grayscale: #A9A9A9. Windows color (decimal): -5719467 or 5618344. OLE color: 5618344.
HSL color Cylindrical-coordinate representation of color #A8BA55: hue angle of 70.69º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8BA55 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 85 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.27 |
| HSL | 70.69º | 0.42% | 0.53% | - |
| HSV(B) | 70.69º | 0.54% | 0.73% | - |
| XYZ | 35.35 | 44.1 | 15.24 | - |
| YUV | 169.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 85 | 0.10 | 0 | 0.54 | 0.27 | 70.69 | 0.42 | 0.53 |
| Hex | A8 | BA | 55 | A | 0 | 36 | 1B | 47 | 2A | 35 |
| Octal | 250 | 272 | 125 | 12 | 0 | 66 | 33 | 107 | 52 | 65 |
| Binary | 10101000 | 10111010 | 1010101 | 1010 | 0 | 110110 | 11011 | 1000111 | 101010 | 110101 |
Color Harmonies of #A8BA55
Complementary color
Monochromatic Colors of #A8BA55
Black with #A8BA55
Text Example
Text Example
White with #A8BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA55; }
p { color: rgb(168,186,85); }
H1.HeaderClassName
{
color: #A8BA55;
}
.AnyTagClassName
{
color: #A8BA55;
}
</style>
background-color css
<style>
a { background-color: #A8BA55; }
a { background-color: rgb(168,186,85); }
div.DivClassName
{
background-color: #A8BA55;
}
.BgClassName
{
background-color: #A8BA55;
}
</style>
border-color css
<style>
span { border-color: #A8BA55; }
span { border-color: rgb(168,186,85); }
td.TdClassName
{
border-color: #A8BA55;
}
.TagClassName
{
border-color: #A8BA55;
}
</style>