Shades of Celery #ADB937
Tints of Celery #ADB937
RGB
CMYK
RGB Variations
Color information
#ADB937 (or 0xADB937) is known color: Celery. HEX triplet: AD, B9 and 37. RGB value is (173,185,55). Sum of RGB (Red+Green+Blue) = 173+185+55=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB937 is #5246C8. Grayscale: #A7A7A7. Windows color (decimal): -5392073 or 3652013. OLE color: 3652013.
HSL color Cylindrical-coordinate representation of color #ADB937: hue angle of 65.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADB937 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 55 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.27 |
| HSL | 65.54º | 0.54% | 0.47% | - |
| HSV(B) | 65.54º | 0.7% | 0.73% | - |
| XYZ | 35.27 | 43.86 | 10.22 | - |
| YUV | 166.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 55 | 0.06 | 0 | 0.70 | 0.27 | 65.54 | 0.54 | 0.47 |
| Hex | AD | B9 | 37 | 6 | 0 | 46 | 1B | 42 | 36 | 2F |
| Octal | 255 | 271 | 67 | 6 | 0 | 106 | 33 | 102 | 66 | 57 |
| Binary | 10101101 | 10111001 | 110111 | 110 | 0 | 1000110 | 11011 | 1000010 | 110110 | 101111 |
Color Harmonies of #ADB937
Complementary color
Monochromatic Colors of #ADB937
Black with #ADB937
Text Example
Text Example
White with #ADB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB937; }
p { color: rgb(173,185,55); }
H1.HeaderClassName
{
color: #ADB937;
}
.AnyTagClassName
{
color: #ADB937;
}
</style>
background-color css
<style>
a { background-color: #ADB937; }
a { background-color: rgb(173,185,55); }
div.DivClassName
{
background-color: #ADB937;
}
.BgClassName
{
background-color: #ADB937;
}
</style>
border-color css
<style>
span { border-color: #ADB937; }
span { border-color: rgb(173,185,55); }
td.TdClassName
{
border-color: #ADB937;
}
.TagClassName
{
border-color: #ADB937;
}
</style>