Shades of Celery #A6B746
Tints of Celery #A6B746
RGB
CMYK
RGB Variations
Color information
#A6B746 (or 0xA6B746) is known color: Celery. HEX triplet: A6, B7 and 46. RGB value is (166,183,70). Sum of RGB (Red+Green+Blue) = 166+183+70=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B746 is #5948B9. Grayscale: #A5A5A5. Windows color (decimal): -5851322 or 4634534. OLE color: 4634534.
HSL color Cylindrical-coordinate representation of color #A6B746: hue angle of 69.03º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6B746 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 70 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.28 |
| HSL | 69.03º | 0.45% | 0.5% | - |
| HSV(B) | 69.03º | 0.62% | 0.72% | - |
| XYZ | 33.76 | 42.42 | 12.2 | - |
| YUV | 165.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 70 | 0.09 | 0 | 0.62 | 0.28 | 69.03 | 0.45 | 0.5 |
| Hex | A6 | B7 | 46 | 9 | 0 | 3E | 1C | 45 | 2D | 32 |
| Octal | 246 | 267 | 106 | 11 | 0 | 76 | 34 | 105 | 55 | 62 |
| Binary | 10100110 | 10110111 | 1000110 | 1001 | 0 | 111110 | 11100 | 1000101 | 101101 | 110010 |
Color Harmonies of #A6B746
Complementary color
Monochromatic Colors of #A6B746
Black with #A6B746
Text Example
Text Example
White with #A6B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B746; }
p { color: rgb(166,183,70); }
H1.HeaderClassName
{
color: #A6B746;
}
.AnyTagClassName
{
color: #A6B746;
}
</style>
background-color css
<style>
a { background-color: #A6B746; }
a { background-color: rgb(166,183,70); }
div.DivClassName
{
background-color: #A6B746;
}
.BgClassName
{
background-color: #A6B746;
}
</style>
border-color css
<style>
span { border-color: #A6B746; }
span { border-color: rgb(166,183,70); }
td.TdClassName
{
border-color: #A6B746;
}
.TagClassName
{
border-color: #A6B746;
}
</style>