Shades of Celery #A6BA40
Tints of Celery #A6BA40
RGB
CMYK
RGB Variations
Color information
#A6BA40 (or 0xA6BA40) is known color: Celery. HEX triplet: A6, BA and 40. RGB value is (166,186,64). Sum of RGB (Red+Green+Blue) = 166+186+64=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA40 is #5945BF. Grayscale: #A6A6A6. Windows color (decimal): -5850560 or 4242086. OLE color: 4242086.
HSL color Cylindrical-coordinate representation of color #A6BA40: hue angle of 69.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6BA40 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 64 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.27 |
| HSL | 69.84º | 0.49% | 0.49% | - |
| HSV(B) | 69.84º | 0.66% | 0.73% | - |
| XYZ | 34.21 | 43.59 | 11.46 | - |
| YUV | 166.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 64 | 0.11 | 0 | 0.66 | 0.27 | 69.84 | 0.49 | 0.49 |
| Hex | A6 | BA | 40 | B | 0 | 42 | 1B | 46 | 31 | 31 |
| Octal | 246 | 272 | 100 | 13 | 0 | 102 | 33 | 106 | 61 | 61 |
| Binary | 10100110 | 10111010 | 1000000 | 1011 | 0 | 1000010 | 11011 | 1000110 | 110001 | 110001 |
Color Harmonies of #A6BA40
Complementary color
Monochromatic Colors of #A6BA40
Black with #A6BA40
Text Example
Text Example
White with #A6BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA40; }
p { color: rgb(166,186,64); }
H1.HeaderClassName
{
color: #A6BA40;
}
.AnyTagClassName
{
color: #A6BA40;
}
</style>
background-color css
<style>
a { background-color: #A6BA40; }
a { background-color: rgb(166,186,64); }
div.DivClassName
{
background-color: #A6BA40;
}
.BgClassName
{
background-color: #A6BA40;
}
</style>
border-color css
<style>
span { border-color: #A6BA40; }
span { border-color: rgb(166,186,64); }
td.TdClassName
{
border-color: #A6BA40;
}
.TagClassName
{
border-color: #A6BA40;
}
</style>