Shades of Celery #ADB643
Tints of Celery #ADB643
RGB
CMYK
RGB Variations
Color information
#ADB643 (or 0xADB643) is known color: Celery. HEX triplet: AD, B6 and 43. RGB value is (173,182,67). Sum of RGB (Red+Green+Blue) = 173+182+67=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB643 is #5249BC. Grayscale: #A6A6A6. Windows color (decimal): -5392829 or 4437677. OLE color: 4437677.
HSL color Cylindrical-coordinate representation of color #ADB643: hue angle of 64.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB643 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 67 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.29 |
| HSL | 64.7º | 0.46% | 0.49% | - |
| HSV(B) | 64.7º | 0.63% | 0.71% | - |
| XYZ | 34.97 | 42.75 | 11.72 | - |
| YUV | 166.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 67 | 0.05 | 0 | 0.63 | 0.29 | 64.7 | 0.46 | 0.49 |
| Hex | AD | B6 | 43 | 5 | 0 | 3F | 1D | 41 | 2E | 31 |
| Octal | 255 | 266 | 103 | 5 | 0 | 77 | 35 | 101 | 56 | 61 |
| Binary | 10101101 | 10110110 | 1000011 | 101 | 0 | 111111 | 11101 | 1000001 | 101110 | 110001 |
Color Harmonies of #ADB643
Complementary color
Monochromatic Colors of #ADB643
Black with #ADB643
Text Example
Text Example
White with #ADB643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB643; }
p { color: rgb(173,182,67); }
H1.HeaderClassName
{
color: #ADB643;
}
.AnyTagClassName
{
color: #ADB643;
}
</style>
background-color css
<style>
a { background-color: #ADB643; }
a { background-color: rgb(173,182,67); }
div.DivClassName
{
background-color: #ADB643;
}
.BgClassName
{
background-color: #ADB643;
}
</style>
border-color css
<style>
span { border-color: #ADB643; }
span { border-color: rgb(173,182,67); }
td.TdClassName
{
border-color: #ADB643;
}
.TagClassName
{
border-color: #ADB643;
}
</style>