Shades of Celery #ADBA50
Tints of Celery #ADBA50
RGB
CMYK
RGB Variations
Color information
#ADBA50 (or 0xADBA50) is known color: Celery. HEX triplet: AD, BA and 50. RGB value is (173,186,80). Sum of RGB (Red+Green+Blue) = 173+186+80=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA50 is #5245AF. Grayscale: #AAAAAA. Windows color (decimal): -5391792 or 5290669. OLE color: 5290669.
HSL color Cylindrical-coordinate representation of color #ADBA50: hue angle of 67.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADBA50 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 80 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.27 |
| HSL | 67.36º | 0.43% | 0.52% | - |
| HSV(B) | 67.36º | 0.57% | 0.73% | - |
| XYZ | 36.24 | 44.58 | 14.28 | - |
| YUV | 170.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 80 | 0.07 | 0 | 0.57 | 0.27 | 67.36 | 0.43 | 0.52 |
| Hex | AD | BA | 50 | 7 | 0 | 39 | 1B | 43 | 2B | 34 |
| Octal | 255 | 272 | 120 | 7 | 0 | 71 | 33 | 103 | 53 | 64 |
| Binary | 10101101 | 10111010 | 1010000 | 111 | 0 | 111001 | 11011 | 1000011 | 101011 | 110100 |
Color Harmonies of #ADBA50
Complementary color
Monochromatic Colors of #ADBA50
Black with #ADBA50
Text Example
Text Example
White with #ADBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA50; }
p { color: rgb(173,186,80); }
H1.HeaderClassName
{
color: #ADBA50;
}
.AnyTagClassName
{
color: #ADBA50;
}
</style>
background-color css
<style>
a { background-color: #ADBA50; }
a { background-color: rgb(173,186,80); }
div.DivClassName
{
background-color: #ADBA50;
}
.BgClassName
{
background-color: #ADBA50;
}
</style>
border-color css
<style>
span { border-color: #ADBA50; }
span { border-color: rgb(173,186,80); }
td.TdClassName
{
border-color: #ADBA50;
}
.TagClassName
{
border-color: #ADBA50;
}
</style>