Shades of Celery #ADC13B
Tints of Celery #ADC13B
RGB
CMYK
RGB Variations
Color information
#ADC13B (or 0xADC13B) is known color: Celery. HEX triplet: AD, C1 and 3B. RGB value is (173,193,59). Sum of RGB (Red+Green+Blue) = 173+193+59=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC13B is #523EC4. Grayscale: #ACACAC. Windows color (decimal): -5390021 or 3916205. OLE color: 3916205.
HSL color Cylindrical-coordinate representation of color #ADC13B: hue angle of 68.96º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADC13B is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 59 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.24 |
| HSL | 68.96º | 0.53% | 0.49% | - |
| HSV(B) | 68.96º | 0.69% | 0.76% | - |
| XYZ | 37.09 | 47.34 | 11.32 | - |
| YUV | 171.74 | 64.37 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 59 | 0.10 | 0 | 0.69 | 0.24 | 68.96 | 0.53 | 0.49 |
| Hex | AD | C1 | 3B | A | 0 | 45 | 18 | 45 | 35 | 31 |
| Octal | 255 | 301 | 73 | 12 | 0 | 105 | 30 | 105 | 65 | 61 |
| Binary | 10101101 | 11000001 | 111011 | 1010 | 0 | 1000101 | 11000 | 1000101 | 110101 | 110001 |
Color Harmonies of #ADC13B
Complementary color
Monochromatic Colors of #ADC13B
Black with #ADC13B
Text Example
Text Example
White with #ADC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC13B; }
p { color: rgb(173,193,59); }
H1.HeaderClassName
{
color: #ADC13B;
}
.AnyTagClassName
{
color: #ADC13B;
}
</style>
background-color css
<style>
a { background-color: #ADC13B; }
a { background-color: rgb(173,193,59); }
div.DivClassName
{
background-color: #ADC13B;
}
.BgClassName
{
background-color: #ADC13B;
}
</style>
border-color css
<style>
span { border-color: #ADC13B; }
span { border-color: rgb(173,193,59); }
td.TdClassName
{
border-color: #ADC13B;
}
.TagClassName
{
border-color: #ADC13B;
}
</style>