Shades of Celery #ADBD5E
Tints of Celery #ADBD5E
RGB
CMYK
RGB Variations
Color information
#ADBD5E (or 0xADBD5E) is known color: Celery. HEX triplet: AD, BD and 5E. RGB value is (173,189,94). Sum of RGB (Red+Green+Blue) = 173+189+94=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD5E is #5242A1. Grayscale: #ADADAD. Windows color (decimal): -5391010 or 6208941. OLE color: 6208941.
HSL color Cylindrical-coordinate representation of color #ADBD5E: hue angle of 70.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADBD5E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 94 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.26 |
| HSL | 70.11º | 0.42% | 0.55% | - |
| HSV(B) | 70.11º | 0.5% | 0.74% | - |
| XYZ | 37.45 | 46.09 | 17.51 | - |
| YUV | 173.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 94 | 0.08 | 0 | 0.50 | 0.26 | 70.11 | 0.42 | 0.55 |
| Hex | AD | BD | 5E | 8 | 0 | 32 | 1A | 46 | 2A | 37 |
| Octal | 255 | 275 | 136 | 10 | 0 | 62 | 32 | 106 | 52 | 67 |
| Binary | 10101101 | 10111101 | 1011110 | 1000 | 0 | 110010 | 11010 | 1000110 | 101010 | 110111 |
Color Harmonies of #ADBD5E
Complementary color
Monochromatic Colors of #ADBD5E
Black with #ADBD5E
Text Example
Text Example
White with #ADBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD5E; }
p { color: rgb(173,189,94); }
H1.HeaderClassName
{
color: #ADBD5E;
}
.AnyTagClassName
{
color: #ADBD5E;
}
</style>
background-color css
<style>
a { background-color: #ADBD5E; }
a { background-color: rgb(173,189,94); }
div.DivClassName
{
background-color: #ADBD5E;
}
.BgClassName
{
background-color: #ADBD5E;
}
</style>
border-color css
<style>
span { border-color: #ADBD5E; }
span { border-color: rgb(173,189,94); }
td.TdClassName
{
border-color: #ADBD5E;
}
.TagClassName
{
border-color: #ADBD5E;
}
</style>