Shades of Celery #ADB644
Tints of Celery #ADB644
RGB
CMYK
RGB Variations
Color information
#ADB644 (or 0xADB644) is known color: Celery. HEX triplet: AD, B6 and 44. RGB value is (173,182,68). Sum of RGB (Red+Green+Blue) = 173+182+68=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB644 is #5249BB. Grayscale: #A6A6A6. Windows color (decimal): -5392828 or 4503213. OLE color: 4503213.
HSL color Cylindrical-coordinate representation of color #ADB644: hue angle of 64.74º 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 #ADB644 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 68 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.29 |
| HSL | 64.74º | 0.46% | 0.49% | - |
| HSV(B) | 64.74º | 0.63% | 0.71% | - |
| XYZ | 35 | 42.76 | 11.88 | - |
| YUV | 166.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 68 | 0.05 | 0 | 0.63 | 0.29 | 64.74 | 0.46 | 0.49 |
| Hex | AD | B6 | 44 | 5 | 0 | 3F | 1D | 41 | 2E | 31 |
| Octal | 255 | 266 | 104 | 5 | 0 | 77 | 35 | 101 | 56 | 61 |
| Binary | 10101101 | 10110110 | 1000100 | 101 | 0 | 111111 | 11101 | 1000001 | 101110 | 110001 |
Color Harmonies of #ADB644
Complementary color
Monochromatic Colors of #ADB644
Black with #ADB644
Text Example
Text Example
White with #ADB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB644; }
p { color: rgb(173,182,68); }
H1.HeaderClassName
{
color: #ADB644;
}
.AnyTagClassName
{
color: #ADB644;
}
</style>
background-color css
<style>
a { background-color: #ADB644; }
a { background-color: rgb(173,182,68); }
div.DivClassName
{
background-color: #ADB644;
}
.BgClassName
{
background-color: #ADB644;
}
</style>
border-color css
<style>
span { border-color: #ADB644; }
span { border-color: rgb(173,182,68); }
td.TdClassName
{
border-color: #ADB644;
}
.TagClassName
{
border-color: #ADB644;
}
</style>