Shades of Celery #ADBD5C
Tints of Celery #ADBD5C
RGB
CMYK
RGB Variations
Color information
#ADBD5C (or 0xADBD5C) is known color: Celery. HEX triplet: AD, BD and 5C. RGB value is (173,189,92). Sum of RGB (Red+Green+Blue) = 173+189+92=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD5C is #5242A3. Grayscale: #ADADAD. Windows color (decimal): -5391012 or 6077869. OLE color: 6077869.
HSL color Cylindrical-coordinate representation of color #ADBD5C: hue angle of 69.9º 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 #ADBD5C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 92 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.26 |
| HSL | 69.9º | 0.42% | 0.55% | - |
| HSV(B) | 69.9º | 0.51% | 0.74% | - |
| XYZ | 37.36 | 46.05 | 17.04 | - |
| YUV | 173.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 92 | 0.08 | 0 | 0.51 | 0.26 | 69.9 | 0.42 | 0.55 |
| Hex | AD | BD | 5C | 8 | 0 | 33 | 1A | 46 | 2A | 37 |
| Octal | 255 | 275 | 134 | 10 | 0 | 63 | 32 | 106 | 52 | 67 |
| Binary | 10101101 | 10111101 | 1011100 | 1000 | 0 | 110011 | 11010 | 1000110 | 101010 | 110111 |
Color Harmonies of #ADBD5C
Complementary color
Monochromatic Colors of #ADBD5C
Black with #ADBD5C
Text Example
Text Example
White with #ADBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD5C; }
p { color: rgb(173,189,92); }
H1.HeaderClassName
{
color: #ADBD5C;
}
.AnyTagClassName
{
color: #ADBD5C;
}
</style>
background-color css
<style>
a { background-color: #ADBD5C; }
a { background-color: rgb(173,189,92); }
div.DivClassName
{
background-color: #ADBD5C;
}
.BgClassName
{
background-color: #ADBD5C;
}
</style>
border-color css
<style>
span { border-color: #ADBD5C; }
span { border-color: rgb(173,189,92); }
td.TdClassName
{
border-color: #ADBD5C;
}
.TagClassName
{
border-color: #ADBD5C;
}
</style>