Shades of Celery #A9BA51
Tints of Celery #A9BA51
RGB
CMYK
RGB Variations
Color information
#A9BA51 (or 0xA9BA51) is known color: Celery. HEX triplet: A9, BA and 51. RGB value is (169,186,81). Sum of RGB (Red+Green+Blue) = 169+186+81=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA51 is #5645AE. Grayscale: #A9A9A9. Windows color (decimal): -5653935 or 5356201. OLE color: 5356201.
HSL color Cylindrical-coordinate representation of color #A9BA51: hue angle of 69.71º 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 #A9BA51 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 81 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.27 |
| HSL | 69.71º | 0.43% | 0.52% | - |
| HSV(B) | 69.71º | 0.56% | 0.73% | - |
| XYZ | 35.41 | 44.15 | 14.44 | - |
| YUV | 168.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 81 | 0.09 | 0 | 0.56 | 0.27 | 69.71 | 0.43 | 0.52 |
| Hex | A9 | BA | 51 | 9 | 0 | 38 | 1B | 46 | 2B | 34 |
| Octal | 251 | 272 | 121 | 11 | 0 | 70 | 33 | 106 | 53 | 64 |
| Binary | 10101001 | 10111010 | 1010001 | 1001 | 0 | 111000 | 11011 | 1000110 | 101011 | 110100 |
Color Harmonies of #A9BA51
Complementary color
Monochromatic Colors of #A9BA51
Black with #A9BA51
Text Example
Text Example
White with #A9BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA51; }
p { color: rgb(169,186,81); }
H1.HeaderClassName
{
color: #A9BA51;
}
.AnyTagClassName
{
color: #A9BA51;
}
</style>
background-color css
<style>
a { background-color: #A9BA51; }
a { background-color: rgb(169,186,81); }
div.DivClassName
{
background-color: #A9BA51;
}
.BgClassName
{
background-color: #A9BA51;
}
</style>
border-color css
<style>
span { border-color: #A9BA51; }
span { border-color: rgb(169,186,81); }
td.TdClassName
{
border-color: #A9BA51;
}
.TagClassName
{
border-color: #A9BA51;
}
</style>