Shades of Celery #ADB650
Tints of Celery #ADB650
RGB
CMYK
RGB Variations
Color information
#ADB650 (or 0xADB650) is known color: Celery. HEX triplet: AD, B6 and 50. RGB value is (173,182,80). Sum of RGB (Red+Green+Blue) = 173+182+80=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB650 is #5249AF. Grayscale: #A8A8A8. Windows color (decimal): -5392816 or 5289645. OLE color: 5289645.
HSL color Cylindrical-coordinate representation of color #ADB650: hue angle of 65.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB650 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 80 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.29 |
| HSL | 65.29º | 0.41% | 0.51% | - |
| HSV(B) | 65.29º | 0.56% | 0.71% | - |
| XYZ | 35.41 | 42.92 | 14.01 | - |
| YUV | 167.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 80 | 0.05 | 0 | 0.56 | 0.29 | 65.29 | 0.41 | 0.51 |
| Hex | AD | B6 | 50 | 5 | 0 | 38 | 1D | 41 | 29 | 33 |
| Octal | 255 | 266 | 120 | 5 | 0 | 70 | 35 | 101 | 51 | 63 |
| Binary | 10101101 | 10110110 | 1010000 | 101 | 0 | 111000 | 11101 | 1000001 | 101001 | 110011 |
Color Harmonies of #ADB650
Complementary color
Monochromatic Colors of #ADB650
Black with #ADB650
Text Example
Text Example
White with #ADB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB650; }
p { color: rgb(173,182,80); }
H1.HeaderClassName
{
color: #ADB650;
}
.AnyTagClassName
{
color: #ADB650;
}
</style>
background-color css
<style>
a { background-color: #ADB650; }
a { background-color: rgb(173,182,80); }
div.DivClassName
{
background-color: #ADB650;
}
.BgClassName
{
background-color: #ADB650;
}
</style>
border-color css
<style>
span { border-color: #ADB650; }
span { border-color: rgb(173,182,80); }
td.TdClassName
{
border-color: #ADB650;
}
.TagClassName
{
border-color: #ADB650;
}
</style>