Shades of Celery #ADB844
Tints of Celery #ADB844
RGB
CMYK
RGB Variations
Color information
#ADB844 (or 0xADB844) is known color: Celery. HEX triplet: AD, B8 and 44. RGB value is (173,184,68). Sum of RGB (Red+Green+Blue) = 173+184+68=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB844 is #5247BB. Grayscale: #A7A7A7. Windows color (decimal): -5392316 or 4503725. OLE color: 4503725.
HSL color Cylindrical-coordinate representation of color #ADB844: hue angle of 65.69º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB844 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 68 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.28 |
| HSL | 65.69º | 0.46% | 0.49% | - |
| HSV(B) | 65.69º | 0.63% | 0.72% | - |
| XYZ | 35.42 | 43.58 | 12.01 | - |
| YUV | 167.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 68 | 0.06 | 0 | 0.63 | 0.28 | 65.69 | 0.46 | 0.49 |
| Hex | AD | B8 | 44 | 6 | 0 | 3F | 1C | 42 | 2E | 31 |
| Octal | 255 | 270 | 104 | 6 | 0 | 77 | 34 | 102 | 56 | 61 |
| Binary | 10101101 | 10111000 | 1000100 | 110 | 0 | 111111 | 11100 | 1000010 | 101110 | 110001 |
Color Harmonies of #ADB844
Complementary color
Monochromatic Colors of #ADB844
Black with #ADB844
Text Example
Text Example
White with #ADB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB844; }
p { color: rgb(173,184,68); }
H1.HeaderClassName
{
color: #ADB844;
}
.AnyTagClassName
{
color: #ADB844;
}
</style>
background-color css
<style>
a { background-color: #ADB844; }
a { background-color: rgb(173,184,68); }
div.DivClassName
{
background-color: #ADB844;
}
.BgClassName
{
background-color: #ADB844;
}
</style>
border-color css
<style>
span { border-color: #ADB844; }
span { border-color: rgb(173,184,68); }
td.TdClassName
{
border-color: #ADB844;
}
.TagClassName
{
border-color: #ADB844;
}
</style>