Shades of Celery #ADB956
Tints of Celery #ADB956
RGB
CMYK
RGB Variations
Color information
#ADB956 (or 0xADB956) is known color: Celery. HEX triplet: AD, B9 and 56. RGB value is (173,185,86). Sum of RGB (Red+Green+Blue) = 173+185+86=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB956 is #5246A9. Grayscale: #AAAAAA. Windows color (decimal): -5392042 or 5683629. OLE color: 5683629.
HSL color Cylindrical-coordinate representation of color #ADB956: hue angle of 67.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB956 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 86 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.27 |
| HSL | 67.27º | 0.41% | 0.53% | - |
| HSV(B) | 67.27º | 0.54% | 0.73% | - |
| XYZ | 36.26 | 44.25 | 15.43 | - |
| YUV | 170.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 86 | 0.06 | 0 | 0.54 | 0.27 | 67.27 | 0.41 | 0.53 |
| Hex | AD | B9 | 56 | 6 | 0 | 36 | 1B | 43 | 29 | 35 |
| Octal | 255 | 271 | 126 | 6 | 0 | 66 | 33 | 103 | 51 | 65 |
| Binary | 10101101 | 10111001 | 1010110 | 110 | 0 | 110110 | 11011 | 1000011 | 101001 | 110101 |
Color Harmonies of #ADB956
Complementary color
Monochromatic Colors of #ADB956
Black with #ADB956
Text Example
Text Example
White with #ADB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB956; }
p { color: rgb(173,185,86); }
H1.HeaderClassName
{
color: #ADB956;
}
.AnyTagClassName
{
color: #ADB956;
}
</style>
background-color css
<style>
a { background-color: #ADB956; }
a { background-color: rgb(173,185,86); }
div.DivClassName
{
background-color: #ADB956;
}
.BgClassName
{
background-color: #ADB956;
}
</style>
border-color css
<style>
span { border-color: #ADB956; }
span { border-color: rgb(173,185,86); }
td.TdClassName
{
border-color: #ADB956;
}
.TagClassName
{
border-color: #ADB956;
}
</style>