Shades of Celery #ADBA37
Tints of Celery #ADBA37
RGB
CMYK
RGB Variations
Color information
#ADBA37 (or 0xADBA37) is known color: Celery. HEX triplet: AD, BA and 37. RGB value is (173,186,55). Sum of RGB (Red+Green+Blue) = 173+186+55=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA37 is #5245C8. Grayscale: #A7A7A7. Windows color (decimal): -5391817 or 3652269. OLE color: 3652269.
HSL color Cylindrical-coordinate representation of color #ADBA37: hue angle of 65.95º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADBA37 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 55 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.27 |
| HSL | 65.95º | 0.54% | 0.47% | - |
| HSV(B) | 65.95º | 0.7% | 0.73% | - |
| XYZ | 35.48 | 44.28 | 10.29 | - |
| YUV | 167.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 55 | 0.07 | 0 | 0.70 | 0.27 | 65.95 | 0.54 | 0.47 |
| Hex | AD | BA | 37 | 7 | 0 | 46 | 1B | 42 | 36 | 2F |
| Octal | 255 | 272 | 67 | 7 | 0 | 106 | 33 | 102 | 66 | 57 |
| Binary | 10101101 | 10111010 | 110111 | 111 | 0 | 1000110 | 11011 | 1000010 | 110110 | 101111 |
Color Harmonies of #ADBA37
Complementary color
Monochromatic Colors of #ADBA37
Black with #ADBA37
Text Example
Text Example
White with #ADBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA37; }
p { color: rgb(173,186,55); }
H1.HeaderClassName
{
color: #ADBA37;
}
.AnyTagClassName
{
color: #ADBA37;
}
</style>
background-color css
<style>
a { background-color: #ADBA37; }
a { background-color: rgb(173,186,55); }
div.DivClassName
{
background-color: #ADBA37;
}
.BgClassName
{
background-color: #ADBA37;
}
</style>
border-color css
<style>
span { border-color: #ADBA37; }
span { border-color: rgb(173,186,55); }
td.TdClassName
{
border-color: #ADBA37;
}
.TagClassName
{
border-color: #ADBA37;
}
</style>