Shades of Celery #A6BA4E
Tints of Celery #A6BA4E
RGB
CMYK
RGB Variations
Color information
#A6BA4E (or 0xA6BA4E) is known color: Celery. HEX triplet: A6, BA and 4E. RGB value is (166,186,78). Sum of RGB (Red+Green+Blue) = 166+186+78=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA4E is #5945B1. Grayscale: #A8A8A8. Windows color (decimal): -5850546 or 5159590. OLE color: 5159590.
HSL color Cylindrical-coordinate representation of color #A6BA4E: hue angle of 71.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6BA4E is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 78 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.27 |
| HSL | 71.11º | 0.44% | 0.52% | - |
| HSV(B) | 71.11º | 0.58% | 0.73% | - |
| XYZ | 34.66 | 43.77 | 13.83 | - |
| YUV | 167.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 78 | 0.11 | 0 | 0.58 | 0.27 | 71.11 | 0.44 | 0.52 |
| Hex | A6 | BA | 4E | B | 0 | 3A | 1B | 47 | 2C | 34 |
| Octal | 246 | 272 | 116 | 13 | 0 | 72 | 33 | 107 | 54 | 64 |
| Binary | 10100110 | 10111010 | 1001110 | 1011 | 0 | 111010 | 11011 | 1000111 | 101100 | 110100 |
Color Harmonies of #A6BA4E
Complementary color
Monochromatic Colors of #A6BA4E
Black with #A6BA4E
Text Example
Text Example
White with #A6BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA4E; }
p { color: rgb(166,186,78); }
H1.HeaderClassName
{
color: #A6BA4E;
}
.AnyTagClassName
{
color: #A6BA4E;
}
</style>
background-color css
<style>
a { background-color: #A6BA4E; }
a { background-color: rgb(166,186,78); }
div.DivClassName
{
background-color: #A6BA4E;
}
.BgClassName
{
background-color: #A6BA4E;
}
</style>
border-color css
<style>
span { border-color: #A6BA4E; }
span { border-color: rgb(166,186,78); }
td.TdClassName
{
border-color: #A6BA4E;
}
.TagClassName
{
border-color: #A6BA4E;
}
</style>