Shades of Celery #A9B85A
Tints of Celery #A9B85A
RGB
CMYK
RGB Variations
Color information
#A9B85A (or 0xA9B85A) is known color: Celery. HEX triplet: A9, B8 and 5A. RGB value is (169,184,90). Sum of RGB (Red+Green+Blue) = 169+184+90=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B85A is #5647A5. Grayscale: #A9A9A9. Windows color (decimal): -5654438 or 5945513. OLE color: 5945513.
HSL color Cylindrical-coordinate representation of color #A9B85A: hue angle of 69.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9B85A is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 90 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.28 |
| HSL | 69.57º | 0.4% | 0.54% | - |
| HSV(B) | 69.57º | 0.51% | 0.72% | - |
| XYZ | 35.35 | 43.45 | 16.2 | - |
| YUV | 168.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 90 | 0.08 | 0 | 0.51 | 0.28 | 69.57 | 0.4 | 0.54 |
| Hex | A9 | B8 | 5A | 8 | 0 | 33 | 1C | 46 | 28 | 36 |
| Octal | 251 | 270 | 132 | 10 | 0 | 63 | 34 | 106 | 50 | 66 |
| Binary | 10101001 | 10111000 | 1011010 | 1000 | 0 | 110011 | 11100 | 1000110 | 101000 | 110110 |
Color Harmonies of #A9B85A
Complementary color
Monochromatic Colors of #A9B85A
Black with #A9B85A
Text Example
Text Example
White with #A9B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B85A; }
p { color: rgb(169,184,90); }
H1.HeaderClassName
{
color: #A9B85A;
}
.AnyTagClassName
{
color: #A9B85A;
}
</style>
background-color css
<style>
a { background-color: #A9B85A; }
a { background-color: rgb(169,184,90); }
div.DivClassName
{
background-color: #A9B85A;
}
.BgClassName
{
background-color: #A9B85A;
}
</style>
border-color css
<style>
span { border-color: #A9B85A; }
span { border-color: rgb(169,184,90); }
td.TdClassName
{
border-color: #A9B85A;
}
.TagClassName
{
border-color: #A9B85A;
}
</style>