Shades of Celery #ADB842
Tints of Celery #ADB842
RGB
CMYK
RGB Variations
Color information
#ADB842 (or 0xADB842) is known color: Celery. HEX triplet: AD, B8 and 42. RGB value is (173,184,66). Sum of RGB (Red+Green+Blue) = 173+184+66=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB842 is #5247BD. Grayscale: #A7A7A7. Windows color (decimal): -5392318 or 4372653. OLE color: 4372653.
HSL color Cylindrical-coordinate representation of color #ADB842: hue angle of 65.59º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB842 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 66 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.28 |
| HSL | 65.59º | 0.47% | 0.49% | - |
| HSV(B) | 65.59º | 0.64% | 0.72% | - |
| XYZ | 35.36 | 43.56 | 11.7 | - |
| YUV | 167.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 66 | 0.06 | 0 | 0.64 | 0.28 | 65.59 | 0.47 | 0.49 |
| Hex | AD | B8 | 42 | 6 | 0 | 40 | 1C | 42 | 2F | 31 |
| Octal | 255 | 270 | 102 | 6 | 0 | 100 | 34 | 102 | 57 | 61 |
| Binary | 10101101 | 10111000 | 1000010 | 110 | 0 | 1000000 | 11100 | 1000010 | 101111 | 110001 |
Color Harmonies of #ADB842
Complementary color
Monochromatic Colors of #ADB842
Black with #ADB842
Text Example
Text Example
White with #ADB842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB842; }
p { color: rgb(173,184,66); }
H1.HeaderClassName
{
color: #ADB842;
}
.AnyTagClassName
{
color: #ADB842;
}
</style>
background-color css
<style>
a { background-color: #ADB842; }
a { background-color: rgb(173,184,66); }
div.DivClassName
{
background-color: #ADB842;
}
.BgClassName
{
background-color: #ADB842;
}
</style>
border-color css
<style>
span { border-color: #ADB842; }
span { border-color: rgb(173,184,66); }
td.TdClassName
{
border-color: #ADB842;
}
.TagClassName
{
border-color: #ADB842;
}
</style>