Shades of Celery #A0BA4C
Tints of Celery #A0BA4C
RGB
CMYK
RGB Variations
Color information
#A0BA4C (or 0xA0BA4C) is known color: Celery. HEX triplet: A0, BA and 4C. RGB value is (160,186,76). Sum of RGB (Red+Green+Blue) = 160+186+76=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA4C is #5F45B3. Grayscale: #A6A6A6. Windows color (decimal): -6243764 or 5028512. OLE color: 5028512.
HSL color Cylindrical-coordinate representation of color #A0BA4C: hue angle of 74.18º 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 #A0BA4C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 76 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.27 |
| HSL | 74.18º | 0.44% | 0.51% | - |
| HSV(B) | 74.18º | 0.59% | 0.73% | - |
| XYZ | 33.36 | 43.11 | 13.4 | - |
| YUV | 165.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 76 | 0.14 | 0 | 0.59 | 0.27 | 74.18 | 0.44 | 0.51 |
| Hex | A0 | BA | 4C | E | 0 | 3B | 1B | 4A | 2C | 33 |
| Octal | 240 | 272 | 114 | 16 | 0 | 73 | 33 | 112 | 54 | 63 |
| Binary | 10100000 | 10111010 | 1001100 | 1110 | 0 | 111011 | 11011 | 1001010 | 101100 | 110011 |
Color Harmonies of #A0BA4C
Complementary color
Monochromatic Colors of #A0BA4C
Black with #A0BA4C
Text Example
Text Example
White with #A0BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA4C; }
p { color: rgb(160,186,76); }
H1.HeaderClassName
{
color: #A0BA4C;
}
.AnyTagClassName
{
color: #A0BA4C;
}
</style>
background-color css
<style>
a { background-color: #A0BA4C; }
a { background-color: rgb(160,186,76); }
div.DivClassName
{
background-color: #A0BA4C;
}
.BgClassName
{
background-color: #A0BA4C;
}
</style>
border-color css
<style>
span { border-color: #A0BA4C; }
span { border-color: rgb(160,186,76); }
td.TdClassName
{
border-color: #A0BA4C;
}
.TagClassName
{
border-color: #A0BA4C;
}
</style>