Shades of Celery #A9BD39
Tints of Celery #A9BD39
RGB
CMYK
RGB Variations
Color information
#A9BD39 (or 0xA9BD39) is known color: Celery. HEX triplet: A9, BD and 39. RGB value is (169,189,57). Sum of RGB (Red+Green+Blue) = 169+189+57=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD39 is #5642C6. Grayscale: #A8A8A8. Windows color (decimal): -5653191 or 3784105. OLE color: 3784105.
HSL color Cylindrical-coordinate representation of color #A9BD39: hue angle of 69.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9BD39 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 57 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.26 |
| HSL | 69.09º | 0.54% | 0.48% | - |
| HSV(B) | 69.09º | 0.7% | 0.74% | - |
| XYZ | 35.3 | 45.13 | 10.72 | - |
| YUV | 167.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 57 | 0.11 | 0 | 0.70 | 0.26 | 69.09 | 0.54 | 0.48 |
| Hex | A9 | BD | 39 | B | 0 | 46 | 1A | 45 | 36 | 30 |
| Octal | 251 | 275 | 71 | 13 | 0 | 106 | 32 | 105 | 66 | 60 |
| Binary | 10101001 | 10111101 | 111001 | 1011 | 0 | 1000110 | 11010 | 1000101 | 110110 | 110000 |
Color Harmonies of #A9BD39
Complementary color
Monochromatic Colors of #A9BD39
Black with #A9BD39
Text Example
Text Example
White with #A9BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD39; }
p { color: rgb(169,189,57); }
H1.HeaderClassName
{
color: #A9BD39;
}
.AnyTagClassName
{
color: #A9BD39;
}
</style>
background-color css
<style>
a { background-color: #A9BD39; }
a { background-color: rgb(169,189,57); }
div.DivClassName
{
background-color: #A9BD39;
}
.BgClassName
{
background-color: #A9BD39;
}
</style>
border-color css
<style>
span { border-color: #A9BD39; }
span { border-color: rgb(169,189,57); }
td.TdClassName
{
border-color: #A9BD39;
}
.TagClassName
{
border-color: #A9BD39;
}
</style>