Shades of Celery #ADC950
Tints of Celery #ADC950
RGB
CMYK
RGB Variations
Color information
#ADC950 (or 0xADC950) is known color: Celery. HEX triplet: AD, C9 and 50. RGB value is (173,201,80). Sum of RGB (Red+Green+Blue) = 173+201+80=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC950 is #5236AF. Grayscale: #B3B3B3. Windows color (decimal): -5387952 or 5294509. OLE color: 5294509.
HSL color Cylindrical-coordinate representation of color #ADC950: hue angle of 73.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADC950 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 80 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.21 |
| HSL | 73.88º | 0.53% | 0.55% | - |
| HSV(B) | 73.88º | 0.6% | 0.79% | - |
| XYZ | 39.57 | 51.24 | 15.39 | - |
| YUV | 178.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 80 | 0.14 | 0 | 0.60 | 0.21 | 73.88 | 0.53 | 0.55 |
| Hex | AD | C9 | 50 | E | 0 | 3C | 15 | 4A | 35 | 37 |
| Octal | 255 | 311 | 120 | 16 | 0 | 74 | 25 | 112 | 65 | 67 |
| Binary | 10101101 | 11001001 | 1010000 | 1110 | 0 | 111100 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ADC950
Complementary color
Monochromatic Colors of #ADC950
Black with #ADC950
Text Example
Text Example
White with #ADC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC950; }
p { color: rgb(173,201,80); }
H1.HeaderClassName
{
color: #ADC950;
}
.AnyTagClassName
{
color: #ADC950;
}
</style>
background-color css
<style>
a { background-color: #ADC950; }
a { background-color: rgb(173,201,80); }
div.DivClassName
{
background-color: #ADC950;
}
.BgClassName
{
background-color: #ADC950;
}
</style>
border-color css
<style>
span { border-color: #ADC950; }
span { border-color: rgb(173,201,80); }
td.TdClassName
{
border-color: #ADC950;
}
.TagClassName
{
border-color: #ADC950;
}
</style>