Shades of Celery #A6BA47
Tints of Celery #A6BA47
RGB
CMYK
RGB Variations
Color information
#A6BA47 (or 0xA6BA47) is known color: Celery. HEX triplet: A6, BA and 47. RGB value is (166,186,71). Sum of RGB (Red+Green+Blue) = 166+186+71=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA47 is #5945B8. Grayscale: #A7A7A7. Windows color (decimal): -5850553 or 4700838. OLE color: 4700838.
HSL color Cylindrical-coordinate representation of color #A6BA47: hue angle of 70.43º 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 #A6BA47 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 71 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.27 |
| HSL | 70.43º | 0.45% | 0.5% | - |
| HSV(B) | 70.43º | 0.62% | 0.73% | - |
| XYZ | 34.42 | 43.68 | 12.58 | - |
| YUV | 166.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 71 | 0.11 | 0 | 0.62 | 0.27 | 70.43 | 0.45 | 0.5 |
| Hex | A6 | BA | 47 | B | 0 | 3E | 1B | 46 | 2D | 32 |
| Octal | 246 | 272 | 107 | 13 | 0 | 76 | 33 | 106 | 55 | 62 |
| Binary | 10100110 | 10111010 | 1000111 | 1011 | 0 | 111110 | 11011 | 1000110 | 101101 | 110010 |
Color Harmonies of #A6BA47
Complementary color
Monochromatic Colors of #A6BA47
Black with #A6BA47
Text Example
Text Example
White with #A6BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA47; }
p { color: rgb(166,186,71); }
H1.HeaderClassName
{
color: #A6BA47;
}
.AnyTagClassName
{
color: #A6BA47;
}
</style>
background-color css
<style>
a { background-color: #A6BA47; }
a { background-color: rgb(166,186,71); }
div.DivClassName
{
background-color: #A6BA47;
}
.BgClassName
{
background-color: #A6BA47;
}
</style>
border-color css
<style>
span { border-color: #A6BA47; }
span { border-color: rgb(166,186,71); }
td.TdClassName
{
border-color: #A6BA47;
}
.TagClassName
{
border-color: #A6BA47;
}
</style>