Shades of Celery #ADBA46
Tints of Celery #ADBA46
RGB
CMYK
RGB Variations
Color information
#ADBA46 (or 0xADBA46) is known color: Celery. HEX triplet: AD, BA and 46. RGB value is (173,186,70). Sum of RGB (Red+Green+Blue) = 173+186+70=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA46 is #5245B9. Grayscale: #A9A9A9. Windows color (decimal): -5391802 or 4635309. OLE color: 4635309.
HSL color Cylindrical-coordinate representation of color #ADBA46: hue angle of 66.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADBA46 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 70 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.27 |
| HSL | 66.72º | 0.46% | 0.5% | - |
| HSV(B) | 66.72º | 0.62% | 0.73% | - |
| XYZ | 35.9 | 44.44 | 12.48 | - |
| YUV | 168.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 70 | 0.07 | 0 | 0.62 | 0.27 | 66.72 | 0.46 | 0.5 |
| Hex | AD | BA | 46 | 7 | 0 | 3E | 1B | 43 | 2E | 32 |
| Octal | 255 | 272 | 106 | 7 | 0 | 76 | 33 | 103 | 56 | 62 |
| Binary | 10101101 | 10111010 | 1000110 | 111 | 0 | 111110 | 11011 | 1000011 | 101110 | 110010 |
Color Harmonies of #ADBA46
Complementary color
Monochromatic Colors of #ADBA46
Black with #ADBA46
Text Example
Text Example
White with #ADBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA46; }
p { color: rgb(173,186,70); }
H1.HeaderClassName
{
color: #ADBA46;
}
.AnyTagClassName
{
color: #ADBA46;
}
</style>
background-color css
<style>
a { background-color: #ADBA46; }
a { background-color: rgb(173,186,70); }
div.DivClassName
{
background-color: #ADBA46;
}
.BgClassName
{
background-color: #ADBA46;
}
</style>
border-color css
<style>
span { border-color: #ADBA46; }
span { border-color: rgb(173,186,70); }
td.TdClassName
{
border-color: #ADBA46;
}
.TagClassName
{
border-color: #ADBA46;
}
</style>