Shades of Celery #ADC15B
Tints of Celery #ADC15B
RGB
CMYK
RGB Variations
Color information
#ADC15B (or 0xADC15B) is known color: Celery. HEX triplet: AD, C1 and 5B. RGB value is (173,193,91). Sum of RGB (Red+Green+Blue) = 173+193+91=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC15B is #523EA4. Grayscale: #AFAFAF. Windows color (decimal): -5389989 or 6013357. OLE color: 6013357.
HSL color Cylindrical-coordinate representation of color #ADC15B: hue angle of 71.76º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC15B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 91 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.24 |
| HSL | 71.76º | 0.45% | 0.56% | - |
| HSV(B) | 71.76º | 0.53% | 0.76% | - |
| XYZ | 38.19 | 47.78 | 17.11 | - |
| YUV | 175.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 91 | 0.10 | 0 | 0.53 | 0.24 | 71.76 | 0.45 | 0.56 |
| Hex | AD | C1 | 5B | A | 0 | 35 | 18 | 48 | 2D | 38 |
| Octal | 255 | 301 | 133 | 12 | 0 | 65 | 30 | 110 | 55 | 70 |
| Binary | 10101101 | 11000001 | 1011011 | 1010 | 0 | 110101 | 11000 | 1001000 | 101101 | 111000 |
Color Harmonies of #ADC15B
Complementary color
Monochromatic Colors of #ADC15B
Black with #ADC15B
Text Example
Text Example
White with #ADC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC15B; }
p { color: rgb(173,193,91); }
H1.HeaderClassName
{
color: #ADC15B;
}
.AnyTagClassName
{
color: #ADC15B;
}
</style>
background-color css
<style>
a { background-color: #ADC15B; }
a { background-color: rgb(173,193,91); }
div.DivClassName
{
background-color: #ADC15B;
}
.BgClassName
{
background-color: #ADC15B;
}
</style>
border-color css
<style>
span { border-color: #ADC15B; }
span { border-color: rgb(173,193,91); }
td.TdClassName
{
border-color: #ADC15B;
}
.TagClassName
{
border-color: #ADC15B;
}
</style>