Shades of Celery #A6C049
Tints of Celery #A6C049
RGB
CMYK
RGB Variations
Color information
#A6C049 (or 0xA6C049) is known color: Celery. HEX triplet: A6, C0 and 49. RGB value is (166,192,73). Sum of RGB (Red+Green+Blue) = 166+192+73=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C049 is #593FB6. Grayscale: #ABABAB. Windows color (decimal): -5849015 or 4833446. OLE color: 4833446.
HSL color Cylindrical-coordinate representation of color #A6C049: hue angle of 73.11º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6C049 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 73 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.25 |
| HSL | 73.11º | 0.49% | 0.52% | - |
| HSV(B) | 73.11º | 0.62% | 0.75% | - |
| XYZ | 35.78 | 46.29 | 13.35 | - |
| YUV | 170.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 73 | 0.14 | 0 | 0.62 | 0.25 | 73.11 | 0.49 | 0.52 |
| Hex | A6 | C0 | 49 | E | 0 | 3E | 19 | 49 | 31 | 34 |
| Octal | 246 | 300 | 111 | 16 | 0 | 76 | 31 | 111 | 61 | 64 |
| Binary | 10100110 | 11000000 | 1001001 | 1110 | 0 | 111110 | 11001 | 1001001 | 110001 | 110100 |
Color Harmonies of #A6C049
Complementary color
Monochromatic Colors of #A6C049
Black with #A6C049
Text Example
Text Example
White with #A6C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C049; }
p { color: rgb(166,192,73); }
H1.HeaderClassName
{
color: #A6C049;
}
.AnyTagClassName
{
color: #A6C049;
}
</style>
background-color css
<style>
a { background-color: #A6C049; }
a { background-color: rgb(166,192,73); }
div.DivClassName
{
background-color: #A6C049;
}
.BgClassName
{
background-color: #A6C049;
}
</style>
border-color css
<style>
span { border-color: #A6C049; }
span { border-color: rgb(166,192,73); }
td.TdClassName
{
border-color: #A6C049;
}
.TagClassName
{
border-color: #A6C049;
}
</style>