Shades of Celery #A1BA51
Tints of Celery #A1BA51
RGB
CMYK
RGB Variations
Color information
#A1BA51 (or 0xA1BA51) is known color: Celery. HEX triplet: A1, BA and 51. RGB value is (161,186,81). Sum of RGB (Red+Green+Blue) = 161+186+81=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA51 is #5E45AE. Grayscale: #A6A6A6. Windows color (decimal): -6178223 or 5356193. OLE color: 5356193.
HSL color Cylindrical-coordinate representation of color #A1BA51: hue angle of 74.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1BA51 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 81 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.27 |
| HSL | 74.29º | 0.43% | 0.52% | - |
| HSV(B) | 74.29º | 0.56% | 0.73% | - |
| XYZ | 33.74 | 43.29 | 14.36 | - |
| YUV | 166.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 81 | 0.13 | 0 | 0.56 | 0.27 | 74.29 | 0.43 | 0.52 |
| Hex | A1 | BA | 51 | D | 0 | 38 | 1B | 4A | 2B | 34 |
| Octal | 241 | 272 | 121 | 15 | 0 | 70 | 33 | 112 | 53 | 64 |
| Binary | 10100001 | 10111010 | 1010001 | 1101 | 0 | 111000 | 11011 | 1001010 | 101011 | 110100 |
Color Harmonies of #A1BA51
Complementary color
Monochromatic Colors of #A1BA51
Black with #A1BA51
Text Example
Text Example
White with #A1BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA51; }
p { color: rgb(161,186,81); }
H1.HeaderClassName
{
color: #A1BA51;
}
.AnyTagClassName
{
color: #A1BA51;
}
</style>
background-color css
<style>
a { background-color: #A1BA51; }
a { background-color: rgb(161,186,81); }
div.DivClassName
{
background-color: #A1BA51;
}
.BgClassName
{
background-color: #A1BA51;
}
</style>
border-color css
<style>
span { border-color: #A1BA51; }
span { border-color: rgb(161,186,81); }
td.TdClassName
{
border-color: #A1BA51;
}
.TagClassName
{
border-color: #A1BA51;
}
</style>