Shades of Celery #A9BA5A
Tints of Celery #A9BA5A
RGB
CMYK
RGB Variations
Color information
#A9BA5A (or 0xA9BA5A) is known color: Celery. HEX triplet: A9, BA and 5A. RGB value is (169,186,90). Sum of RGB (Red+Green+Blue) = 169+186+90=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA5A is #5645A5. Grayscale: #AAAAAA. Windows color (decimal): -5653926 or 5946025. OLE color: 5946025.
HSL color Cylindrical-coordinate representation of color #A9BA5A: hue angle of 70.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9BA5A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 90 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.27 |
| HSL | 70.62º | 0.41% | 0.54% | - |
| HSV(B) | 70.62º | 0.52% | 0.73% | - |
| XYZ | 35.77 | 44.29 | 16.34 | - |
| YUV | 169.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 90 | 0.09 | 0 | 0.52 | 0.27 | 70.62 | 0.41 | 0.54 |
| Hex | A9 | BA | 5A | 9 | 0 | 34 | 1B | 47 | 29 | 36 |
| Octal | 251 | 272 | 132 | 11 | 0 | 64 | 33 | 107 | 51 | 66 |
| Binary | 10101001 | 10111010 | 1011010 | 1001 | 0 | 110100 | 11011 | 1000111 | 101001 | 110110 |
Color Harmonies of #A9BA5A
Complementary color
Monochromatic Colors of #A9BA5A
Black with #A9BA5A
Text Example
Text Example
White with #A9BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA5A; }
p { color: rgb(169,186,90); }
H1.HeaderClassName
{
color: #A9BA5A;
}
.AnyTagClassName
{
color: #A9BA5A;
}
</style>
background-color css
<style>
a { background-color: #A9BA5A; }
a { background-color: rgb(169,186,90); }
div.DivClassName
{
background-color: #A9BA5A;
}
.BgClassName
{
background-color: #A9BA5A;
}
</style>
border-color css
<style>
span { border-color: #A9BA5A; }
span { border-color: rgb(169,186,90); }
td.TdClassName
{
border-color: #A9BA5A;
}
.TagClassName
{
border-color: #A9BA5A;
}
</style>