Shades of Celery #A6B944
Tints of Celery #A6B944
RGB
CMYK
RGB Variations
Color information
#A6B944 (or 0xA6B944) is known color: Celery. HEX triplet: A6, B9 and 44. RGB value is (166,185,68). Sum of RGB (Red+Green+Blue) = 166+185+68=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B944 is #5946BB. Grayscale: #A6A6A6. Windows color (decimal): -5850812 or 4503974. OLE color: 4503974.
HSL color Cylindrical-coordinate representation of color #A6B944: hue angle of 69.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6B944 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 68 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.27 |
| HSL | 69.74º | 0.46% | 0.5% | - |
| HSV(B) | 69.74º | 0.63% | 0.73% | - |
| XYZ | 34.12 | 43.22 | 12.01 | - |
| YUV | 165.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 68 | 0.10 | 0 | 0.63 | 0.27 | 69.74 | 0.46 | 0.5 |
| Hex | A6 | B9 | 44 | A | 0 | 3F | 1B | 46 | 2E | 32 |
| Octal | 246 | 271 | 104 | 12 | 0 | 77 | 33 | 106 | 56 | 62 |
| Binary | 10100110 | 10111001 | 1000100 | 1010 | 0 | 111111 | 11011 | 1000110 | 101110 | 110010 |
Color Harmonies of #A6B944
Complementary color
Monochromatic Colors of #A6B944
Black with #A6B944
Text Example
Text Example
White with #A6B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B944; }
p { color: rgb(166,185,68); }
H1.HeaderClassName
{
color: #A6B944;
}
.AnyTagClassName
{
color: #A6B944;
}
</style>
background-color css
<style>
a { background-color: #A6B944; }
a { background-color: rgb(166,185,68); }
div.DivClassName
{
background-color: #A6B944;
}
.BgClassName
{
background-color: #A6B944;
}
</style>
border-color css
<style>
span { border-color: #A6B944; }
span { border-color: rgb(166,185,68); }
td.TdClassName
{
border-color: #A6B944;
}
.TagClassName
{
border-color: #A6B944;
}
</style>