Shades of Celery #ADB350
Tints of Celery #ADB350
RGB
CMYK
RGB Variations
Color information
#ADB350 (or 0xADB350) is known color: Celery. HEX triplet: AD, B3 and 50. RGB value is (173,179,80). Sum of RGB (Red+Green+Blue) = 173+179+80=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB350 is #524CAF. Grayscale: #A6A6A6. Windows color (decimal): -5393584 or 5288877. OLE color: 5288877.
HSL color Cylindrical-coordinate representation of color #ADB350: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB350 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 80 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.30 |
| HSL | 63.64º | 0.39% | 0.51% | - |
| HSV(B) | 63.64º | 0.55% | 0.7% | - |
| XYZ | 34.8 | 41.7 | 13.8 | - |
| YUV | 165.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 80 | 0.03 | 0 | 0.55 | 0.30 | 63.64 | 0.39 | 0.51 |
| Hex | AD | B3 | 50 | 3 | 0 | 37 | 1E | 40 | 27 | 33 |
| Octal | 255 | 263 | 120 | 3 | 0 | 67 | 36 | 100 | 47 | 63 |
| Binary | 10101101 | 10110011 | 1010000 | 11 | 0 | 110111 | 11110 | 1000000 | 100111 | 110011 |
Color Harmonies of #ADB350
Complementary color
Monochromatic Colors of #ADB350
Black with #ADB350
Text Example
Text Example
White with #ADB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB350; }
p { color: rgb(173,179,80); }
H1.HeaderClassName
{
color: #ADB350;
}
.AnyTagClassName
{
color: #ADB350;
}
</style>
background-color css
<style>
a { background-color: #ADB350; }
a { background-color: rgb(173,179,80); }
div.DivClassName
{
background-color: #ADB350;
}
.BgClassName
{
background-color: #ADB350;
}
</style>
border-color css
<style>
span { border-color: #ADB350; }
span { border-color: rgb(173,179,80); }
td.TdClassName
{
border-color: #ADB350;
}
.TagClassName
{
border-color: #ADB350;
}
</style>