Shades of Celery #A6B049
Tints of Celery #A6B049
RGB
CMYK
RGB Variations
Color information
#A6B049 (or 0xA6B049) is known color: Celery. HEX triplet: A6, B0 and 49. RGB value is (166,176,73). Sum of RGB (Red+Green+Blue) = 166+176+73=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B049 is #594FB6. Grayscale: #A1A1A1. Windows color (decimal): -5853111 or 4829350. OLE color: 4829350.
HSL color Cylindrical-coordinate representation of color #A6B049: hue angle of 65.83º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6B049 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 73 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.31 |
| HSL | 65.83º | 0.41% | 0.49% | - |
| HSV(B) | 65.83º | 0.59% | 0.69% | - |
| XYZ | 32.45 | 39.64 | 12.24 | - |
| YUV | 161.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 73 | 0.06 | 0 | 0.59 | 0.31 | 65.83 | 0.41 | 0.49 |
| Hex | A6 | B0 | 49 | 6 | 0 | 3B | 1F | 42 | 29 | 31 |
| Octal | 246 | 260 | 111 | 6 | 0 | 73 | 37 | 102 | 51 | 61 |
| Binary | 10100110 | 10110000 | 1001001 | 110 | 0 | 111011 | 11111 | 1000010 | 101001 | 110001 |
Color Harmonies of #A6B049
Complementary color
Monochromatic Colors of #A6B049
Black with #A6B049
Text Example
Text Example
White with #A6B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B049; }
p { color: rgb(166,176,73); }
H1.HeaderClassName
{
color: #A6B049;
}
.AnyTagClassName
{
color: #A6B049;
}
</style>
background-color css
<style>
a { background-color: #A6B049; }
a { background-color: rgb(166,176,73); }
div.DivClassName
{
background-color: #A6B049;
}
.BgClassName
{
background-color: #A6B049;
}
</style>
border-color css
<style>
span { border-color: #A6B049; }
span { border-color: rgb(166,176,73); }
td.TdClassName
{
border-color: #A6B049;
}
.TagClassName
{
border-color: #A6B049;
}
</style>