Shades of Celery #ADC553
Tints of Celery #ADC553
RGB
CMYK
RGB Variations
Color information
#ADC553 (or 0xADC553) is known color: Celery. HEX triplet: AD, C5 and 53. RGB value is (173,197,83). Sum of RGB (Red+Green+Blue) = 173+197+83=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC553 is #523AAC. Grayscale: #B1B1B1. Windows color (decimal): -5388973 or 5490093. OLE color: 5490093.
HSL color Cylindrical-coordinate representation of color #ADC553: hue angle of 72.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADC553 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 83 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.23 |
| HSL | 72.63º | 0.5% | 0.55% | - |
| HSV(B) | 72.63º | 0.58% | 0.77% | - |
| XYZ | 38.76 | 49.44 | 15.68 | - |
| YUV | 176.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 83 | 0.12 | 0 | 0.58 | 0.23 | 72.63 | 0.5 | 0.55 |
| Hex | AD | C5 | 53 | C | 0 | 3A | 17 | 49 | 32 | 37 |
| Octal | 255 | 305 | 123 | 14 | 0 | 72 | 27 | 111 | 62 | 67 |
| Binary | 10101101 | 11000101 | 1010011 | 1100 | 0 | 111010 | 10111 | 1001001 | 110010 | 110111 |
Color Harmonies of #ADC553
Complementary color
Monochromatic Colors of #ADC553
Black with #ADC553
Text Example
Text Example
White with #ADC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC553; }
p { color: rgb(173,197,83); }
H1.HeaderClassName
{
color: #ADC553;
}
.AnyTagClassName
{
color: #ADC553;
}
</style>
background-color css
<style>
a { background-color: #ADC553; }
a { background-color: rgb(173,197,83); }
div.DivClassName
{
background-color: #ADC553;
}
.BgClassName
{
background-color: #ADC553;
}
</style>
border-color css
<style>
span { border-color: #ADC553; }
span { border-color: rgb(173,197,83); }
td.TdClassName
{
border-color: #ADC553;
}
.TagClassName
{
border-color: #ADC553;
}
</style>