Shades of Celery #A1BA4D
Tints of Celery #A1BA4D
RGB
CMYK
RGB Variations
Color information
#A1BA4D (or 0xA1BA4D) is known color: Celery. HEX triplet: A1, BA and 4D. RGB value is (161,186,77). Sum of RGB (Red+Green+Blue) = 161+186+77=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA4D is #5E45B2. Grayscale: #A6A6A6. Windows color (decimal): -6178227 or 5094049. OLE color: 5094049.
HSL color Cylindrical-coordinate representation of color #A1BA4D: hue angle of 73.76º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1BA4D is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 77 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.27 |
| HSL | 73.76º | 0.44% | 0.52% | - |
| HSV(B) | 73.76º | 0.59% | 0.73% | - |
| XYZ | 33.6 | 43.23 | 13.59 | - |
| YUV | 166.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 77 | 0.13 | 0 | 0.59 | 0.27 | 73.76 | 0.44 | 0.52 |
| Hex | A1 | BA | 4D | D | 0 | 3B | 1B | 4A | 2C | 34 |
| Octal | 241 | 272 | 115 | 15 | 0 | 73 | 33 | 112 | 54 | 64 |
| Binary | 10100001 | 10111010 | 1001101 | 1101 | 0 | 111011 | 11011 | 1001010 | 101100 | 110100 |
Color Harmonies of #A1BA4D
Complementary color
Monochromatic Colors of #A1BA4D
Black with #A1BA4D
Text Example
Text Example
White with #A1BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA4D; }
p { color: rgb(161,186,77); }
H1.HeaderClassName
{
color: #A1BA4D;
}
.AnyTagClassName
{
color: #A1BA4D;
}
</style>
background-color css
<style>
a { background-color: #A1BA4D; }
a { background-color: rgb(161,186,77); }
div.DivClassName
{
background-color: #A1BA4D;
}
.BgClassName
{
background-color: #A1BA4D;
}
</style>
border-color css
<style>
span { border-color: #A1BA4D; }
span { border-color: rgb(161,186,77); }
td.TdClassName
{
border-color: #A1BA4D;
}
.TagClassName
{
border-color: #A1BA4D;
}
</style>