Shades of Celery #ADB852
Tints of Celery #ADB852
RGB
CMYK
RGB Variations
Color information
#ADB852 (or 0xADB852) is known color: Celery. HEX triplet: AD, B8 and 52. RGB value is (173,184,82). Sum of RGB (Red+Green+Blue) = 173+184+82=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB852 is #5247AD. Grayscale: #A9A9A9. Windows color (decimal): -5392302 or 5421229. OLE color: 5421229.
HSL color Cylindrical-coordinate representation of color #ADB852: hue angle of 66.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB852 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 82 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.28 |
| HSL | 66.47º | 0.42% | 0.52% | - |
| HSV(B) | 66.47º | 0.55% | 0.72% | - |
| XYZ | 35.9 | 43.77 | 14.54 | - |
| YUV | 169.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 82 | 0.06 | 0 | 0.55 | 0.28 | 66.47 | 0.42 | 0.52 |
| Hex | AD | B8 | 52 | 6 | 0 | 37 | 1C | 42 | 2A | 34 |
| Octal | 255 | 270 | 122 | 6 | 0 | 67 | 34 | 102 | 52 | 64 |
| Binary | 10101101 | 10111000 | 1010010 | 110 | 0 | 110111 | 11100 | 1000010 | 101010 | 110100 |
Color Harmonies of #ADB852
Complementary color
Monochromatic Colors of #ADB852
Black with #ADB852
Text Example
Text Example
White with #ADB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB852; }
p { color: rgb(173,184,82); }
H1.HeaderClassName
{
color: #ADB852;
}
.AnyTagClassName
{
color: #ADB852;
}
</style>
background-color css
<style>
a { background-color: #ADB852; }
a { background-color: rgb(173,184,82); }
div.DivClassName
{
background-color: #ADB852;
}
.BgClassName
{
background-color: #ADB852;
}
</style>
border-color css
<style>
span { border-color: #ADB852; }
span { border-color: rgb(173,184,82); }
td.TdClassName
{
border-color: #ADB852;
}
.TagClassName
{
border-color: #ADB852;
}
</style>