Shades of Celery #A9BF55
Tints of Celery #A9BF55
RGB
CMYK
RGB Variations
Color information
#A9BF55 (or 0xA9BF55) is known color: Celery. HEX triplet: A9, BF and 55. RGB value is (169,191,85). Sum of RGB (Red+Green+Blue) = 169+191+85=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF55 is #5640AA. Grayscale: #ACACAC. Windows color (decimal): -5652651 or 5619625. OLE color: 5619625.
HSL color Cylindrical-coordinate representation of color #A9BF55: hue angle of 72.45º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9BF55 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 85 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.25 |
| HSL | 72.45º | 0.45% | 0.54% | - |
| HSV(B) | 72.45º | 0.55% | 0.75% | - |
| XYZ | 36.63 | 46.35 | 15.61 | - |
| YUV | 172.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 85 | 0.12 | 0 | 0.55 | 0.25 | 72.45 | 0.45 | 0.54 |
| Hex | A9 | BF | 55 | C | 0 | 37 | 19 | 48 | 2D | 36 |
| Octal | 251 | 277 | 125 | 14 | 0 | 67 | 31 | 110 | 55 | 66 |
| Binary | 10101001 | 10111111 | 1010101 | 1100 | 0 | 110111 | 11001 | 1001000 | 101101 | 110110 |
Color Harmonies of #A9BF55
Complementary color
Monochromatic Colors of #A9BF55
Black with #A9BF55
Text Example
Text Example
White with #A9BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF55; }
p { color: rgb(169,191,85); }
H1.HeaderClassName
{
color: #A9BF55;
}
.AnyTagClassName
{
color: #A9BF55;
}
</style>
background-color css
<style>
a { background-color: #A9BF55; }
a { background-color: rgb(169,191,85); }
div.DivClassName
{
background-color: #A9BF55;
}
.BgClassName
{
background-color: #A9BF55;
}
</style>
border-color css
<style>
span { border-color: #A9BF55; }
span { border-color: rgb(169,191,85); }
td.TdClassName
{
border-color: #A9BF55;
}
.TagClassName
{
border-color: #A9BF55;
}
</style>