Shades of Celery #A9BA40
Tints of Celery #A9BA40
RGB
CMYK
RGB Variations
Color information
#A9BA40 (or 0xA9BA40) is known color: Celery. HEX triplet: A9, BA and 40. RGB value is (169,186,64). Sum of RGB (Red+Green+Blue) = 169+186+64=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BA40 is #5645BF. Grayscale: #A7A7A7. Windows color (decimal): -5653952 or 4242089. OLE color: 4242089.
HSL color Cylindrical-coordinate representation of color #A9BA40: hue angle of 68.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9BA40 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 64 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.27 |
| HSL | 68.36º | 0.49% | 0.49% | - |
| HSV(B) | 68.36º | 0.66% | 0.73% | - |
| XYZ | 34.85 | 43.92 | 11.49 | - |
| YUV | 167.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 64 | 0.09 | 0 | 0.66 | 0.27 | 68.36 | 0.49 | 0.49 |
| Hex | A9 | BA | 40 | 9 | 0 | 42 | 1B | 44 | 31 | 31 |
| Octal | 251 | 272 | 100 | 11 | 0 | 102 | 33 | 104 | 61 | 61 |
| Binary | 10101001 | 10111010 | 1000000 | 1001 | 0 | 1000010 | 11011 | 1000100 | 110001 | 110001 |
Color Harmonies of #A9BA40
Complementary color
Monochromatic Colors of #A9BA40
Black with #A9BA40
Text Example
Text Example
White with #A9BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA40; }
p { color: rgb(169,186,64); }
H1.HeaderClassName
{
color: #A9BA40;
}
.AnyTagClassName
{
color: #A9BA40;
}
</style>
background-color css
<style>
a { background-color: #A9BA40; }
a { background-color: rgb(169,186,64); }
div.DivClassName
{
background-color: #A9BA40;
}
.BgClassName
{
background-color: #A9BA40;
}
</style>
border-color css
<style>
span { border-color: #A9BA40; }
span { border-color: rgb(169,186,64); }
td.TdClassName
{
border-color: #A9BA40;
}
.TagClassName
{
border-color: #A9BA40;
}
</style>