Shades of Celery #A9B850
Tints of Celery #A9B850
RGB
CMYK
RGB Variations
Color information
#A9B850 (or 0xA9B850) is known color: Celery. HEX triplet: A9, B8 and 50. RGB value is (169,184,80). Sum of RGB (Red+Green+Blue) = 169+184+80=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B850 is #5647AF. Grayscale: #A8A8A8. Windows color (decimal): -5654448 or 5290153. OLE color: 5290153.
HSL color Cylindrical-coordinate representation of color #A9B850: hue angle of 68.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9B850 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 80 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.28 |
| HSL | 68.65º | 0.42% | 0.52% | - |
| HSV(B) | 68.65º | 0.57% | 0.72% | - |
| XYZ | 34.95 | 43.3 | 14.1 | - |
| YUV | 167.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 80 | 0.08 | 0 | 0.57 | 0.28 | 68.65 | 0.42 | 0.52 |
| Hex | A9 | B8 | 50 | 8 | 0 | 39 | 1C | 45 | 2A | 34 |
| Octal | 251 | 270 | 120 | 10 | 0 | 71 | 34 | 105 | 52 | 64 |
| Binary | 10101001 | 10111000 | 1010000 | 1000 | 0 | 111001 | 11100 | 1000101 | 101010 | 110100 |
Color Harmonies of #A9B850
Complementary color
Monochromatic Colors of #A9B850
Black with #A9B850
Text Example
Text Example
White with #A9B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B850; }
p { color: rgb(169,184,80); }
H1.HeaderClassName
{
color: #A9B850;
}
.AnyTagClassName
{
color: #A9B850;
}
</style>
background-color css
<style>
a { background-color: #A9B850; }
a { background-color: rgb(169,184,80); }
div.DivClassName
{
background-color: #A9B850;
}
.BgClassName
{
background-color: #A9B850;
}
</style>
border-color css
<style>
span { border-color: #A9B850; }
span { border-color: rgb(169,184,80); }
td.TdClassName
{
border-color: #A9B850;
}
.TagClassName
{
border-color: #A9B850;
}
</style>