Shades of Celery #ADB552
Tints of Celery #ADB552
RGB
CMYK
RGB Variations
Color information
#ADB552 (or 0xADB552) is known color: Celery. HEX triplet: AD, B5 and 52. RGB value is (173,181,82). Sum of RGB (Red+Green+Blue) = 173+181+82=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB552 is #524AAD. Grayscale: #A7A7A7. Windows color (decimal): -5393070 or 5420461. OLE color: 5420461.
HSL color Cylindrical-coordinate representation of color #ADB552: hue angle of 64.85º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB552 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 82 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.29 |
| HSL | 64.85º | 0.4% | 0.52% | - |
| HSV(B) | 64.85º | 0.55% | 0.71% | - |
| XYZ | 35.28 | 42.54 | 14.33 | - |
| YUV | 167.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 82 | 0.04 | 0 | 0.55 | 0.29 | 64.85 | 0.4 | 0.52 |
| Hex | AD | B5 | 52 | 4 | 0 | 37 | 1D | 41 | 28 | 34 |
| Octal | 255 | 265 | 122 | 4 | 0 | 67 | 35 | 101 | 50 | 64 |
| Binary | 10101101 | 10110101 | 1010010 | 100 | 0 | 110111 | 11101 | 1000001 | 101000 | 110100 |
Color Harmonies of #ADB552
Complementary color
Monochromatic Colors of #ADB552
Black with #ADB552
Text Example
Text Example
White with #ADB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB552; }
p { color: rgb(173,181,82); }
H1.HeaderClassName
{
color: #ADB552;
}
.AnyTagClassName
{
color: #ADB552;
}
</style>
background-color css
<style>
a { background-color: #ADB552; }
a { background-color: rgb(173,181,82); }
div.DivClassName
{
background-color: #ADB552;
}
.BgClassName
{
background-color: #ADB552;
}
</style>
border-color css
<style>
span { border-color: #ADB552; }
span { border-color: rgb(173,181,82); }
td.TdClassName
{
border-color: #ADB552;
}
.TagClassName
{
border-color: #ADB552;
}
</style>