Shades of Celery #ADC056
Tints of Celery #ADC056
RGB
CMYK
RGB Variations
Color information
#ADC056 (or 0xADC056) is known color: Celery. HEX triplet: AD, C0 and 56. RGB value is (173,192,86). Sum of RGB (Red+Green+Blue) = 173+192+86=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC056 is #523FA9. Grayscale: #AEAEAE. Windows color (decimal): -5390250 or 5685421. OLE color: 5685421.
HSL color Cylindrical-coordinate representation of color #ADC056: hue angle of 70.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADC056 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 86 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.25 |
| HSL | 70.75º | 0.46% | 0.55% | - |
| HSV(B) | 70.75º | 0.55% | 0.75% | - |
| XYZ | 37.76 | 47.26 | 15.93 | - |
| YUV | 174.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 86 | 0.10 | 0 | 0.55 | 0.25 | 70.75 | 0.46 | 0.55 |
| Hex | AD | C0 | 56 | A | 0 | 37 | 19 | 47 | 2E | 37 |
| Octal | 255 | 300 | 126 | 12 | 0 | 67 | 31 | 107 | 56 | 67 |
| Binary | 10101101 | 11000000 | 1010110 | 1010 | 0 | 110111 | 11001 | 1000111 | 101110 | 110111 |
Color Harmonies of #ADC056
Complementary color
Monochromatic Colors of #ADC056
Black with #ADC056
Text Example
Text Example
White with #ADC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC056; }
p { color: rgb(173,192,86); }
H1.HeaderClassName
{
color: #ADC056;
}
.AnyTagClassName
{
color: #ADC056;
}
</style>
background-color css
<style>
a { background-color: #ADC056; }
a { background-color: rgb(173,192,86); }
div.DivClassName
{
background-color: #ADC056;
}
.BgClassName
{
background-color: #ADC056;
}
</style>
border-color css
<style>
span { border-color: #ADC056; }
span { border-color: rgb(173,192,86); }
td.TdClassName
{
border-color: #ADC056;
}
.TagClassName
{
border-color: #ADC056;
}
</style>