Shades of Celery #ADB542
Tints of Celery #ADB542
RGB
CMYK
RGB Variations
Color information
#ADB542 (or 0xADB542) is known color: Celery. HEX triplet: AD, B5 and 42. RGB value is (173,181,66). Sum of RGB (Red+Green+Blue) = 173+181+66=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB542 is #524ABD. Grayscale: #A5A5A5. Windows color (decimal): -5393086 or 4371885. OLE color: 4371885.
HSL color Cylindrical-coordinate representation of color #ADB542: hue angle of 64.17º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB542 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 66 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.29 |
| HSL | 64.17º | 0.47% | 0.48% | - |
| HSV(B) | 64.17º | 0.64% | 0.71% | - |
| XYZ | 34.74 | 42.33 | 11.49 | - |
| YUV | 165.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 66 | 0.04 | 0 | 0.64 | 0.29 | 64.17 | 0.47 | 0.48 |
| Hex | AD | B5 | 42 | 4 | 0 | 40 | 1D | 40 | 2F | 30 |
| Octal | 255 | 265 | 102 | 4 | 0 | 100 | 35 | 100 | 57 | 60 |
| Binary | 10101101 | 10110101 | 1000010 | 100 | 0 | 1000000 | 11101 | 1000000 | 101111 | 110000 |
Color Harmonies of #ADB542
Complementary color
Monochromatic Colors of #ADB542
Black with #ADB542
Text Example
Text Example
White with #ADB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB542; }
p { color: rgb(173,181,66); }
H1.HeaderClassName
{
color: #ADB542;
}
.AnyTagClassName
{
color: #ADB542;
}
</style>
background-color css
<style>
a { background-color: #ADB542; }
a { background-color: rgb(173,181,66); }
div.DivClassName
{
background-color: #ADB542;
}
.BgClassName
{
background-color: #ADB542;
}
</style>
border-color css
<style>
span { border-color: #ADB542; }
span { border-color: rgb(173,181,66); }
td.TdClassName
{
border-color: #ADB542;
}
.TagClassName
{
border-color: #ADB542;
}
</style>