Shades of Celery #A6B945
Tints of Celery #A6B945
RGB
CMYK
RGB Variations
Color information
#A6B945 (or 0xA6B945) is known color: Celery. HEX triplet: A6, B9 and 45. RGB value is (166,185,69). Sum of RGB (Red+Green+Blue) = 166+185+69=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B945 is #5946BA. Grayscale: #A6A6A6. Windows color (decimal): -5850811 or 4569510. OLE color: 4569510.
HSL color Cylindrical-coordinate representation of color #A6B945: hue angle of 69.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6B945 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 69 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.27 |
| HSL | 69.83º | 0.46% | 0.5% | - |
| HSV(B) | 69.83º | 0.63% | 0.73% | - |
| XYZ | 34.15 | 43.23 | 12.18 | - |
| YUV | 166.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 69 | 0.10 | 0 | 0.63 | 0.27 | 69.83 | 0.46 | 0.5 |
| Hex | A6 | B9 | 45 | A | 0 | 3F | 1B | 46 | 2E | 32 |
| Octal | 246 | 271 | 105 | 12 | 0 | 77 | 33 | 106 | 56 | 62 |
| Binary | 10100110 | 10111001 | 1000101 | 1010 | 0 | 111111 | 11011 | 1000110 | 101110 | 110010 |
Color Harmonies of #A6B945
Complementary color
Monochromatic Colors of #A6B945
Black with #A6B945
Text Example
Text Example
White with #A6B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B945; }
p { color: rgb(166,185,69); }
H1.HeaderClassName
{
color: #A6B945;
}
.AnyTagClassName
{
color: #A6B945;
}
</style>
background-color css
<style>
a { background-color: #A6B945; }
a { background-color: rgb(166,185,69); }
div.DivClassName
{
background-color: #A6B945;
}
.BgClassName
{
background-color: #A6B945;
}
</style>
border-color css
<style>
span { border-color: #A6B945; }
span { border-color: rgb(166,185,69); }
td.TdClassName
{
border-color: #A6B945;
}
.TagClassName
{
border-color: #A6B945;
}
</style>