Shades of Celery #A6BA55
Tints of Celery #A6BA55
RGB
CMYK
RGB Variations
Color information
#A6BA55 (or 0xA6BA55) is known color: Celery. HEX triplet: A6, BA and 55. RGB value is (166,186,85). Sum of RGB (Red+Green+Blue) = 166+186+85=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA55 is #5945AA. Grayscale: #A8A8A8. Windows color (decimal): -5850539 or 5618342. OLE color: 5618342.
HSL color Cylindrical-coordinate representation of color #A6BA55: hue angle of 71.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6BA55 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 85 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.27 |
| HSL | 71.88º | 0.42% | 0.53% | - |
| HSV(B) | 71.88º | 0.54% | 0.73% | - |
| XYZ | 34.92 | 43.88 | 15.22 | - |
| YUV | 168.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 85 | 0.11 | 0 | 0.54 | 0.27 | 71.88 | 0.42 | 0.53 |
| Hex | A6 | BA | 55 | B | 0 | 36 | 1B | 48 | 2A | 35 |
| Octal | 246 | 272 | 125 | 13 | 0 | 66 | 33 | 110 | 52 | 65 |
| Binary | 10100110 | 10111010 | 1010101 | 1011 | 0 | 110110 | 11011 | 1001000 | 101010 | 110101 |
Color Harmonies of #A6BA55
Complementary color
Monochromatic Colors of #A6BA55
Black with #A6BA55
Text Example
Text Example
White with #A6BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA55; }
p { color: rgb(166,186,85); }
H1.HeaderClassName
{
color: #A6BA55;
}
.AnyTagClassName
{
color: #A6BA55;
}
</style>
background-color css
<style>
a { background-color: #A6BA55; }
a { background-color: rgb(166,186,85); }
div.DivClassName
{
background-color: #A6BA55;
}
.BgClassName
{
background-color: #A6BA55;
}
</style>
border-color css
<style>
span { border-color: #A6BA55; }
span { border-color: rgb(166,186,85); }
td.TdClassName
{
border-color: #A6BA55;
}
.TagClassName
{
border-color: #A6BA55;
}
</style>