Shades of Celery #ADB642
Tints of Celery #ADB642
RGB
CMYK
RGB Variations
Color information
#ADB642 (or 0xADB642) is known color: Celery. HEX triplet: AD, B6 and 42. RGB value is (173,182,66). Sum of RGB (Red+Green+Blue) = 173+182+66=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB642 is #5249BD. Grayscale: #A6A6A6. Windows color (decimal): -5392830 or 4372141. OLE color: 4372141.
HSL color Cylindrical-coordinate representation of color #ADB642: hue angle of 64.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB642 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 66 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.29 |
| HSL | 64.66º | 0.47% | 0.49% | - |
| HSV(B) | 64.66º | 0.64% | 0.71% | - |
| XYZ | 34.94 | 42.73 | 11.56 | - |
| YUV | 166.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 66 | 0.05 | 0 | 0.64 | 0.29 | 64.66 | 0.47 | 0.49 |
| Hex | AD | B6 | 42 | 5 | 0 | 40 | 1D | 41 | 2F | 31 |
| Octal | 255 | 266 | 102 | 5 | 0 | 100 | 35 | 101 | 57 | 61 |
| Binary | 10101101 | 10110110 | 1000010 | 101 | 0 | 1000000 | 11101 | 1000001 | 101111 | 110001 |
Color Harmonies of #ADB642
Complementary color
Monochromatic Colors of #ADB642
Black with #ADB642
Text Example
Text Example
White with #ADB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB642; }
p { color: rgb(173,182,66); }
H1.HeaderClassName
{
color: #ADB642;
}
.AnyTagClassName
{
color: #ADB642;
}
</style>
background-color css
<style>
a { background-color: #ADB642; }
a { background-color: rgb(173,182,66); }
div.DivClassName
{
background-color: #ADB642;
}
.BgClassName
{
background-color: #ADB642;
}
</style>
border-color css
<style>
span { border-color: #ADB642; }
span { border-color: rgb(173,182,66); }
td.TdClassName
{
border-color: #ADB642;
}
.TagClassName
{
border-color: #ADB642;
}
</style>