Shades of Celery #ADBA4E
Tints of Celery #ADBA4E
RGB
CMYK
RGB Variations
Color information
#ADBA4E (or 0xADBA4E) is known color: Celery. HEX triplet: AD, BA and 4E. RGB value is (173,186,78). Sum of RGB (Red+Green+Blue) = 173+186+78=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA4E is #5245B1. Grayscale: #AAAAAA. Windows color (decimal): -5391794 or 5159597. OLE color: 5159597.
HSL color Cylindrical-coordinate representation of color #ADBA4E: hue angle of 67.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADBA4E is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 78 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.27 |
| HSL | 67.22º | 0.44% | 0.52% | - |
| HSV(B) | 67.22º | 0.58% | 0.73% | - |
| XYZ | 36.17 | 44.55 | 13.9 | - |
| YUV | 169.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 78 | 0.07 | 0 | 0.58 | 0.27 | 67.22 | 0.44 | 0.52 |
| Hex | AD | BA | 4E | 7 | 0 | 3A | 1B | 43 | 2C | 34 |
| Octal | 255 | 272 | 116 | 7 | 0 | 72 | 33 | 103 | 54 | 64 |
| Binary | 10101101 | 10111010 | 1001110 | 111 | 0 | 111010 | 11011 | 1000011 | 101100 | 110100 |
Color Harmonies of #ADBA4E
Complementary color
Monochromatic Colors of #ADBA4E
Black with #ADBA4E
Text Example
Text Example
White with #ADBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA4E; }
p { color: rgb(173,186,78); }
H1.HeaderClassName
{
color: #ADBA4E;
}
.AnyTagClassName
{
color: #ADBA4E;
}
</style>
background-color css
<style>
a { background-color: #ADBA4E; }
a { background-color: rgb(173,186,78); }
div.DivClassName
{
background-color: #ADBA4E;
}
.BgClassName
{
background-color: #ADBA4E;
}
</style>
border-color css
<style>
span { border-color: #ADBA4E; }
span { border-color: rgb(173,186,78); }
td.TdClassName
{
border-color: #ADBA4E;
}
.TagClassName
{
border-color: #ADBA4E;
}
</style>