Shades of Celery #A6B946
Tints of Celery #A6B946
RGB
CMYK
RGB Variations
Color information
#A6B946 (or 0xA6B946) is known color: Celery. HEX triplet: A6, B9 and 46. RGB value is (166,185,70). Sum of RGB (Red+Green+Blue) = 166+185+70=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B946 is #5946B9. Grayscale: #A6A6A6. Windows color (decimal): -5850810 or 4635046. OLE color: 4635046.
HSL color Cylindrical-coordinate representation of color #A6B946: hue angle of 69.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6B946 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 70 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.27 |
| HSL | 69.91º | 0.45% | 0.5% | - |
| HSV(B) | 69.91º | 0.62% | 0.73% | - |
| XYZ | 34.18 | 43.25 | 12.34 | - |
| YUV | 166.21 | 73.71 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 70 | 0.10 | 0 | 0.62 | 0.27 | 69.91 | 0.45 | 0.5 |
| Hex | A6 | B9 | 46 | A | 0 | 3E | 1B | 46 | 2D | 32 |
| Octal | 246 | 271 | 106 | 12 | 0 | 76 | 33 | 106 | 55 | 62 |
| Binary | 10100110 | 10111001 | 1000110 | 1010 | 0 | 111110 | 11011 | 1000110 | 101101 | 110010 |
Color Harmonies of #A6B946
Complementary color
Monochromatic Colors of #A6B946
Black with #A6B946
Text Example
Text Example
White with #A6B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B946; }
p { color: rgb(166,185,70); }
H1.HeaderClassName
{
color: #A6B946;
}
.AnyTagClassName
{
color: #A6B946;
}
</style>
background-color css
<style>
a { background-color: #A6B946; }
a { background-color: rgb(166,185,70); }
div.DivClassName
{
background-color: #A6B946;
}
.BgClassName
{
background-color: #A6B946;
}
</style>
border-color css
<style>
span { border-color: #A6B946; }
span { border-color: rgb(166,185,70); }
td.TdClassName
{
border-color: #A6B946;
}
.TagClassName
{
border-color: #A6B946;
}
</style>