Shades of Celery #ADC050
Tints of Celery #ADC050
RGB
CMYK
RGB Variations
Color information
#ADC050 (or 0xADC050) is known color: Celery. HEX triplet: AD, C0 and 50. RGB value is (173,192,80). Sum of RGB (Red+Green+Blue) = 173+192+80=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC050 is #523FAF. Grayscale: #ADADAD. Windows color (decimal): -5390256 or 5292205. OLE color: 5292205.
HSL color Cylindrical-coordinate representation of color #ADC050: hue angle of 70.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADC050 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 80 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.25 |
| HSL | 70.18º | 0.47% | 0.53% | - |
| HSV(B) | 70.18º | 0.58% | 0.75% | - |
| XYZ | 37.53 | 47.16 | 14.71 | - |
| YUV | 173.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 80 | 0.10 | 0 | 0.58 | 0.25 | 70.18 | 0.47 | 0.53 |
| Hex | AD | C0 | 50 | A | 0 | 3A | 19 | 46 | 2F | 35 |
| Octal | 255 | 300 | 120 | 12 | 0 | 72 | 31 | 106 | 57 | 65 |
| Binary | 10101101 | 11000000 | 1010000 | 1010 | 0 | 111010 | 11001 | 1000110 | 101111 | 110101 |
Color Harmonies of #ADC050
Complementary color
Monochromatic Colors of #ADC050
Black with #ADC050
Text Example
Text Example
White with #ADC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC050; }
p { color: rgb(173,192,80); }
H1.HeaderClassName
{
color: #ADC050;
}
.AnyTagClassName
{
color: #ADC050;
}
</style>
background-color css
<style>
a { background-color: #ADC050; }
a { background-color: rgb(173,192,80); }
div.DivClassName
{
background-color: #ADC050;
}
.BgClassName
{
background-color: #ADC050;
}
</style>
border-color css
<style>
span { border-color: #ADC050; }
span { border-color: rgb(173,192,80); }
td.TdClassName
{
border-color: #ADC050;
}
.TagClassName
{
border-color: #ADC050;
}
</style>