Shades of Celery #ADC352
Tints of Celery #ADC352
RGB
CMYK
RGB Variations
Color information
#ADC352 (or 0xADC352) is known color: Celery. HEX triplet: AD, C3 and 52. RGB value is (173,195,82). Sum of RGB (Red+Green+Blue) = 173+195+82=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC352 is #523CAD. Grayscale: #AFAFAF. Windows color (decimal): -5389486 or 5424045. OLE color: 5424045.
HSL color Cylindrical-coordinate representation of color #ADC352: hue angle of 71.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADC352 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 82 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.24 |
| HSL | 71.68º | 0.48% | 0.54% | - |
| HSV(B) | 71.68º | 0.58% | 0.76% | - |
| XYZ | 38.27 | 48.52 | 15.33 | - |
| YUV | 175.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 82 | 0.11 | 0 | 0.58 | 0.24 | 71.68 | 0.48 | 0.54 |
| Hex | AD | C3 | 52 | B | 0 | 3A | 18 | 48 | 30 | 36 |
| Octal | 255 | 303 | 122 | 13 | 0 | 72 | 30 | 110 | 60 | 66 |
| Binary | 10101101 | 11000011 | 1010010 | 1011 | 0 | 111010 | 11000 | 1001000 | 110000 | 110110 |
Color Harmonies of #ADC352
Complementary color
Monochromatic Colors of #ADC352
Black with #ADC352
Text Example
Text Example
White with #ADC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC352; }
p { color: rgb(173,195,82); }
H1.HeaderClassName
{
color: #ADC352;
}
.AnyTagClassName
{
color: #ADC352;
}
</style>
background-color css
<style>
a { background-color: #ADC352; }
a { background-color: rgb(173,195,82); }
div.DivClassName
{
background-color: #ADC352;
}
.BgClassName
{
background-color: #ADC352;
}
</style>
border-color css
<style>
span { border-color: #ADC352; }
span { border-color: rgb(173,195,82); }
td.TdClassName
{
border-color: #ADC352;
}
.TagClassName
{
border-color: #ADC352;
}
</style>