Shades of Celery #ADC957
Tints of Celery #ADC957
RGB
CMYK
RGB Variations
Color information
#ADC957 (or 0xADC957) is known color: Celery. HEX triplet: AD, C9 and 57. RGB value is (173,201,87). Sum of RGB (Red+Green+Blue) = 173+201+87=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC957 is #5236A8. Grayscale: #B4B4B4. Windows color (decimal): -5387945 or 5753261. OLE color: 5753261.
HSL color Cylindrical-coordinate representation of color #ADC957: hue angle of 74.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC957 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 87 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.21 |
| HSL | 74.74º | 0.51% | 0.56% | - |
| HSV(B) | 74.74º | 0.57% | 0.79% | - |
| XYZ | 39.84 | 51.35 | 16.83 | - |
| YUV | 179.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 87 | 0.14 | 0 | 0.57 | 0.21 | 74.74 | 0.51 | 0.56 |
| Hex | AD | C9 | 57 | E | 0 | 39 | 15 | 4B | 33 | 38 |
| Octal | 255 | 311 | 127 | 16 | 0 | 71 | 25 | 113 | 63 | 70 |
| Binary | 10101101 | 11001001 | 1010111 | 1110 | 0 | 111001 | 10101 | 1001011 | 110011 | 111000 |
Color Harmonies of #ADC957
Complementary color
Monochromatic Colors of #ADC957
Black with #ADC957
Text Example
Text Example
White with #ADC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC957; }
p { color: rgb(173,201,87); }
H1.HeaderClassName
{
color: #ADC957;
}
.AnyTagClassName
{
color: #ADC957;
}
</style>
background-color css
<style>
a { background-color: #ADC957; }
a { background-color: rgb(173,201,87); }
div.DivClassName
{
background-color: #ADC957;
}
.BgClassName
{
background-color: #ADC957;
}
</style>
border-color css
<style>
span { border-color: #ADC957; }
span { border-color: rgb(173,201,87); }
td.TdClassName
{
border-color: #ADC957;
}
.TagClassName
{
border-color: #ADC957;
}
</style>