Shades of Celery #A0BD50
Tints of Celery #A0BD50
RGB
CMYK
RGB Variations
Color information
#A0BD50 (or 0xA0BD50) is known color: Celery. HEX triplet: A0, BD and 50. RGB value is (160,189,80). Sum of RGB (Red+Green+Blue) = 160+189+80=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD50 is #5F42AF. Grayscale: #A8A8A8. Windows color (decimal): -6242992 or 5291424. OLE color: 5291424.
HSL color Cylindrical-coordinate representation of color #A0BD50: hue angle of 75.96º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0BD50 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 80 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.26 |
| HSL | 75.96º | 0.45% | 0.53% | - |
| HSV(B) | 75.96º | 0.58% | 0.74% | - |
| XYZ | 34.14 | 44.45 | 14.37 | - |
| YUV | 167.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 80 | 0.15 | 0 | 0.58 | 0.26 | 75.96 | 0.45 | 0.53 |
| Hex | A0 | BD | 50 | F | 0 | 3A | 1A | 4C | 2D | 35 |
| Octal | 240 | 275 | 120 | 17 | 0 | 72 | 32 | 114 | 55 | 65 |
| Binary | 10100000 | 10111101 | 1010000 | 1111 | 0 | 111010 | 11010 | 1001100 | 101101 | 110101 |
Color Harmonies of #A0BD50
Complementary color
Monochromatic Colors of #A0BD50
Black with #A0BD50
Text Example
Text Example
White with #A0BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD50; }
p { color: rgb(160,189,80); }
H1.HeaderClassName
{
color: #A0BD50;
}
.AnyTagClassName
{
color: #A0BD50;
}
</style>
background-color css
<style>
a { background-color: #A0BD50; }
a { background-color: rgb(160,189,80); }
div.DivClassName
{
background-color: #A0BD50;
}
.BgClassName
{
background-color: #A0BD50;
}
</style>
border-color css
<style>
span { border-color: #A0BD50; }
span { border-color: rgb(160,189,80); }
td.TdClassName
{
border-color: #A0BD50;
}
.TagClassName
{
border-color: #A0BD50;
}
</style>