Shades of Celery #ADC33B
Tints of Celery #ADC33B
RGB
CMYK
RGB Variations
Color information
#ADC33B (or 0xADC33B) is known color: Celery. HEX triplet: AD, C3 and 3B. RGB value is (173,195,59). Sum of RGB (Red+Green+Blue) = 173+195+59=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC33B is #523CC4. Grayscale: #ADADAD. Windows color (decimal): -5389509 or 3916717. OLE color: 3916717.
HSL color Cylindrical-coordinate representation of color #ADC33B: hue angle of 69.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADC33B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 59 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.24 |
| HSL | 69.71º | 0.54% | 0.5% | - |
| HSV(B) | 69.71º | 0.7% | 0.76% | - |
| XYZ | 37.54 | 48.23 | 11.47 | - |
| YUV | 172.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 59 | 0.11 | 0 | 0.70 | 0.24 | 69.71 | 0.54 | 0.5 |
| Hex | AD | C3 | 3B | B | 0 | 46 | 18 | 46 | 36 | 32 |
| Octal | 255 | 303 | 73 | 13 | 0 | 106 | 30 | 106 | 66 | 62 |
| Binary | 10101101 | 11000011 | 111011 | 1011 | 0 | 1000110 | 11000 | 1000110 | 110110 | 110010 |
Color Harmonies of #ADC33B
Complementary color
Monochromatic Colors of #ADC33B
Black with #ADC33B
Text Example
Text Example
White with #ADC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC33B; }
p { color: rgb(173,195,59); }
H1.HeaderClassName
{
color: #ADC33B;
}
.AnyTagClassName
{
color: #ADC33B;
}
</style>
background-color css
<style>
a { background-color: #ADC33B; }
a { background-color: rgb(173,195,59); }
div.DivClassName
{
background-color: #ADC33B;
}
.BgClassName
{
background-color: #ADC33B;
}
</style>
border-color css
<style>
span { border-color: #ADC33B; }
span { border-color: rgb(173,195,59); }
td.TdClassName
{
border-color: #ADC33B;
}
.TagClassName
{
border-color: #ADC33B;
}
</style>