Shades of Celery #A1BA56
Tints of Celery #A1BA56
RGB
CMYK
RGB Variations
Color information
#A1BA56 (or 0xA1BA56) is known color: Celery. HEX triplet: A1, BA and 56. RGB value is (161,186,86). Sum of RGB (Red+Green+Blue) = 161+186+86=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA56 is #5E45A9. Grayscale: #A7A7A7. Windows color (decimal): -6178218 or 5683873. OLE color: 5683873.
HSL color Cylindrical-coordinate representation of color #A1BA56: hue angle of 75º 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 #A1BA56 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 86 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.27 |
| HSL | 75º | 0.42% | 0.53% | - |
| HSV(B) | 75º | 0.54% | 0.73% | - |
| XYZ | 33.94 | 43.37 | 15.39 | - |
| YUV | 167.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 86 | 0.13 | 0 | 0.54 | 0.27 | 75 | 0.42 | 0.53 |
| Hex | A1 | BA | 56 | D | 0 | 36 | 1B | 4B | 2A | 35 |
| Octal | 241 | 272 | 126 | 15 | 0 | 66 | 33 | 113 | 52 | 65 |
| Binary | 10100001 | 10111010 | 1010110 | 1101 | 0 | 110110 | 11011 | 1001011 | 101010 | 110101 |
Color Harmonies of #A1BA56
Complementary color
Monochromatic Colors of #A1BA56
Black with #A1BA56
Text Example
Text Example
White with #A1BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA56; }
p { color: rgb(161,186,86); }
H1.HeaderClassName
{
color: #A1BA56;
}
.AnyTagClassName
{
color: #A1BA56;
}
</style>
background-color css
<style>
a { background-color: #A1BA56; }
a { background-color: rgb(161,186,86); }
div.DivClassName
{
background-color: #A1BA56;
}
.BgClassName
{
background-color: #A1BA56;
}
</style>
border-color css
<style>
span { border-color: #A1BA56; }
span { border-color: rgb(161,186,86); }
td.TdClassName
{
border-color: #A1BA56;
}
.TagClassName
{
border-color: #A1BA56;
}
</style>