Shades of Celery #ADB846
Tints of Celery #ADB846
RGB
CMYK
RGB Variations
Color information
#ADB846 (or 0xADB846) is known color: Celery. HEX triplet: AD, B8 and 46. RGB value is (173,184,70). Sum of RGB (Red+Green+Blue) = 173+184+70=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB846 is #5247B9. Grayscale: #A8A8A8. Windows color (decimal): -5392314 or 4634797. OLE color: 4634797.
HSL color Cylindrical-coordinate representation of color #ADB846: hue angle of 65.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB846 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 70 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.28 |
| HSL | 65.79º | 0.45% | 0.5% | - |
| HSV(B) | 65.79º | 0.62% | 0.72% | - |
| XYZ | 35.48 | 43.61 | 12.34 | - |
| YUV | 167.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 70 | 0.06 | 0 | 0.62 | 0.28 | 65.79 | 0.45 | 0.5 |
| Hex | AD | B8 | 46 | 6 | 0 | 3E | 1C | 42 | 2D | 32 |
| Octal | 255 | 270 | 106 | 6 | 0 | 76 | 34 | 102 | 55 | 62 |
| Binary | 10101101 | 10111000 | 1000110 | 110 | 0 | 111110 | 11100 | 1000010 | 101101 | 110010 |
Color Harmonies of #ADB846
Complementary color
Monochromatic Colors of #ADB846
Black with #ADB846
Text Example
Text Example
White with #ADB846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB846; }
p { color: rgb(173,184,70); }
H1.HeaderClassName
{
color: #ADB846;
}
.AnyTagClassName
{
color: #ADB846;
}
</style>
background-color css
<style>
a { background-color: #ADB846; }
a { background-color: rgb(173,184,70); }
div.DivClassName
{
background-color: #ADB846;
}
.BgClassName
{
background-color: #ADB846;
}
</style>
border-color css
<style>
span { border-color: #ADB846; }
span { border-color: rgb(173,184,70); }
td.TdClassName
{
border-color: #ADB846;
}
.TagClassName
{
border-color: #ADB846;
}
</style>