Shades of Celery #ADB94C
Tints of Celery #ADB94C
RGB
CMYK
RGB Variations
Color information
#ADB94C (or 0xADB94C) is known color: Celery. HEX triplet: AD, B9 and 4C. RGB value is (173,185,76). Sum of RGB (Red+Green+Blue) = 173+185+76=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB94C is #5246B3. Grayscale: #A9A9A9. Windows color (decimal): -5392052 or 5028269. OLE color: 5028269.
HSL color Cylindrical-coordinate representation of color #ADB94C: hue angle of 66.61º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB94C is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 76 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.27 |
| HSL | 66.61º | 0.44% | 0.51% | - |
| HSV(B) | 66.61º | 0.59% | 0.73% | - |
| XYZ | 35.89 | 44.1 | 13.46 | - |
| YUV | 168.99 | 75.52 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 76 | 0.06 | 0 | 0.59 | 0.27 | 66.61 | 0.44 | 0.51 |
| Hex | AD | B9 | 4C | 6 | 0 | 3B | 1B | 43 | 2C | 33 |
| Octal | 255 | 271 | 114 | 6 | 0 | 73 | 33 | 103 | 54 | 63 |
| Binary | 10101101 | 10111001 | 1001100 | 110 | 0 | 111011 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #ADB94C
Complementary color
Monochromatic Colors of #ADB94C
Black with #ADB94C
Text Example
Text Example
White with #ADB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB94C; }
p { color: rgb(173,185,76); }
H1.HeaderClassName
{
color: #ADB94C;
}
.AnyTagClassName
{
color: #ADB94C;
}
</style>
background-color css
<style>
a { background-color: #ADB94C; }
a { background-color: rgb(173,185,76); }
div.DivClassName
{
background-color: #ADB94C;
}
.BgClassName
{
background-color: #ADB94C;
}
</style>
border-color css
<style>
span { border-color: #ADB94C; }
span { border-color: rgb(173,185,76); }
td.TdClassName
{
border-color: #ADB94C;
}
.TagClassName
{
border-color: #ADB94C;
}
</style>