Shades of Celery #A0BC55
Tints of Celery #A0BC55
RGB
CMYK
RGB Variations
Color information
#A0BC55 (or 0xA0BC55) is known color: Celery. HEX triplet: A0, BC and 55. RGB value is (160,188,85). Sum of RGB (Red+Green+Blue) = 160+188+85=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC55 is #5F43AA. Grayscale: #A8A8A8. Windows color (decimal): -6243243 or 5618848. OLE color: 5618848.
HSL color Cylindrical-coordinate representation of color #A0BC55: hue angle of 76.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0BC55 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 85 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.26 |
| HSL | 76.31º | 0.43% | 0.54% | - |
| HSV(B) | 76.31º | 0.55% | 0.74% | - |
| XYZ | 34.12 | 44.1 | 15.31 | - |
| YUV | 167.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 85 | 0.15 | 0 | 0.55 | 0.26 | 76.31 | 0.43 | 0.54 |
| Hex | A0 | BC | 55 | F | 0 | 37 | 1A | 4C | 2B | 36 |
| Octal | 240 | 274 | 125 | 17 | 0 | 67 | 32 | 114 | 53 | 66 |
| Binary | 10100000 | 10111100 | 1010101 | 1111 | 0 | 110111 | 11010 | 1001100 | 101011 | 110110 |
Color Harmonies of #A0BC55
Complementary color
Monochromatic Colors of #A0BC55
Black with #A0BC55
Text Example
Text Example
White with #A0BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC55; }
p { color: rgb(160,188,85); }
H1.HeaderClassName
{
color: #A0BC55;
}
.AnyTagClassName
{
color: #A0BC55;
}
</style>
background-color css
<style>
a { background-color: #A0BC55; }
a { background-color: rgb(160,188,85); }
div.DivClassName
{
background-color: #A0BC55;
}
.BgClassName
{
background-color: #A0BC55;
}
</style>
border-color css
<style>
span { border-color: #A0BC55; }
span { border-color: rgb(160,188,85); }
td.TdClassName
{
border-color: #A0BC55;
}
.TagClassName
{
border-color: #A0BC55;
}
</style>