Shades of Celery #ADC952
Tints of Celery #ADC952
RGB
CMYK
RGB Variations
Color information
#ADC952 (or 0xADC952) is known color: Celery. HEX triplet: AD, C9 and 52. RGB value is (173,201,82). Sum of RGB (Red+Green+Blue) = 173+201+82=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC952 is #5236AD. Grayscale: #B3B3B3. Windows color (decimal): -5387950 or 5425581. OLE color: 5425581.
HSL color Cylindrical-coordinate representation of color #ADC952: hue angle of 74.12º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADC952 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 82 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.21 |
| HSL | 74.12º | 0.52% | 0.55% | - |
| HSV(B) | 74.12º | 0.59% | 0.79% | - |
| XYZ | 39.64 | 51.27 | 15.79 | - |
| YUV | 179.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 82 | 0.14 | 0 | 0.59 | 0.21 | 74.12 | 0.52 | 0.55 |
| Hex | AD | C9 | 52 | E | 0 | 3B | 15 | 4A | 34 | 37 |
| Octal | 255 | 311 | 122 | 16 | 0 | 73 | 25 | 112 | 64 | 67 |
| Binary | 10101101 | 11001001 | 1010010 | 1110 | 0 | 111011 | 10101 | 1001010 | 110100 | 110111 |
Color Harmonies of #ADC952
Complementary color
Monochromatic Colors of #ADC952
Black with #ADC952
Text Example
Text Example
White with #ADC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC952; }
p { color: rgb(173,201,82); }
H1.HeaderClassName
{
color: #ADC952;
}
.AnyTagClassName
{
color: #ADC952;
}
</style>
background-color css
<style>
a { background-color: #ADC952; }
a { background-color: rgb(173,201,82); }
div.DivClassName
{
background-color: #ADC952;
}
.BgClassName
{
background-color: #ADC952;
}
</style>
border-color css
<style>
span { border-color: #ADC952; }
span { border-color: rgb(173,201,82); }
td.TdClassName
{
border-color: #ADC952;
}
.TagClassName
{
border-color: #ADC952;
}
</style>