Shades of Celery #A9BD4C
Tints of Celery #A9BD4C
RGB
CMYK
RGB Variations
Color information
#A9BD4C (or 0xA9BD4C) is known color: Celery. HEX triplet: A9, BD and 4C. RGB value is (169,189,76). Sum of RGB (Red+Green+Blue) = 169+189+76=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD4C is #5642B3. Grayscale: #AAAAAA. Windows color (decimal): -5653172 or 5029289. OLE color: 5029289.
HSL color Cylindrical-coordinate representation of color #A9BD4C: hue angle of 70.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9BD4C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 76 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.26 |
| HSL | 70.62º | 0.46% | 0.52% | - |
| HSV(B) | 70.62º | 0.6% | 0.74% | - |
| XYZ | 35.86 | 45.35 | 13.7 | - |
| YUV | 170.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 76 | 0.11 | 0 | 0.60 | 0.26 | 70.62 | 0.46 | 0.52 |
| Hex | A9 | BD | 4C | B | 0 | 3C | 1A | 47 | 2E | 34 |
| Octal | 251 | 275 | 114 | 13 | 0 | 74 | 32 | 107 | 56 | 64 |
| Binary | 10101001 | 10111101 | 1001100 | 1011 | 0 | 111100 | 11010 | 1000111 | 101110 | 110100 |
Color Harmonies of #A9BD4C
Complementary color
Monochromatic Colors of #A9BD4C
Black with #A9BD4C
Text Example
Text Example
White with #A9BD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD4C; }
p { color: rgb(169,189,76); }
H1.HeaderClassName
{
color: #A9BD4C;
}
.AnyTagClassName
{
color: #A9BD4C;
}
</style>
background-color css
<style>
a { background-color: #A9BD4C; }
a { background-color: rgb(169,189,76); }
div.DivClassName
{
background-color: #A9BD4C;
}
.BgClassName
{
background-color: #A9BD4C;
}
</style>
border-color css
<style>
span { border-color: #A9BD4C; }
span { border-color: rgb(169,189,76); }
td.TdClassName
{
border-color: #A9BD4C;
}
.TagClassName
{
border-color: #A9BD4C;
}
</style>