Shades of Celery #ADC955
Tints of Celery #ADC955
RGB
CMYK
RGB Variations
Color information
#ADC955 (or 0xADC955) is known color: Celery. HEX triplet: AD, C9 and 55. RGB value is (173,201,85). Sum of RGB (Red+Green+Blue) = 173+201+85=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC955 is #5236AA. Grayscale: #B3B3B3. Windows color (decimal): -5387947 or 5622189. OLE color: 5622189.
HSL color Cylindrical-coordinate representation of color #ADC955: hue angle of 74.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADC955 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 85 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.21 |
| HSL | 74.48º | 0.52% | 0.56% | - |
| HSV(B) | 74.48º | 0.58% | 0.79% | - |
| XYZ | 39.76 | 51.31 | 16.4 | - |
| YUV | 179.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 85 | 0.14 | 0 | 0.58 | 0.21 | 74.48 | 0.52 | 0.56 |
| Hex | AD | C9 | 55 | E | 0 | 3A | 15 | 4A | 34 | 38 |
| Octal | 255 | 311 | 125 | 16 | 0 | 72 | 25 | 112 | 64 | 70 |
| Binary | 10101101 | 11001001 | 1010101 | 1110 | 0 | 111010 | 10101 | 1001010 | 110100 | 111000 |
Color Harmonies of #ADC955
Complementary color
Monochromatic Colors of #ADC955
Black with #ADC955
Text Example
Text Example
White with #ADC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC955; }
p { color: rgb(173,201,85); }
H1.HeaderClassName
{
color: #ADC955;
}
.AnyTagClassName
{
color: #ADC955;
}
</style>
background-color css
<style>
a { background-color: #ADC955; }
a { background-color: rgb(173,201,85); }
div.DivClassName
{
background-color: #ADC955;
}
.BgClassName
{
background-color: #ADC955;
}
</style>
border-color css
<style>
span { border-color: #ADC955; }
span { border-color: rgb(173,201,85); }
td.TdClassName
{
border-color: #ADC955;
}
.TagClassName
{
border-color: #ADC955;
}
</style>