Shades of Celery #A0BA46
Tints of Celery #A0BA46
RGB
CMYK
RGB Variations
Color information
#A0BA46 (or 0xA0BA46) is known color: Celery. HEX triplet: A0, BA and 46. RGB value is (160,186,70). Sum of RGB (Red+Green+Blue) = 160+186+70=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA46 is #5F45B9. Grayscale: #A5A5A5. Windows color (decimal): -6243770 or 4635296. OLE color: 4635296.
HSL color Cylindrical-coordinate representation of color #A0BA46: hue angle of 73.45º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0BA46 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 70 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.27 |
| HSL | 73.45º | 0.46% | 0.5% | - |
| HSV(B) | 73.45º | 0.62% | 0.73% | - |
| XYZ | 33.16 | 43.03 | 12.35 | - |
| YUV | 165 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 70 | 0.14 | 0 | 0.62 | 0.27 | 73.45 | 0.46 | 0.5 |
| Hex | A0 | BA | 46 | E | 0 | 3E | 1B | 49 | 2E | 32 |
| Octal | 240 | 272 | 106 | 16 | 0 | 76 | 33 | 111 | 56 | 62 |
| Binary | 10100000 | 10111010 | 1000110 | 1110 | 0 | 111110 | 11011 | 1001001 | 101110 | 110010 |
Color Harmonies of #A0BA46
Complementary color
Monochromatic Colors of #A0BA46
Black with #A0BA46
Text Example
Text Example
White with #A0BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA46; }
p { color: rgb(160,186,70); }
H1.HeaderClassName
{
color: #A0BA46;
}
.AnyTagClassName
{
color: #A0BA46;
}
</style>
background-color css
<style>
a { background-color: #A0BA46; }
a { background-color: rgb(160,186,70); }
div.DivClassName
{
background-color: #A0BA46;
}
.BgClassName
{
background-color: #A0BA46;
}
</style>
border-color css
<style>
span { border-color: #A0BA46; }
span { border-color: rgb(160,186,70); }
td.TdClassName
{
border-color: #A0BA46;
}
.TagClassName
{
border-color: #A0BA46;
}
</style>