Shades of Celery #A0BC53
Tints of Celery #A0BC53
RGB
CMYK
RGB Variations
Color information
#A0BC53 (or 0xA0BC53) is known color: Celery. HEX triplet: A0, BC and 53. RGB value is (160,188,83). Sum of RGB (Red+Green+Blue) = 160+188+83=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC53 is #5F43AC. Grayscale: #A8A8A8. Windows color (decimal): -6243245 or 5487776. OLE color: 5487776.
HSL color Cylindrical-coordinate representation of color #A0BC53: hue angle of 76º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0BC53 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 83 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.26 |
| HSL | 76º | 0.44% | 0.53% | - |
| HSV(B) | 76º | 0.56% | 0.74% | - |
| XYZ | 34.04 | 44.06 | 14.89 | - |
| YUV | 167.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 83 | 0.15 | 0 | 0.56 | 0.26 | 76 | 0.44 | 0.53 |
| Hex | A0 | BC | 53 | F | 0 | 38 | 1A | 4C | 2C | 35 |
| Octal | 240 | 274 | 123 | 17 | 0 | 70 | 32 | 114 | 54 | 65 |
| Binary | 10100000 | 10111100 | 1010011 | 1111 | 0 | 111000 | 11010 | 1001100 | 101100 | 110101 |
Color Harmonies of #A0BC53
Complementary color
Monochromatic Colors of #A0BC53
Black with #A0BC53
Text Example
Text Example
White with #A0BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC53; }
p { color: rgb(160,188,83); }
H1.HeaderClassName
{
color: #A0BC53;
}
.AnyTagClassName
{
color: #A0BC53;
}
</style>
background-color css
<style>
a { background-color: #A0BC53; }
a { background-color: rgb(160,188,83); }
div.DivClassName
{
background-color: #A0BC53;
}
.BgClassName
{
background-color: #A0BC53;
}
</style>
border-color css
<style>
span { border-color: #A0BC53; }
span { border-color: rgb(160,188,83); }
td.TdClassName
{
border-color: #A0BC53;
}
.TagClassName
{
border-color: #A0BC53;
}
</style>