Shades of Celery #ADBC5B
Tints of Celery #ADBC5B
RGB
CMYK
RGB Variations
Color information
#ADBC5B (or 0xADBC5B) is known color: Celery. HEX triplet: AD, BC and 5B. RGB value is (173,188,91). Sum of RGB (Red+Green+Blue) = 173+188+91=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC5B is #5243A4. Grayscale: #ACACAC. Windows color (decimal): -5391269 or 6012077. OLE color: 6012077.
HSL color Cylindrical-coordinate representation of color #ADBC5B: hue angle of 69.28º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADBC5B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 91 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.26 |
| HSL | 69.28º | 0.42% | 0.55% | - |
| HSV(B) | 69.28º | 0.52% | 0.74% | - |
| XYZ | 37.11 | 45.61 | 16.74 | - |
| YUV | 172.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 91 | 0.08 | 0 | 0.52 | 0.26 | 69.28 | 0.42 | 0.55 |
| Hex | AD | BC | 5B | 8 | 0 | 34 | 1A | 45 | 2A | 37 |
| Octal | 255 | 274 | 133 | 10 | 0 | 64 | 32 | 105 | 52 | 67 |
| Binary | 10101101 | 10111100 | 1011011 | 1000 | 0 | 110100 | 11010 | 1000101 | 101010 | 110111 |
Color Harmonies of #ADBC5B
Complementary color
Monochromatic Colors of #ADBC5B
Black with #ADBC5B
Text Example
Text Example
White with #ADBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC5B; }
p { color: rgb(173,188,91); }
H1.HeaderClassName
{
color: #ADBC5B;
}
.AnyTagClassName
{
color: #ADBC5B;
}
</style>
background-color css
<style>
a { background-color: #ADBC5B; }
a { background-color: rgb(173,188,91); }
div.DivClassName
{
background-color: #ADBC5B;
}
.BgClassName
{
background-color: #ADBC5B;
}
</style>
border-color css
<style>
span { border-color: #ADBC5B; }
span { border-color: rgb(173,188,91); }
td.TdClassName
{
border-color: #ADBC5B;
}
.TagClassName
{
border-color: #ADBC5B;
}
</style>