Shades of Celery #A1BA4C
Tints of Celery #A1BA4C
RGB
CMYK
RGB Variations
Color information
#A1BA4C (or 0xA1BA4C) is known color: Celery. HEX triplet: A1, BA and 4C. RGB value is (161,186,76). Sum of RGB (Red+Green+Blue) = 161+186+76=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA4C is #5E45B3. Grayscale: #A6A6A6. Windows color (decimal): -6178228 or 5028513. OLE color: 5028513.
HSL color Cylindrical-coordinate representation of color #A1BA4C: hue angle of 73.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1BA4C is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 76 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.27 |
| HSL | 73.64º | 0.44% | 0.51% | - |
| HSV(B) | 73.64º | 0.59% | 0.73% | - |
| XYZ | 33.56 | 43.22 | 13.41 | - |
| YUV | 165.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 76 | 0.13 | 0 | 0.59 | 0.27 | 73.64 | 0.44 | 0.51 |
| Hex | A1 | BA | 4C | D | 0 | 3B | 1B | 4A | 2C | 33 |
| Octal | 241 | 272 | 114 | 15 | 0 | 73 | 33 | 112 | 54 | 63 |
| Binary | 10100001 | 10111010 | 1001100 | 1101 | 0 | 111011 | 11011 | 1001010 | 101100 | 110011 |
Color Harmonies of #A1BA4C
Complementary color
Monochromatic Colors of #A1BA4C
Black with #A1BA4C
Text Example
Text Example
White with #A1BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA4C; }
p { color: rgb(161,186,76); }
H1.HeaderClassName
{
color: #A1BA4C;
}
.AnyTagClassName
{
color: #A1BA4C;
}
</style>
background-color css
<style>
a { background-color: #A1BA4C; }
a { background-color: rgb(161,186,76); }
div.DivClassName
{
background-color: #A1BA4C;
}
.BgClassName
{
background-color: #A1BA4C;
}
</style>
border-color css
<style>
span { border-color: #A1BA4C; }
span { border-color: rgb(161,186,76); }
td.TdClassName
{
border-color: #A1BA4C;
}
.TagClassName
{
border-color: #A1BA4C;
}
</style>