Shades of Celery #ADC93B
Tints of Celery #ADC93B
RGB
CMYK
RGB Variations
Color information
#ADC93B (or 0xADC93B) is known color: Celery. HEX triplet: AD, C9 and 3B. RGB value is (173,201,59). Sum of RGB (Red+Green+Blue) = 173+201+59=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC93B is #5236C4. Grayscale: #B0B0B0. Windows color (decimal): -5387973 or 3918253. OLE color: 3918253.
HSL color Cylindrical-coordinate representation of color #ADC93B: hue angle of 71.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADC93B is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 59 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.21 |
| HSL | 71.83º | 0.57% | 0.51% | - |
| HSV(B) | 71.83º | 0.71% | 0.79% | - |
| XYZ | 38.91 | 50.97 | 11.93 | - |
| YUV | 176.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 59 | 0.14 | 0 | 0.71 | 0.21 | 71.83 | 0.57 | 0.51 |
| Hex | AD | C9 | 3B | E | 0 | 47 | 15 | 48 | 39 | 33 |
| Octal | 255 | 311 | 73 | 16 | 0 | 107 | 25 | 110 | 71 | 63 |
| Binary | 10101101 | 11001001 | 111011 | 1110 | 0 | 1000111 | 10101 | 1001000 | 111001 | 110011 |
Color Harmonies of #ADC93B
Complementary color
Monochromatic Colors of #ADC93B
Black with #ADC93B
Text Example
Text Example
White with #ADC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC93B; }
p { color: rgb(173,201,59); }
H1.HeaderClassName
{
color: #ADC93B;
}
.AnyTagClassName
{
color: #ADC93B;
}
</style>
background-color css
<style>
a { background-color: #ADC93B; }
a { background-color: rgb(173,201,59); }
div.DivClassName
{
background-color: #ADC93B;
}
.BgClassName
{
background-color: #ADC93B;
}
</style>
border-color css
<style>
span { border-color: #ADC93B; }
span { border-color: rgb(173,201,59); }
td.TdClassName
{
border-color: #ADC93B;
}
.TagClassName
{
border-color: #ADC93B;
}
</style>