Shades of Celery #A0BA4A
Tints of Celery #A0BA4A
RGB
CMYK
RGB Variations
Color information
#A0BA4A (or 0xA0BA4A) is known color: Celery. HEX triplet: A0, BA and 4A. RGB value is (160,186,74). Sum of RGB (Red+Green+Blue) = 160+186+74=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA4A is #5F45B5. Grayscale: #A5A5A5. Windows color (decimal): -6243766 or 4897440. OLE color: 4897440.
HSL color Cylindrical-coordinate representation of color #A0BA4A: hue angle of 73.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0BA4A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 74 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.27 |
| HSL | 73.93º | 0.45% | 0.51% | - |
| HSV(B) | 73.93º | 0.6% | 0.73% | - |
| XYZ | 33.29 | 43.09 | 13.04 | - |
| YUV | 165.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 74 | 0.14 | 0 | 0.60 | 0.27 | 73.93 | 0.45 | 0.51 |
| Hex | A0 | BA | 4A | E | 0 | 3C | 1B | 4A | 2D | 33 |
| Octal | 240 | 272 | 112 | 16 | 0 | 74 | 33 | 112 | 55 | 63 |
| Binary | 10100000 | 10111010 | 1001010 | 1110 | 0 | 111100 | 11011 | 1001010 | 101101 | 110011 |
Color Harmonies of #A0BA4A
Complementary color
Monochromatic Colors of #A0BA4A
Black with #A0BA4A
Text Example
Text Example
White with #A0BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA4A; }
p { color: rgb(160,186,74); }
H1.HeaderClassName
{
color: #A0BA4A;
}
.AnyTagClassName
{
color: #A0BA4A;
}
</style>
background-color css
<style>
a { background-color: #A0BA4A; }
a { background-color: rgb(160,186,74); }
div.DivClassName
{
background-color: #A0BA4A;
}
.BgClassName
{
background-color: #A0BA4A;
}
</style>
border-color css
<style>
span { border-color: #A0BA4A; }
span { border-color: rgb(160,186,74); }
td.TdClassName
{
border-color: #A0BA4A;
}
.TagClassName
{
border-color: #A0BA4A;
}
</style>