Shades of Celery #ADC35B
Tints of Celery #ADC35B
RGB
CMYK
RGB Variations
Color information
#ADC35B (or 0xADC35B) is known color: Celery. HEX triplet: AD, C3 and 5B. RGB value is (173,195,91). Sum of RGB (Red+Green+Blue) = 173+195+91=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC35B is #523CA4. Grayscale: #B0B0B0. Windows color (decimal): -5389477 or 6013869. OLE color: 6013869.
HSL color Cylindrical-coordinate representation of color #ADC35B: hue angle of 72.69º degrees, saturation: 0.46, 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 #ADC35B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 91 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.24 |
| HSL | 72.69º | 0.46% | 0.56% | - |
| HSV(B) | 72.69º | 0.53% | 0.76% | - |
| XYZ | 38.64 | 48.67 | 17.26 | - |
| YUV | 176.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 91 | 0.11 | 0 | 0.53 | 0.24 | 72.69 | 0.46 | 0.56 |
| Hex | AD | C3 | 5B | B | 0 | 35 | 18 | 49 | 2E | 38 |
| Octal | 255 | 303 | 133 | 13 | 0 | 65 | 30 | 111 | 56 | 70 |
| Binary | 10101101 | 11000011 | 1011011 | 1011 | 0 | 110101 | 11000 | 1001001 | 101110 | 111000 |
Color Harmonies of #ADC35B
Complementary color
Monochromatic Colors of #ADC35B
Black with #ADC35B
Text Example
Text Example
White with #ADC35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC35B; }
p { color: rgb(173,195,91); }
H1.HeaderClassName
{
color: #ADC35B;
}
.AnyTagClassName
{
color: #ADC35B;
}
</style>
background-color css
<style>
a { background-color: #ADC35B; }
a { background-color: rgb(173,195,91); }
div.DivClassName
{
background-color: #ADC35B;
}
.BgClassName
{
background-color: #ADC35B;
}
</style>
border-color css
<style>
span { border-color: #ADC35B; }
span { border-color: rgb(173,195,91); }
td.TdClassName
{
border-color: #ADC35B;
}
.TagClassName
{
border-color: #ADC35B;
}
</style>