Shades of Celery #A6B949
Tints of Celery #A6B949
RGB
CMYK
RGB Variations
Color information
#A6B949 (or 0xA6B949) is known color: Celery. HEX triplet: A6, B9 and 49. RGB value is (166,185,73). Sum of RGB (Red+Green+Blue) = 166+185+73=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B949 is #5946B6. Grayscale: #A6A6A6. Windows color (decimal): -5850807 or 4831654. OLE color: 4831654.
HSL color Cylindrical-coordinate representation of color #A6B949: hue angle of 70.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6B949 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 73 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.27 |
| HSL | 70.18º | 0.44% | 0.51% | - |
| HSV(B) | 70.18º | 0.61% | 0.73% | - |
| XYZ | 34.28 | 43.29 | 12.85 | - |
| YUV | 166.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 73 | 0.10 | 0 | 0.61 | 0.27 | 70.18 | 0.44 | 0.51 |
| Hex | A6 | B9 | 49 | A | 0 | 3D | 1B | 46 | 2C | 33 |
| Octal | 246 | 271 | 111 | 12 | 0 | 75 | 33 | 106 | 54 | 63 |
| Binary | 10100110 | 10111001 | 1001001 | 1010 | 0 | 111101 | 11011 | 1000110 | 101100 | 110011 |
Color Harmonies of #A6B949
Complementary color
Monochromatic Colors of #A6B949
Black with #A6B949
Text Example
Text Example
White with #A6B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B949; }
p { color: rgb(166,185,73); }
H1.HeaderClassName
{
color: #A6B949;
}
.AnyTagClassName
{
color: #A6B949;
}
</style>
background-color css
<style>
a { background-color: #A6B949; }
a { background-color: rgb(166,185,73); }
div.DivClassName
{
background-color: #A6B949;
}
.BgClassName
{
background-color: #A6B949;
}
</style>
border-color css
<style>
span { border-color: #A6B949; }
span { border-color: rgb(166,185,73); }
td.TdClassName
{
border-color: #A6B949;
}
.TagClassName
{
border-color: #A6B949;
}
</style>