Shades of Celery #ADBA3E
Tints of Celery #ADBA3E
RGB
CMYK
RGB Variations
Color information
#ADBA3E (or 0xADBA3E) is known color: Celery. HEX triplet: AD, BA and 3E. RGB value is (173,186,62). Sum of RGB (Red+Green+Blue) = 173+186+62=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA3E is #5245C1. Grayscale: #A8A8A8. Windows color (decimal): -5391810 or 4111021. OLE color: 4111021.
HSL color Cylindrical-coordinate representation of color #ADBA3E: hue angle of 66.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADBA3E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 62 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.27 |
| HSL | 66.29º | 0.5% | 0.49% | - |
| HSV(B) | 66.29º | 0.67% | 0.73% | - |
| XYZ | 35.66 | 44.35 | 11.24 | - |
| YUV | 167.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 62 | 0.07 | 0 | 0.67 | 0.27 | 66.29 | 0.5 | 0.49 |
| Hex | AD | BA | 3E | 7 | 0 | 43 | 1B | 42 | 32 | 31 |
| Octal | 255 | 272 | 76 | 7 | 0 | 103 | 33 | 102 | 62 | 61 |
| Binary | 10101101 | 10111010 | 111110 | 111 | 0 | 1000011 | 11011 | 1000010 | 110010 | 110001 |
Color Harmonies of #ADBA3E
Complementary color
Monochromatic Colors of #ADBA3E
Black with #ADBA3E
Text Example
Text Example
White with #ADBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA3E; }
p { color: rgb(173,186,62); }
H1.HeaderClassName
{
color: #ADBA3E;
}
.AnyTagClassName
{
color: #ADBA3E;
}
</style>
background-color css
<style>
a { background-color: #ADBA3E; }
a { background-color: rgb(173,186,62); }
div.DivClassName
{
background-color: #ADBA3E;
}
.BgClassName
{
background-color: #ADBA3E;
}
</style>
border-color css
<style>
span { border-color: #ADBA3E; }
span { border-color: rgb(173,186,62); }
td.TdClassName
{
border-color: #ADBA3E;
}
.TagClassName
{
border-color: #ADBA3E;
}
</style>