Shades of Celery #A9BB50
Tints of Celery #A9BB50
RGB
CMYK
RGB Variations
Color information
#A9BB50 (or 0xA9BB50) is known color: Celery. HEX triplet: A9, BB and 50. RGB value is (169,187,80). Sum of RGB (Red+Green+Blue) = 169+187+80=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB50 is #5644AF. Grayscale: #A9A9A9. Windows color (decimal): -5653680 or 5290921. OLE color: 5290921.
HSL color Cylindrical-coordinate representation of color #A9BB50: hue angle of 70.09º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9BB50 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 80 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.27 |
| HSL | 70.09º | 0.44% | 0.52% | - |
| HSV(B) | 70.09º | 0.57% | 0.73% | - |
| XYZ | 35.58 | 44.55 | 14.31 | - |
| YUV | 169.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 80 | 0.10 | 0 | 0.57 | 0.27 | 70.09 | 0.44 | 0.52 |
| Hex | A9 | BB | 50 | A | 0 | 39 | 1B | 46 | 2C | 34 |
| Octal | 251 | 273 | 120 | 12 | 0 | 71 | 33 | 106 | 54 | 64 |
| Binary | 10101001 | 10111011 | 1010000 | 1010 | 0 | 111001 | 11011 | 1000110 | 101100 | 110100 |
Color Harmonies of #A9BB50
Complementary color
Monochromatic Colors of #A9BB50
Black with #A9BB50
Text Example
Text Example
White with #A9BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB50; }
p { color: rgb(169,187,80); }
H1.HeaderClassName
{
color: #A9BB50;
}
.AnyTagClassName
{
color: #A9BB50;
}
</style>
background-color css
<style>
a { background-color: #A9BB50; }
a { background-color: rgb(169,187,80); }
div.DivClassName
{
background-color: #A9BB50;
}
.BgClassName
{
background-color: #A9BB50;
}
</style>
border-color css
<style>
span { border-color: #A9BB50; }
span { border-color: rgb(169,187,80); }
td.TdClassName
{
border-color: #A9BB50;
}
.TagClassName
{
border-color: #A9BB50;
}
</style>