Shades of Celery #A9BD54
Tints of Celery #A9BD54
RGB
CMYK
RGB Variations
Color information
#A9BD54 (or 0xA9BD54) is known color: Celery. HEX triplet: A9, BD and 54. RGB value is (169,189,84). Sum of RGB (Red+Green+Blue) = 169+189+84=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD54 is #5642AB. Grayscale: #ABABAB. Windows color (decimal): -5653164 or 5553577. OLE color: 5553577.
HSL color Cylindrical-coordinate representation of color #A9BD54: hue angle of 71.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9BD54 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 84 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.26 |
| HSL | 71.43º | 0.44% | 0.54% | - |
| HSV(B) | 71.43º | 0.56% | 0.74% | - |
| XYZ | 36.16 | 45.47 | 15.26 | - |
| YUV | 171.05 | 78.87 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 84 | 0.11 | 0 | 0.56 | 0.26 | 71.43 | 0.44 | 0.54 |
| Hex | A9 | BD | 54 | B | 0 | 38 | 1A | 47 | 2C | 36 |
| Octal | 251 | 275 | 124 | 13 | 0 | 70 | 32 | 107 | 54 | 66 |
| Binary | 10101001 | 10111101 | 1010100 | 1011 | 0 | 111000 | 11010 | 1000111 | 101100 | 110110 |
Color Harmonies of #A9BD54
Complementary color
Monochromatic Colors of #A9BD54
Black with #A9BD54
Text Example
Text Example
White with #A9BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD54; }
p { color: rgb(169,189,84); }
H1.HeaderClassName
{
color: #A9BD54;
}
.AnyTagClassName
{
color: #A9BD54;
}
</style>
background-color css
<style>
a { background-color: #A9BD54; }
a { background-color: rgb(169,189,84); }
div.DivClassName
{
background-color: #A9BD54;
}
.BgClassName
{
background-color: #A9BD54;
}
</style>
border-color css
<style>
span { border-color: #A9BD54; }
span { border-color: rgb(169,189,84); }
td.TdClassName
{
border-color: #A9BD54;
}
.TagClassName
{
border-color: #A9BD54;
}
</style>