Shades of Celery #ADC949
Tints of Celery #ADC949
RGB
CMYK
RGB Variations
Color information
#ADC949 (or 0xADC949) is known color: Celery. HEX triplet: AD, C9 and 49. RGB value is (173,201,73). Sum of RGB (Red+Green+Blue) = 173+201+73=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC949 is #5236B6. Grayscale: #B2B2B2. Windows color (decimal): -5387959 or 4835757. OLE color: 4835757.
HSL color Cylindrical-coordinate representation of color #ADC949: hue angle of 73.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADC949 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 73 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.21 |
| HSL | 73.13º | 0.54% | 0.54% | - |
| HSV(B) | 73.13º | 0.64% | 0.79% | - |
| XYZ | 39.32 | 51.14 | 14.1 | - |
| YUV | 178.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 73 | 0.14 | 0 | 0.64 | 0.21 | 73.13 | 0.54 | 0.54 |
| Hex | AD | C9 | 49 | E | 0 | 40 | 15 | 49 | 36 | 36 |
| Octal | 255 | 311 | 111 | 16 | 0 | 100 | 25 | 111 | 66 | 66 |
| Binary | 10101101 | 11001001 | 1001001 | 1110 | 0 | 1000000 | 10101 | 1001001 | 110110 | 110110 |
Color Harmonies of #ADC949
Complementary color
Monochromatic Colors of #ADC949
Black with #ADC949
Text Example
Text Example
White with #ADC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC949; }
p { color: rgb(173,201,73); }
H1.HeaderClassName
{
color: #ADC949;
}
.AnyTagClassName
{
color: #ADC949;
}
</style>
background-color css
<style>
a { background-color: #ADC949; }
a { background-color: rgb(173,201,73); }
div.DivClassName
{
background-color: #ADC949;
}
.BgClassName
{
background-color: #ADC949;
}
</style>
border-color css
<style>
span { border-color: #ADC949; }
span { border-color: rgb(173,201,73); }
td.TdClassName
{
border-color: #ADC949;
}
.TagClassName
{
border-color: #ADC949;
}
</style>