Shades of Celery #A9BD4E
Tints of Celery #A9BD4E
RGB
CMYK
RGB Variations
Color information
#A9BD4E (or 0xA9BD4E) is known color: Celery. HEX triplet: A9, BD and 4E. RGB value is (169,189,78). Sum of RGB (Red+Green+Blue) = 169+189+78=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD4E is #5642B1. Grayscale: #AAAAAA. Windows color (decimal): -5653170 or 5160361. OLE color: 5160361.
HSL color Cylindrical-coordinate representation of color #A9BD4E: hue angle of 70.81º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9BD4E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 78 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.26 |
| HSL | 70.81º | 0.46% | 0.52% | - |
| HSV(B) | 70.81º | 0.59% | 0.74% | - |
| XYZ | 35.93 | 45.38 | 14.07 | - |
| YUV | 170.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 78 | 0.11 | 0 | 0.59 | 0.26 | 70.81 | 0.46 | 0.52 |
| Hex | A9 | BD | 4E | B | 0 | 3B | 1A | 47 | 2E | 34 |
| Octal | 251 | 275 | 116 | 13 | 0 | 73 | 32 | 107 | 56 | 64 |
| Binary | 10101001 | 10111101 | 1001110 | 1011 | 0 | 111011 | 11010 | 1000111 | 101110 | 110100 |
Color Harmonies of #A9BD4E
Complementary color
Monochromatic Colors of #A9BD4E
Black with #A9BD4E
Text Example
Text Example
White with #A9BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD4E; }
p { color: rgb(169,189,78); }
H1.HeaderClassName
{
color: #A9BD4E;
}
.AnyTagClassName
{
color: #A9BD4E;
}
</style>
background-color css
<style>
a { background-color: #A9BD4E; }
a { background-color: rgb(169,189,78); }
div.DivClassName
{
background-color: #A9BD4E;
}
.BgClassName
{
background-color: #A9BD4E;
}
</style>
border-color css
<style>
span { border-color: #A9BD4E; }
span { border-color: rgb(169,189,78); }
td.TdClassName
{
border-color: #A9BD4E;
}
.TagClassName
{
border-color: #A9BD4E;
}
</style>