Shades of Celery #ADBD5D
Tints of Celery #ADBD5D
RGB
CMYK
RGB Variations
Color information
#ADBD5D (or 0xADBD5D) is known color: Celery. HEX triplet: AD, BD and 5D. RGB value is (173,189,93). Sum of RGB (Red+Green+Blue) = 173+189+93=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD5D is #5242A2. Grayscale: #ADADAD. Windows color (decimal): -5391011 or 6143405. OLE color: 6143405.
HSL color Cylindrical-coordinate representation of color #ADBD5D: hue angle of 70º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADBD5D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 93 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.26 |
| HSL | 70º | 0.42% | 0.55% | - |
| HSV(B) | 70º | 0.51% | 0.74% | - |
| XYZ | 37.41 | 46.07 | 17.28 | - |
| YUV | 173.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 93 | 0.08 | 0 | 0.51 | 0.26 | 70 | 0.42 | 0.55 |
| Hex | AD | BD | 5D | 8 | 0 | 33 | 1A | 46 | 2A | 37 |
| Octal | 255 | 275 | 135 | 10 | 0 | 63 | 32 | 106 | 52 | 67 |
| Binary | 10101101 | 10111101 | 1011101 | 1000 | 0 | 110011 | 11010 | 1000110 | 101010 | 110111 |
Color Harmonies of #ADBD5D
Complementary color
Monochromatic Colors of #ADBD5D
Black with #ADBD5D
Text Example
Text Example
White with #ADBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD5D; }
p { color: rgb(173,189,93); }
H1.HeaderClassName
{
color: #ADBD5D;
}
.AnyTagClassName
{
color: #ADBD5D;
}
</style>
background-color css
<style>
a { background-color: #ADBD5D; }
a { background-color: rgb(173,189,93); }
div.DivClassName
{
background-color: #ADBD5D;
}
.BgClassName
{
background-color: #ADBD5D;
}
</style>
border-color css
<style>
span { border-color: #ADBD5D; }
span { border-color: rgb(173,189,93); }
td.TdClassName
{
border-color: #ADBD5D;
}
.TagClassName
{
border-color: #ADBD5D;
}
</style>