Shades of Celery #ADC452
Tints of Celery #ADC452
RGB
CMYK
RGB Variations
Color information
#ADC452 (or 0xADC452) is known color: Celery. HEX triplet: AD, C4 and 52. RGB value is (173,196,82). Sum of RGB (Red+Green+Blue) = 173+196+82=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC452 is #523BAD. Grayscale: #B0B0B0. Windows color (decimal): -5389230 or 5424301. OLE color: 5424301.
HSL color Cylindrical-coordinate representation of color #ADC452: hue angle of 72.11º degrees, saturation: 0.49, 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 #ADC452 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 82 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.23 |
| HSL | 72.11º | 0.49% | 0.55% | - |
| HSV(B) | 72.11º | 0.58% | 0.77% | - |
| XYZ | 38.5 | 48.97 | 15.41 | - |
| YUV | 176.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 82 | 0.12 | 0 | 0.58 | 0.23 | 72.11 | 0.49 | 0.55 |
| Hex | AD | C4 | 52 | C | 0 | 3A | 17 | 48 | 31 | 37 |
| Octal | 255 | 304 | 122 | 14 | 0 | 72 | 27 | 110 | 61 | 67 |
| Binary | 10101101 | 11000100 | 1010010 | 1100 | 0 | 111010 | 10111 | 1001000 | 110001 | 110111 |
Color Harmonies of #ADC452
Complementary color
Monochromatic Colors of #ADC452
Black with #ADC452
Text Example
Text Example
White with #ADC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC452; }
p { color: rgb(173,196,82); }
H1.HeaderClassName
{
color: #ADC452;
}
.AnyTagClassName
{
color: #ADC452;
}
</style>
background-color css
<style>
a { background-color: #ADC452; }
a { background-color: rgb(173,196,82); }
div.DivClassName
{
background-color: #ADC452;
}
.BgClassName
{
background-color: #ADC452;
}
</style>
border-color css
<style>
span { border-color: #ADC452; }
span { border-color: rgb(173,196,82); }
td.TdClassName
{
border-color: #ADC452;
}
.TagClassName
{
border-color: #ADC452;
}
</style>