Shades of Celery #A9BD50
Tints of Celery #A9BD50
RGB
CMYK
RGB Variations
Color information
#A9BD50 (or 0xA9BD50) is known color: Celery. HEX triplet: A9, BD and 50. RGB value is (169,189,80). Sum of RGB (Red+Green+Blue) = 169+189+80=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD50 is #5642AF. Grayscale: #ABABAB. Windows color (decimal): -5653168 or 5291433. OLE color: 5291433.
HSL color Cylindrical-coordinate representation of color #A9BD50: hue angle of 71.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9BD50 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 80 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.26 |
| HSL | 71.01º | 0.45% | 0.53% | - |
| HSV(B) | 71.01º | 0.58% | 0.74% | - |
| XYZ | 36.01 | 45.41 | 14.46 | - |
| YUV | 170.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 80 | 0.11 | 0 | 0.58 | 0.26 | 71.01 | 0.45 | 0.53 |
| Hex | A9 | BD | 50 | B | 0 | 3A | 1A | 47 | 2D | 35 |
| Octal | 251 | 275 | 120 | 13 | 0 | 72 | 32 | 107 | 55 | 65 |
| Binary | 10101001 | 10111101 | 1010000 | 1011 | 0 | 111010 | 11010 | 1000111 | 101101 | 110101 |
Color Harmonies of #A9BD50
Complementary color
Monochromatic Colors of #A9BD50
Black with #A9BD50
Text Example
Text Example
White with #A9BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD50; }
p { color: rgb(169,189,80); }
H1.HeaderClassName
{
color: #A9BD50;
}
.AnyTagClassName
{
color: #A9BD50;
}
</style>
background-color css
<style>
a { background-color: #A9BD50; }
a { background-color: rgb(169,189,80); }
div.DivClassName
{
background-color: #A9BD50;
}
.BgClassName
{
background-color: #A9BD50;
}
</style>
border-color css
<style>
span { border-color: #A9BD50; }
span { border-color: rgb(169,189,80); }
td.TdClassName
{
border-color: #A9BD50;
}
.TagClassName
{
border-color: #A9BD50;
}
</style>