Shades of Celery #A6B940
Tints of Celery #A6B940
RGB
CMYK
RGB Variations
Color information
#A6B940 (or 0xA6B940) is known color: Celery. HEX triplet: A6, B9 and 40. RGB value is (166,185,64). Sum of RGB (Red+Green+Blue) = 166+185+64=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B940 is #5946BF. Grayscale: #A5A5A5. Windows color (decimal): -5850816 or 4241830. OLE color: 4241830.
HSL color Cylindrical-coordinate representation of color #A6B940: hue angle of 69.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6B940 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 64 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.27 |
| HSL | 69.42º | 0.49% | 0.49% | - |
| HSV(B) | 69.42º | 0.65% | 0.73% | - |
| XYZ | 34 | 43.18 | 11.39 | - |
| YUV | 165.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 64 | 0.10 | 0 | 0.65 | 0.27 | 69.42 | 0.49 | 0.49 |
| Hex | A6 | B9 | 40 | A | 0 | 41 | 1B | 45 | 31 | 31 |
| Octal | 246 | 271 | 100 | 12 | 0 | 101 | 33 | 105 | 61 | 61 |
| Binary | 10100110 | 10111001 | 1000000 | 1010 | 0 | 1000001 | 11011 | 1000101 | 110001 | 110001 |
Color Harmonies of #A6B940
Complementary color
Monochromatic Colors of #A6B940
Black with #A6B940
Text Example
Text Example
White with #A6B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B940; }
p { color: rgb(166,185,64); }
H1.HeaderClassName
{
color: #A6B940;
}
.AnyTagClassName
{
color: #A6B940;
}
</style>
background-color css
<style>
a { background-color: #A6B940; }
a { background-color: rgb(166,185,64); }
div.DivClassName
{
background-color: #A6B940;
}
.BgClassName
{
background-color: #A6B940;
}
</style>
border-color css
<style>
span { border-color: #A6B940; }
span { border-color: rgb(166,185,64); }
td.TdClassName
{
border-color: #A6B940;
}
.TagClassName
{
border-color: #A6B940;
}
</style>