Shades of Celery #ADB855
Tints of Celery #ADB855
RGB
CMYK
RGB Variations
Color information
#ADB855 (or 0xADB855) is known color: Celery. HEX triplet: AD, B8 and 55. RGB value is (173,184,85). Sum of RGB (Red+Green+Blue) = 173+184+85=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB855 is #5247AA. Grayscale: #A9A9A9. Windows color (decimal): -5392299 or 5617837. OLE color: 5617837.
HSL color Cylindrical-coordinate representation of color #ADB855: hue angle of 66.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB855 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 85 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.28 |
| HSL | 66.67º | 0.41% | 0.53% | - |
| HSV(B) | 66.67º | 0.54% | 0.72% | - |
| XYZ | 36.01 | 43.82 | 15.15 | - |
| YUV | 169.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 85 | 0.06 | 0 | 0.54 | 0.28 | 66.67 | 0.41 | 0.53 |
| Hex | AD | B8 | 55 | 6 | 0 | 36 | 1C | 43 | 29 | 35 |
| Octal | 255 | 270 | 125 | 6 | 0 | 66 | 34 | 103 | 51 | 65 |
| Binary | 10101101 | 10111000 | 1010101 | 110 | 0 | 110110 | 11100 | 1000011 | 101001 | 110101 |
Color Harmonies of #ADB855
Complementary color
Monochromatic Colors of #ADB855
Black with #ADB855
Text Example
Text Example
White with #ADB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB855; }
p { color: rgb(173,184,85); }
H1.HeaderClassName
{
color: #ADB855;
}
.AnyTagClassName
{
color: #ADB855;
}
</style>
background-color css
<style>
a { background-color: #ADB855; }
a { background-color: rgb(173,184,85); }
div.DivClassName
{
background-color: #ADB855;
}
.BgClassName
{
background-color: #ADB855;
}
</style>
border-color css
<style>
span { border-color: #ADB855; }
span { border-color: rgb(173,184,85); }
td.TdClassName
{
border-color: #ADB855;
}
.TagClassName
{
border-color: #ADB855;
}
</style>