Shades of Celery #A0BD54
Tints of Celery #A0BD54
RGB
CMYK
RGB Variations
Color information
#A0BD54 (or 0xA0BD54) is known color: Celery. HEX triplet: A0, BD and 54. RGB value is (160,189,84). Sum of RGB (Red+Green+Blue) = 160+189+84=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD54 is #5F42AB. Grayscale: #A8A8A8. Windows color (decimal): -6242988 or 5553568. OLE color: 5553568.
HSL color Cylindrical-coordinate representation of color #A0BD54: hue angle of 76.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0BD54 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 84 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.26 |
| HSL | 76.57º | 0.44% | 0.54% | - |
| HSV(B) | 76.57º | 0.56% | 0.74% | - |
| XYZ | 34.3 | 44.51 | 15.17 | - |
| YUV | 168.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 84 | 0.15 | 0 | 0.56 | 0.26 | 76.57 | 0.44 | 0.54 |
| Hex | A0 | BD | 54 | F | 0 | 38 | 1A | 4D | 2C | 36 |
| Octal | 240 | 275 | 124 | 17 | 0 | 70 | 32 | 115 | 54 | 66 |
| Binary | 10100000 | 10111101 | 1010100 | 1111 | 0 | 111000 | 11010 | 1001101 | 101100 | 110110 |
Color Harmonies of #A0BD54
Complementary color
Monochromatic Colors of #A0BD54
Black with #A0BD54
Text Example
Text Example
White with #A0BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD54; }
p { color: rgb(160,189,84); }
H1.HeaderClassName
{
color: #A0BD54;
}
.AnyTagClassName
{
color: #A0BD54;
}
</style>
background-color css
<style>
a { background-color: #A0BD54; }
a { background-color: rgb(160,189,84); }
div.DivClassName
{
background-color: #A0BD54;
}
.BgClassName
{
background-color: #A0BD54;
}
</style>
border-color css
<style>
span { border-color: #A0BD54; }
span { border-color: rgb(160,189,84); }
td.TdClassName
{
border-color: #A0BD54;
}
.TagClassName
{
border-color: #A0BD54;
}
</style>