Shades of Celery #A0BC54
Tints of Celery #A0BC54
RGB
CMYK
RGB Variations
Color information
#A0BC54 (or 0xA0BC54) is known color: Celery. HEX triplet: A0, BC and 54. RGB value is (160,188,84). Sum of RGB (Red+Green+Blue) = 160+188+84=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC54 is #5F43AB. Grayscale: #A8A8A8. Windows color (decimal): -6243244 or 5553312. OLE color: 5553312.
HSL color Cylindrical-coordinate representation of color #A0BC54: hue angle of 76.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0BC54 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 84 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.26 |
| HSL | 76.15º | 0.44% | 0.53% | - |
| HSV(B) | 76.15º | 0.55% | 0.74% | - |
| XYZ | 34.08 | 44.08 | 15.1 | - |
| YUV | 167.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 84 | 0.15 | 0 | 0.55 | 0.26 | 76.15 | 0.44 | 0.53 |
| Hex | A0 | BC | 54 | F | 0 | 37 | 1A | 4C | 2C | 35 |
| Octal | 240 | 274 | 124 | 17 | 0 | 67 | 32 | 114 | 54 | 65 |
| Binary | 10100000 | 10111100 | 1010100 | 1111 | 0 | 110111 | 11010 | 1001100 | 101100 | 110101 |
Color Harmonies of #A0BC54
Complementary color
Monochromatic Colors of #A0BC54
Black with #A0BC54
Text Example
Text Example
White with #A0BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC54; }
p { color: rgb(160,188,84); }
H1.HeaderClassName
{
color: #A0BC54;
}
.AnyTagClassName
{
color: #A0BC54;
}
</style>
background-color css
<style>
a { background-color: #A0BC54; }
a { background-color: rgb(160,188,84); }
div.DivClassName
{
background-color: #A0BC54;
}
.BgClassName
{
background-color: #A0BC54;
}
</style>
border-color css
<style>
span { border-color: #A0BC54; }
span { border-color: rgb(160,188,84); }
td.TdClassName
{
border-color: #A0BC54;
}
.TagClassName
{
border-color: #A0BC54;
}
</style>