Shades of Celery #A8BA56
Tints of Celery #A8BA56
RGB
CMYK
RGB Variations
Color information
#A8BA56 (or 0xA8BA56) is known color: Celery. HEX triplet: A8, BA and 56. RGB value is (168,186,86). Sum of RGB (Red+Green+Blue) = 168+186+86=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA56 is #5745A9. Grayscale: #A9A9A9. Windows color (decimal): -5719466 or 5683880. OLE color: 5683880.
HSL color Cylindrical-coordinate representation of color #A8BA56: hue angle of 70.8º 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 #A8BA56 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 86 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.27 |
| HSL | 70.8º | 0.42% | 0.53% | - |
| HSV(B) | 70.8º | 0.54% | 0.73% | - |
| XYZ | 35.39 | 44.11 | 15.45 | - |
| YUV | 169.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 86 | 0.10 | 0 | 0.54 | 0.27 | 70.8 | 0.42 | 0.53 |
| Hex | A8 | BA | 56 | A | 0 | 36 | 1B | 47 | 2A | 35 |
| Octal | 250 | 272 | 126 | 12 | 0 | 66 | 33 | 107 | 52 | 65 |
| Binary | 10101000 | 10111010 | 1010110 | 1010 | 0 | 110110 | 11011 | 1000111 | 101010 | 110101 |
Color Harmonies of #A8BA56
Complementary color
Monochromatic Colors of #A8BA56
Black with #A8BA56
Text Example
Text Example
White with #A8BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA56; }
p { color: rgb(168,186,86); }
H1.HeaderClassName
{
color: #A8BA56;
}
.AnyTagClassName
{
color: #A8BA56;
}
</style>
background-color css
<style>
a { background-color: #A8BA56; }
a { background-color: rgb(168,186,86); }
div.DivClassName
{
background-color: #A8BA56;
}
.BgClassName
{
background-color: #A8BA56;
}
</style>
border-color css
<style>
span { border-color: #A8BA56; }
span { border-color: rgb(168,186,86); }
td.TdClassName
{
border-color: #A8BA56;
}
.TagClassName
{
border-color: #A8BA56;
}
</style>