Shades of Celery #ADC05B
Tints of Celery #ADC05B
RGB
CMYK
RGB Variations
Color information
#ADC05B (or 0xADC05B) is known color: Celery. HEX triplet: AD, C0 and 5B. RGB value is (173,192,91). Sum of RGB (Red+Green+Blue) = 173+192+91=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC05B is #523FA4. Grayscale: #AFAFAF. Windows color (decimal): -5390245 or 6013101. OLE color: 6013101.
HSL color Cylindrical-coordinate representation of color #ADC05B: hue angle of 71.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADC05B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 91 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.25 |
| HSL | 71.29º | 0.44% | 0.55% | - |
| HSV(B) | 71.29º | 0.53% | 0.75% | - |
| XYZ | 37.97 | 47.34 | 17.03 | - |
| YUV | 174.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 91 | 0.10 | 0 | 0.53 | 0.25 | 71.29 | 0.44 | 0.55 |
| Hex | AD | C0 | 5B | A | 0 | 35 | 19 | 47 | 2C | 37 |
| Octal | 255 | 300 | 133 | 12 | 0 | 65 | 31 | 107 | 54 | 67 |
| Binary | 10101101 | 11000000 | 1011011 | 1010 | 0 | 110101 | 11001 | 1000111 | 101100 | 110111 |
Color Harmonies of #ADC05B
Complementary color
Monochromatic Colors of #ADC05B
Black with #ADC05B
Text Example
Text Example
White with #ADC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC05B; }
p { color: rgb(173,192,91); }
H1.HeaderClassName
{
color: #ADC05B;
}
.AnyTagClassName
{
color: #ADC05B;
}
</style>
background-color css
<style>
a { background-color: #ADC05B; }
a { background-color: rgb(173,192,91); }
div.DivClassName
{
background-color: #ADC05B;
}
.BgClassName
{
background-color: #ADC05B;
}
</style>
border-color css
<style>
span { border-color: #ADC05B; }
span { border-color: rgb(173,192,91); }
td.TdClassName
{
border-color: #ADC05B;
}
.TagClassName
{
border-color: #ADC05B;
}
</style>