Shades of Celery #ADBA4D
Tints of Celery #ADBA4D
RGB
CMYK
RGB Variations
Color information
#ADBA4D (or 0xADBA4D) is known color: Celery. HEX triplet: AD, BA and 4D. RGB value is (173,186,77). Sum of RGB (Red+Green+Blue) = 173+186+77=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA4D is #5245B2. Grayscale: #AAAAAA. Windows color (decimal): -5391795 or 5094061. OLE color: 5094061.
HSL color Cylindrical-coordinate representation of color #ADBA4D: hue angle of 67.16º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADBA4D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 77 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.27 |
| HSL | 67.16º | 0.44% | 0.52% | - |
| HSV(B) | 67.16º | 0.59% | 0.73% | - |
| XYZ | 36.13 | 44.54 | 13.71 | - |
| YUV | 169.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 77 | 0.07 | 0 | 0.59 | 0.27 | 67.16 | 0.44 | 0.52 |
| Hex | AD | BA | 4D | 7 | 0 | 3B | 1B | 43 | 2C | 34 |
| Octal | 255 | 272 | 115 | 7 | 0 | 73 | 33 | 103 | 54 | 64 |
| Binary | 10101101 | 10111010 | 1001101 | 111 | 0 | 111011 | 11011 | 1000011 | 101100 | 110100 |
Color Harmonies of #ADBA4D
Complementary color
Monochromatic Colors of #ADBA4D
Black with #ADBA4D
Text Example
Text Example
White with #ADBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA4D; }
p { color: rgb(173,186,77); }
H1.HeaderClassName
{
color: #ADBA4D;
}
.AnyTagClassName
{
color: #ADBA4D;
}
</style>
background-color css
<style>
a { background-color: #ADBA4D; }
a { background-color: rgb(173,186,77); }
div.DivClassName
{
background-color: #ADBA4D;
}
.BgClassName
{
background-color: #ADBA4D;
}
</style>
border-color css
<style>
span { border-color: #ADBA4D; }
span { border-color: rgb(173,186,77); }
td.TdClassName
{
border-color: #ADBA4D;
}
.TagClassName
{
border-color: #ADBA4D;
}
</style>