Shades of Celery #A6BA3F
Tints of Celery #A6BA3F
RGB
CMYK
RGB Variations
Color information
#A6BA3F (or 0xA6BA3F) is known color: Celery. HEX triplet: A6, BA and 3F. RGB value is (166,186,63). Sum of RGB (Red+Green+Blue) = 166+186+63=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA3F is #5945C0. Grayscale: #A6A6A6. Windows color (decimal): -5850561 or 4176550. OLE color: 4176550.
HSL color Cylindrical-coordinate representation of color #A6BA3F: hue angle of 69.76º 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 #A6BA3F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 63 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.27 |
| HSL | 69.76º | 0.49% | 0.49% | - |
| HSV(B) | 69.76º | 0.66% | 0.73% | - |
| XYZ | 34.18 | 43.58 | 11.31 | - |
| YUV | 166 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 63 | 0.11 | 0 | 0.66 | 0.27 | 69.76 | 0.49 | 0.49 |
| Hex | A6 | BA | 3F | B | 0 | 42 | 1B | 46 | 31 | 31 |
| Octal | 246 | 272 | 77 | 13 | 0 | 102 | 33 | 106 | 61 | 61 |
| Binary | 10100110 | 10111010 | 111111 | 1011 | 0 | 1000010 | 11011 | 1000110 | 110001 | 110001 |
Color Harmonies of #A6BA3F
Complementary color
Monochromatic Colors of #A6BA3F
Black with #A6BA3F
Text Example
Text Example
White with #A6BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA3F; }
p { color: rgb(166,186,63); }
H1.HeaderClassName
{
color: #A6BA3F;
}
.AnyTagClassName
{
color: #A6BA3F;
}
</style>
background-color css
<style>
a { background-color: #A6BA3F; }
a { background-color: rgb(166,186,63); }
div.DivClassName
{
background-color: #A6BA3F;
}
.BgClassName
{
background-color: #A6BA3F;
}
</style>
border-color css
<style>
span { border-color: #A6BA3F; }
span { border-color: rgb(166,186,63); }
td.TdClassName
{
border-color: #A6BA3F;
}
.TagClassName
{
border-color: #A6BA3F;
}
</style>