Shades of Celery #A9BD5E
Tints of Celery #A9BD5E
RGB
CMYK
RGB Variations
Color information
#A9BD5E (or 0xA9BD5E) is known color: Celery. HEX triplet: A9, BD and 5E. RGB value is (169,189,94). Sum of RGB (Red+Green+Blue) = 169+189+94=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD5E is #5642A1. Grayscale: #ACACAC. Windows color (decimal): -5653154 or 6208937. OLE color: 6208937.
HSL color Cylindrical-coordinate representation of color #A9BD5E: hue angle of 72.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9BD5E is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 94 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.26 |
| HSL | 72.63º | 0.42% | 0.55% | - |
| HSV(B) | 72.63º | 0.5% | 0.74% | - |
| XYZ | 36.58 | 45.64 | 17.47 | - |
| YUV | 172.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 94 | 0.11 | 0 | 0.50 | 0.26 | 72.63 | 0.42 | 0.55 |
| Hex | A9 | BD | 5E | B | 0 | 32 | 1A | 49 | 2A | 37 |
| Octal | 251 | 275 | 136 | 13 | 0 | 62 | 32 | 111 | 52 | 67 |
| Binary | 10101001 | 10111101 | 1011110 | 1011 | 0 | 110010 | 11010 | 1001001 | 101010 | 110111 |
Color Harmonies of #A9BD5E
Complementary color
Monochromatic Colors of #A9BD5E
Black with #A9BD5E
Text Example
Text Example
White with #A9BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD5E; }
p { color: rgb(169,189,94); }
H1.HeaderClassName
{
color: #A9BD5E;
}
.AnyTagClassName
{
color: #A9BD5E;
}
</style>
background-color css
<style>
a { background-color: #A9BD5E; }
a { background-color: rgb(169,189,94); }
div.DivClassName
{
background-color: #A9BD5E;
}
.BgClassName
{
background-color: #A9BD5E;
}
</style>
border-color css
<style>
span { border-color: #A9BD5E; }
span { border-color: rgb(169,189,94); }
td.TdClassName
{
border-color: #A9BD5E;
}
.TagClassName
{
border-color: #A9BD5E;
}
</style>