Shades of Celery #ADB848
Tints of Celery #ADB848
RGB
CMYK
RGB Variations
Color information
#ADB848 (or 0xADB848) is known color: Celery. HEX triplet: AD, B8 and 48. RGB value is (173,184,72). Sum of RGB (Red+Green+Blue) = 173+184+72=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB848 is #5247B7. Grayscale: #A8A8A8. Windows color (decimal): -5392312 or 4765869. OLE color: 4765869.
HSL color Cylindrical-coordinate representation of color #ADB848: hue angle of 65.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB848 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 72 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.28 |
| HSL | 65.89º | 0.44% | 0.5% | - |
| HSV(B) | 65.89º | 0.61% | 0.72% | - |
| XYZ | 35.54 | 43.63 | 12.68 | - |
| YUV | 167.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 72 | 0.06 | 0 | 0.61 | 0.28 | 65.89 | 0.44 | 0.5 |
| Hex | AD | B8 | 48 | 6 | 0 | 3D | 1C | 42 | 2C | 32 |
| Octal | 255 | 270 | 110 | 6 | 0 | 75 | 34 | 102 | 54 | 62 |
| Binary | 10101101 | 10111000 | 1001000 | 110 | 0 | 111101 | 11100 | 1000010 | 101100 | 110010 |
Color Harmonies of #ADB848
Complementary color
Monochromatic Colors of #ADB848
Black with #ADB848
Text Example
Text Example
White with #ADB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB848; }
p { color: rgb(173,184,72); }
H1.HeaderClassName
{
color: #ADB848;
}
.AnyTagClassName
{
color: #ADB848;
}
</style>
background-color css
<style>
a { background-color: #ADB848; }
a { background-color: rgb(173,184,72); }
div.DivClassName
{
background-color: #ADB848;
}
.BgClassName
{
background-color: #ADB848;
}
</style>
border-color css
<style>
span { border-color: #ADB848; }
span { border-color: rgb(173,184,72); }
td.TdClassName
{
border-color: #ADB848;
}
.TagClassName
{
border-color: #ADB848;
}
</style>