Shades of Celery #A9BD58
Tints of Celery #A9BD58
RGB
CMYK
RGB Variations
Color information
#A9BD58 (or 0xA9BD58) is known color: Celery. HEX triplet: A9, BD and 58. RGB value is (169,189,88). Sum of RGB (Red+Green+Blue) = 169+189+88=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD58 is #5642A7. Grayscale: #ABABAB. Windows color (decimal): -5653160 or 5815721. OLE color: 5815721.
HSL color Cylindrical-coordinate representation of color #A9BD58: hue angle of 71.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9BD58 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 88 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.26 |
| HSL | 71.88º | 0.43% | 0.54% | - |
| HSV(B) | 71.88º | 0.53% | 0.74% | - |
| XYZ | 36.32 | 45.53 | 16.11 | - |
| YUV | 171.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 88 | 0.11 | 0 | 0.53 | 0.26 | 71.88 | 0.43 | 0.54 |
| Hex | A9 | BD | 58 | B | 0 | 35 | 1A | 48 | 2B | 36 |
| Octal | 251 | 275 | 130 | 13 | 0 | 65 | 32 | 110 | 53 | 66 |
| Binary | 10101001 | 10111101 | 1011000 | 1011 | 0 | 110101 | 11010 | 1001000 | 101011 | 110110 |
Color Harmonies of #A9BD58
Complementary color
Monochromatic Colors of #A9BD58
Black with #A9BD58
Text Example
Text Example
White with #A9BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD58; }
p { color: rgb(169,189,88); }
H1.HeaderClassName
{
color: #A9BD58;
}
.AnyTagClassName
{
color: #A9BD58;
}
</style>
background-color css
<style>
a { background-color: #A9BD58; }
a { background-color: rgb(169,189,88); }
div.DivClassName
{
background-color: #A9BD58;
}
.BgClassName
{
background-color: #A9BD58;
}
</style>
border-color css
<style>
span { border-color: #A9BD58; }
span { border-color: rgb(169,189,88); }
td.TdClassName
{
border-color: #A9BD58;
}
.TagClassName
{
border-color: #A9BD58;
}
</style>