Shades of Celery #A0B346
Tints of Celery #A0B346
RGB
CMYK
RGB Variations
Color information
#A0B346 (or 0xA0B346) is known color: Celery. HEX triplet: A0, B3 and 46. RGB value is (160,179,70). Sum of RGB (Red+Green+Blue) = 160+179+70=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B346 is #5F4CB9. Grayscale: #A1A1A1. Windows color (decimal): -6245562 or 4633504. OLE color: 4633504.
HSL color Cylindrical-coordinate representation of color #A0B346: hue angle of 70.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0B346 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 70 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.30 |
| HSL | 70.46º | 0.44% | 0.49% | - |
| HSV(B) | 70.46º | 0.61% | 0.7% | - |
| XYZ | 31.72 | 40.16 | 11.87 | - |
| YUV | 160.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 70 | 0.11 | 0 | 0.61 | 0.30 | 70.46 | 0.44 | 0.49 |
| Hex | A0 | B3 | 46 | B | 0 | 3D | 1E | 46 | 2C | 31 |
| Octal | 240 | 263 | 106 | 13 | 0 | 75 | 36 | 106 | 54 | 61 |
| Binary | 10100000 | 10110011 | 1000110 | 1011 | 0 | 111101 | 11110 | 1000110 | 101100 | 110001 |
Color Harmonies of #A0B346
Complementary color
Monochromatic Colors of #A0B346
Black with #A0B346
Text Example
Text Example
White with #A0B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B346; }
p { color: rgb(160,179,70); }
H1.HeaderClassName
{
color: #A0B346;
}
.AnyTagClassName
{
color: #A0B346;
}
</style>
background-color css
<style>
a { background-color: #A0B346; }
a { background-color: rgb(160,179,70); }
div.DivClassName
{
background-color: #A0B346;
}
.BgClassName
{
background-color: #A0B346;
}
</style>
border-color css
<style>
span { border-color: #A0B346; }
span { border-color: rgb(160,179,70); }
td.TdClassName
{
border-color: #A0B346;
}
.TagClassName
{
border-color: #A0B346;
}
</style>