Shades of Celery #ADB755
Tints of Celery #ADB755
RGB
CMYK
RGB Variations
Color information
#ADB755 (or 0xADB755) is known color: Celery. HEX triplet: AD, B7 and 55. RGB value is (173,183,85). Sum of RGB (Red+Green+Blue) = 173+183+85=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB755 is #5248AA. Grayscale: #A9A9A9. Windows color (decimal): -5392555 or 5617581. OLE color: 5617581.
HSL color Cylindrical-coordinate representation of color #ADB755: hue angle of 66.12º degrees, saturation: 0.4, 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 #ADB755 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 85 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.28 |
| HSL | 66.12º | 0.4% | 0.53% | - |
| HSV(B) | 66.12º | 0.54% | 0.72% | - |
| XYZ | 35.81 | 43.41 | 15.09 | - |
| YUV | 168.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 85 | 0.05 | 0 | 0.54 | 0.28 | 66.12 | 0.4 | 0.53 |
| Hex | AD | B7 | 55 | 5 | 0 | 36 | 1C | 42 | 28 | 35 |
| Octal | 255 | 267 | 125 | 5 | 0 | 66 | 34 | 102 | 50 | 65 |
| Binary | 10101101 | 10110111 | 1010101 | 101 | 0 | 110110 | 11100 | 1000010 | 101000 | 110101 |
Color Harmonies of #ADB755
Complementary color
Monochromatic Colors of #ADB755
Black with #ADB755
Text Example
Text Example
White with #ADB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB755; }
p { color: rgb(173,183,85); }
H1.HeaderClassName
{
color: #ADB755;
}
.AnyTagClassName
{
color: #ADB755;
}
</style>
background-color css
<style>
a { background-color: #ADB755; }
a { background-color: rgb(173,183,85); }
div.DivClassName
{
background-color: #ADB755;
}
.BgClassName
{
background-color: #ADB755;
}
</style>
border-color css
<style>
span { border-color: #ADB755; }
span { border-color: rgb(173,183,85); }
td.TdClassName
{
border-color: #ADB755;
}
.TagClassName
{
border-color: #ADB755;
}
</style>