Shades of Celery #ADB94D
Tints of Celery #ADB94D
RGB
CMYK
RGB Variations
Color information
#ADB94D (or 0xADB94D) is known color: Celery. HEX triplet: AD, B9 and 4D. RGB value is (173,185,77). Sum of RGB (Red+Green+Blue) = 173+185+77=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB94D is #5246B2. Grayscale: #A9A9A9. Windows color (decimal): -5392051 or 5093805. OLE color: 5093805.
HSL color Cylindrical-coordinate representation of color #ADB94D: hue angle of 66.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB94D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 77 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.27 |
| HSL | 66.67º | 0.44% | 0.51% | - |
| HSV(B) | 66.67º | 0.58% | 0.73% | - |
| XYZ | 35.92 | 44.12 | 13.64 | - |
| YUV | 169.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 77 | 0.06 | 0 | 0.58 | 0.27 | 66.67 | 0.44 | 0.51 |
| Hex | AD | B9 | 4D | 6 | 0 | 3A | 1B | 43 | 2C | 33 |
| Octal | 255 | 271 | 115 | 6 | 0 | 72 | 33 | 103 | 54 | 63 |
| Binary | 10101101 | 10111001 | 1001101 | 110 | 0 | 111010 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #ADB94D
Complementary color
Monochromatic Colors of #ADB94D
Black with #ADB94D
Text Example
Text Example
White with #ADB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB94D; }
p { color: rgb(173,185,77); }
H1.HeaderClassName
{
color: #ADB94D;
}
.AnyTagClassName
{
color: #ADB94D;
}
</style>
background-color css
<style>
a { background-color: #ADB94D; }
a { background-color: rgb(173,185,77); }
div.DivClassName
{
background-color: #ADB94D;
}
.BgClassName
{
background-color: #ADB94D;
}
</style>
border-color css
<style>
span { border-color: #ADB94D; }
span { border-color: rgb(173,185,77); }
td.TdClassName
{
border-color: #ADB94D;
}
.TagClassName
{
border-color: #ADB94D;
}
</style>