Shades of Celery #ADB851
Tints of Celery #ADB851
RGB
CMYK
RGB Variations
Color information
#ADB851 (or 0xADB851) is known color: Celery. HEX triplet: AD, B8 and 51. RGB value is (173,184,81). Sum of RGB (Red+Green+Blue) = 173+184+81=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB851 is #5247AE. Grayscale: #A9A9A9. Windows color (decimal): -5392303 or 5355693. OLE color: 5355693.
HSL color Cylindrical-coordinate representation of color #ADB851: hue angle of 66.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB851 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 81 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.28 |
| HSL | 66.41º | 0.42% | 0.52% | - |
| HSV(B) | 66.41º | 0.56% | 0.72% | - |
| XYZ | 35.86 | 43.76 | 14.34 | - |
| YUV | 168.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 81 | 0.06 | 0 | 0.56 | 0.28 | 66.41 | 0.42 | 0.52 |
| Hex | AD | B8 | 51 | 6 | 0 | 38 | 1C | 42 | 2A | 34 |
| Octal | 255 | 270 | 121 | 6 | 0 | 70 | 34 | 102 | 52 | 64 |
| Binary | 10101101 | 10111000 | 1010001 | 110 | 0 | 111000 | 11100 | 1000010 | 101010 | 110100 |
Color Harmonies of #ADB851
Complementary color
Monochromatic Colors of #ADB851
Black with #ADB851
Text Example
Text Example
White with #ADB851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB851; }
p { color: rgb(173,184,81); }
H1.HeaderClassName
{
color: #ADB851;
}
.AnyTagClassName
{
color: #ADB851;
}
</style>
background-color css
<style>
a { background-color: #ADB851; }
a { background-color: rgb(173,184,81); }
div.DivClassName
{
background-color: #ADB851;
}
.BgClassName
{
background-color: #ADB851;
}
</style>
border-color css
<style>
span { border-color: #ADB851; }
span { border-color: rgb(173,184,81); }
td.TdClassName
{
border-color: #ADB851;
}
.TagClassName
{
border-color: #ADB851;
}
</style>