Shades of Celery #A0B640
Tints of Celery #A0B640
RGB
CMYK
RGB Variations
Color information
#A0B640 (or 0xA0B640) is known color: Celery. HEX triplet: A0, B6 and 40. RGB value is (160,182,64). Sum of RGB (Red+Green+Blue) = 160+182+64=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B640 is #5F49BF. Grayscale: #A2A2A2. Windows color (decimal): -6244800 or 4241056. OLE color: 4241056.
HSL color Cylindrical-coordinate representation of color #A0B640: hue angle of 71.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0B640 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 64 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.29 |
| HSL | 71.19º | 0.48% | 0.48% | - |
| HSV(B) | 71.19º | 0.65% | 0.71% | - |
| XYZ | 32.15 | 41.3 | 11.13 | - |
| YUV | 161.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 64 | 0.12 | 0 | 0.65 | 0.29 | 71.19 | 0.48 | 0.48 |
| Hex | A0 | B6 | 40 | C | 0 | 41 | 1D | 47 | 30 | 30 |
| Octal | 240 | 266 | 100 | 14 | 0 | 101 | 35 | 107 | 60 | 60 |
| Binary | 10100000 | 10110110 | 1000000 | 1100 | 0 | 1000001 | 11101 | 1000111 | 110000 | 110000 |
Color Harmonies of #A0B640
Complementary color
Monochromatic Colors of #A0B640
Black with #A0B640
Text Example
Text Example
White with #A0B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B640; }
p { color: rgb(160,182,64); }
H1.HeaderClassName
{
color: #A0B640;
}
.AnyTagClassName
{
color: #A0B640;
}
</style>
background-color css
<style>
a { background-color: #A0B640; }
a { background-color: rgb(160,182,64); }
div.DivClassName
{
background-color: #A0B640;
}
.BgClassName
{
background-color: #A0B640;
}
</style>
border-color css
<style>
span { border-color: #A0B640; }
span { border-color: rgb(160,182,64); }
td.TdClassName
{
border-color: #A0B640;
}
.TagClassName
{
border-color: #A0B640;
}
</style>