Shades of Celery #A8BA4E
Tints of Celery #A8BA4E
RGB
CMYK
RGB Variations
Color information
#A8BA4E (or 0xA8BA4E) is known color: Celery. HEX triplet: A8, BA and 4E. RGB value is (168,186,78). Sum of RGB (Red+Green+Blue) = 168+186+78=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA4E is #5745B1. Grayscale: #A8A8A8. Windows color (decimal): -5719474 or 5159592. OLE color: 5159592.
HSL color Cylindrical-coordinate representation of color #A8BA4E: hue angle of 70º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8BA4E is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 78 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.27 |
| HSL | 70º | 0.44% | 0.52% | - |
| HSV(B) | 70º | 0.58% | 0.73% | - |
| XYZ | 35.08 | 43.99 | 13.85 | - |
| YUV | 168.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 78 | 0.10 | 0 | 0.58 | 0.27 | 70 | 0.44 | 0.52 |
| Hex | A8 | BA | 4E | A | 0 | 3A | 1B | 46 | 2C | 34 |
| Octal | 250 | 272 | 116 | 12 | 0 | 72 | 33 | 106 | 54 | 64 |
| Binary | 10101000 | 10111010 | 1001110 | 1010 | 0 | 111010 | 11011 | 1000110 | 101100 | 110100 |
Color Harmonies of #A8BA4E
Complementary color
Monochromatic Colors of #A8BA4E
Black with #A8BA4E
Text Example
Text Example
White with #A8BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA4E; }
p { color: rgb(168,186,78); }
H1.HeaderClassName
{
color: #A8BA4E;
}
.AnyTagClassName
{
color: #A8BA4E;
}
</style>
background-color css
<style>
a { background-color: #A8BA4E; }
a { background-color: rgb(168,186,78); }
div.DivClassName
{
background-color: #A8BA4E;
}
.BgClassName
{
background-color: #A8BA4E;
}
</style>
border-color css
<style>
span { border-color: #A8BA4E; }
span { border-color: rgb(168,186,78); }
td.TdClassName
{
border-color: #A8BA4E;
}
.TagClassName
{
border-color: #A8BA4E;
}
</style>