Shades of Celery #A9B14E
Tints of Celery #A9B14E
RGB
CMYK
RGB Variations
Color information
#A9B14E (or 0xA9B14E) is known color: Celery. HEX triplet: A9, B1 and 4E. RGB value is (169,177,78). Sum of RGB (Red+Green+Blue) = 169+177+78=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B14E is #564EB1. Grayscale: #A3A3A3. Windows color (decimal): -5656242 or 5157289. OLE color: 5157289.
HSL color Cylindrical-coordinate representation of color #A9B14E: hue angle of 64.85º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9B14E is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 78 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.31 |
| HSL | 64.85º | 0.39% | 0.5% | - |
| HSV(B) | 64.85º | 0.56% | 0.69% | - |
| XYZ | 33.46 | 40.43 | 13.25 | - |
| YUV | 163.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 78 | 0.05 | 0 | 0.56 | 0.31 | 64.85 | 0.39 | 0.5 |
| Hex | A9 | B1 | 4E | 5 | 0 | 38 | 1F | 41 | 27 | 32 |
| Octal | 251 | 261 | 116 | 5 | 0 | 70 | 37 | 101 | 47 | 62 |
| Binary | 10101001 | 10110001 | 1001110 | 101 | 0 | 111000 | 11111 | 1000001 | 100111 | 110010 |
Color Harmonies of #A9B14E
Complementary color
Monochromatic Colors of #A9B14E
Black with #A9B14E
Text Example
Text Example
White with #A9B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B14E; }
p { color: rgb(169,177,78); }
H1.HeaderClassName
{
color: #A9B14E;
}
.AnyTagClassName
{
color: #A9B14E;
}
</style>
background-color css
<style>
a { background-color: #A9B14E; }
a { background-color: rgb(169,177,78); }
div.DivClassName
{
background-color: #A9B14E;
}
.BgClassName
{
background-color: #A9B14E;
}
</style>
border-color css
<style>
span { border-color: #A9B14E; }
span { border-color: rgb(169,177,78); }
td.TdClassName
{
border-color: #A9B14E;
}
.TagClassName
{
border-color: #A9B14E;
}
</style>