Shades of Celery #ADC05C
Tints of Celery #ADC05C
RGB
CMYK
RGB Variations
Color information
#ADC05C (or 0xADC05C) is known color: Celery. HEX triplet: AD, C0 and 5C. RGB value is (173,192,92). Sum of RGB (Red+Green+Blue) = 173+192+92=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05C is #523FA3. Grayscale: #AFAFAF. Windows color (decimal): -5390244 or 6078637. OLE color: 6078637.
HSL color Cylindrical-coordinate representation of color #ADC05C: hue angle of 71.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC05C is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 92 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.25 |
| HSL | 71.4º | 0.44% | 0.56% | - |
| HSV(B) | 71.4º | 0.52% | 0.75% | - |
| XYZ | 38.01 | 47.36 | 17.26 | - |
| YUV | 174.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 92 | 0.10 | 0 | 0.52 | 0.25 | 71.4 | 0.44 | 0.56 |
| Hex | AD | C0 | 5C | A | 0 | 34 | 19 | 47 | 2C | 38 |
| Octal | 255 | 300 | 134 | 12 | 0 | 64 | 31 | 107 | 54 | 70 |
| Binary | 10101101 | 11000000 | 1011100 | 1010 | 0 | 110100 | 11001 | 1000111 | 101100 | 111000 |
Color Harmonies of #ADC05C
Complementary color
Monochromatic Colors of #ADC05C
Black with #ADC05C
Text Example
Text Example
White with #ADC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC05C; }
p { color: rgb(173,192,92); }
H1.HeaderClassName
{
color: #ADC05C;
}
.AnyTagClassName
{
color: #ADC05C;
}
</style>
background-color css
<style>
a { background-color: #ADC05C; }
a { background-color: rgb(173,192,92); }
div.DivClassName
{
background-color: #ADC05C;
}
.BgClassName
{
background-color: #ADC05C;
}
</style>
border-color css
<style>
span { border-color: #ADC05C; }
span { border-color: rgb(173,192,92); }
td.TdClassName
{
border-color: #ADC05C;
}
.TagClassName
{
border-color: #ADC05C;
}
</style>