Shades of Celery #ADB845
Tints of Celery #ADB845
RGB
CMYK
RGB Variations
Color information
#ADB845 (or 0xADB845) is known color: Celery. HEX triplet: AD, B8 and 45. RGB value is (173,184,69). Sum of RGB (Red+Green+Blue) = 173+184+69=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB845 is #5247BA. Grayscale: #A8A8A8. Windows color (decimal): -5392315 or 4569261. OLE color: 4569261.
HSL color Cylindrical-coordinate representation of color #ADB845: hue angle of 65.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB845 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 69 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.28 |
| HSL | 65.74º | 0.45% | 0.5% | - |
| HSV(B) | 65.74º | 0.63% | 0.72% | - |
| XYZ | 35.45 | 43.59 | 12.18 | - |
| YUV | 167.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 69 | 0.06 | 0 | 0.62 | 0.28 | 65.74 | 0.45 | 0.5 |
| Hex | AD | B8 | 45 | 6 | 0 | 3E | 1C | 42 | 2D | 32 |
| Octal | 255 | 270 | 105 | 6 | 0 | 76 | 34 | 102 | 55 | 62 |
| Binary | 10101101 | 10111000 | 1000101 | 110 | 0 | 111110 | 11100 | 1000010 | 101101 | 110010 |
Color Harmonies of #ADB845
Complementary color
Monochromatic Colors of #ADB845
Black with #ADB845
Text Example
Text Example
White with #ADB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB845; }
p { color: rgb(173,184,69); }
H1.HeaderClassName
{
color: #ADB845;
}
.AnyTagClassName
{
color: #ADB845;
}
</style>
background-color css
<style>
a { background-color: #ADB845; }
a { background-color: rgb(173,184,69); }
div.DivClassName
{
background-color: #ADB845;
}
.BgClassName
{
background-color: #ADB845;
}
</style>
border-color css
<style>
span { border-color: #ADB845; }
span { border-color: rgb(173,184,69); }
td.TdClassName
{
border-color: #ADB845;
}
.TagClassName
{
border-color: #ADB845;
}
</style>