Shades of Celery #ADC655
Tints of Celery #ADC655
RGB
CMYK
RGB Variations
Color information
#ADC655 (or 0xADC655) is known color: Celery. HEX triplet: AD, C6 and 55. RGB value is (173,198,85). Sum of RGB (Red+Green+Blue) = 173+198+85=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC655 is #5239AA. Grayscale: #B2B2B2. Windows color (decimal): -5388715 or 5621421. OLE color: 5621421.
HSL color Cylindrical-coordinate representation of color #ADC655: hue angle of 73.27º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC655 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 85 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.22 |
| HSL | 73.27º | 0.5% | 0.55% | - |
| HSV(B) | 73.27º | 0.57% | 0.78% | - |
| XYZ | 39.07 | 49.93 | 16.17 | - |
| YUV | 177.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 85 | 0.13 | 0 | 0.57 | 0.22 | 73.27 | 0.5 | 0.55 |
| Hex | AD | C6 | 55 | D | 0 | 39 | 16 | 49 | 32 | 37 |
| Octal | 255 | 306 | 125 | 15 | 0 | 71 | 26 | 111 | 62 | 67 |
| Binary | 10101101 | 11000110 | 1010101 | 1101 | 0 | 111001 | 10110 | 1001001 | 110010 | 110111 |
Color Harmonies of #ADC655
Complementary color
Monochromatic Colors of #ADC655
Black with #ADC655
Text Example
Text Example
White with #ADC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC655; }
p { color: rgb(173,198,85); }
H1.HeaderClassName
{
color: #ADC655;
}
.AnyTagClassName
{
color: #ADC655;
}
</style>
background-color css
<style>
a { background-color: #ADC655; }
a { background-color: rgb(173,198,85); }
div.DivClassName
{
background-color: #ADC655;
}
.BgClassName
{
background-color: #ADC655;
}
</style>
border-color css
<style>
span { border-color: #ADC655; }
span { border-color: rgb(173,198,85); }
td.TdClassName
{
border-color: #ADC655;
}
.TagClassName
{
border-color: #ADC655;
}
</style>