Shades of Celery #A8BA51
Tints of Celery #A8BA51
RGB
CMYK
RGB Variations
Color information
#A8BA51 (or 0xA8BA51) is known color: Celery. HEX triplet: A8, BA and 51. RGB value is (168,186,81). Sum of RGB (Red+Green+Blue) = 168+186+81=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA51 is #5745AE. Grayscale: #A9A9A9. Windows color (decimal): -5719471 or 5356200. OLE color: 5356200.
HSL color Cylindrical-coordinate representation of color #A8BA51: hue angle of 70.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8BA51 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 81 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.27 |
| HSL | 70.29º | 0.43% | 0.52% | - |
| HSV(B) | 70.29º | 0.56% | 0.73% | - |
| XYZ | 35.19 | 44.04 | 14.43 | - |
| YUV | 168.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 81 | 0.10 | 0 | 0.56 | 0.27 | 70.29 | 0.43 | 0.52 |
| Hex | A8 | BA | 51 | A | 0 | 38 | 1B | 46 | 2B | 34 |
| Octal | 250 | 272 | 121 | 12 | 0 | 70 | 33 | 106 | 53 | 64 |
| Binary | 10101000 | 10111010 | 1010001 | 1010 | 0 | 111000 | 11011 | 1000110 | 101011 | 110100 |
Color Harmonies of #A8BA51
Complementary color
Monochromatic Colors of #A8BA51
Black with #A8BA51
Text Example
Text Example
White with #A8BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA51; }
p { color: rgb(168,186,81); }
H1.HeaderClassName
{
color: #A8BA51;
}
.AnyTagClassName
{
color: #A8BA51;
}
</style>
background-color css
<style>
a { background-color: #A8BA51; }
a { background-color: rgb(168,186,81); }
div.DivClassName
{
background-color: #A8BA51;
}
.BgClassName
{
background-color: #A8BA51;
}
</style>
border-color css
<style>
span { border-color: #A8BA51; }
span { border-color: rgb(168,186,81); }
td.TdClassName
{
border-color: #A8BA51;
}
.TagClassName
{
border-color: #A8BA51;
}
</style>