Shades of Celery #A8BA4D
Tints of Celery #A8BA4D
RGB
CMYK
RGB Variations
Color information
#A8BA4D (or 0xA8BA4D) is known color: Celery. HEX triplet: A8, BA and 4D. RGB value is (168,186,77). Sum of RGB (Red+Green+Blue) = 168+186+77=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA4D is #5745B2. Grayscale: #A8A8A8. Windows color (decimal): -5719475 or 5094056. OLE color: 5094056.
HSL color Cylindrical-coordinate representation of color #A8BA4D: hue angle of 69.91º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8BA4D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 77 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.27 |
| HSL | 69.91º | 0.44% | 0.52% | - |
| HSV(B) | 69.91º | 0.59% | 0.73% | - |
| XYZ | 35.05 | 43.98 | 13.66 | - |
| YUV | 168.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 77 | 0.10 | 0 | 0.59 | 0.27 | 69.91 | 0.44 | 0.52 |
| Hex | A8 | BA | 4D | A | 0 | 3B | 1B | 46 | 2C | 34 |
| Octal | 250 | 272 | 115 | 12 | 0 | 73 | 33 | 106 | 54 | 64 |
| Binary | 10101000 | 10111010 | 1001101 | 1010 | 0 | 111011 | 11011 | 1000110 | 101100 | 110100 |
Color Harmonies of #A8BA4D
Complementary color
Monochromatic Colors of #A8BA4D
Black with #A8BA4D
Text Example
Text Example
White with #A8BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA4D; }
p { color: rgb(168,186,77); }
H1.HeaderClassName
{
color: #A8BA4D;
}
.AnyTagClassName
{
color: #A8BA4D;
}
</style>
background-color css
<style>
a { background-color: #A8BA4D; }
a { background-color: rgb(168,186,77); }
div.DivClassName
{
background-color: #A8BA4D;
}
.BgClassName
{
background-color: #A8BA4D;
}
</style>
border-color css
<style>
span { border-color: #A8BA4D; }
span { border-color: rgb(168,186,77); }
td.TdClassName
{
border-color: #A8BA4D;
}
.TagClassName
{
border-color: #A8BA4D;
}
</style>