Shades of Celery #ADBF3E
Tints of Celery #ADBF3E
RGB
CMYK
RGB Variations
Color information
#ADBF3E (or 0xADBF3E) is known color: Celery. HEX triplet: AD, BF and 3E. RGB value is (173,191,62). Sum of RGB (Red+Green+Blue) = 173+191+62=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF3E is #5240C1. Grayscale: #ABABAB. Windows color (decimal): -5390530 or 4112301. OLE color: 4112301.
HSL color Cylindrical-coordinate representation of color #ADBF3E: hue angle of 68.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBF3E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 62 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.25 |
| HSL | 68.37º | 0.51% | 0.5% | - |
| HSV(B) | 68.37º | 0.68% | 0.75% | - |
| XYZ | 36.73 | 46.49 | 11.6 | - |
| YUV | 170.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 62 | 0.09 | 0 | 0.68 | 0.25 | 68.37 | 0.51 | 0.5 |
| Hex | AD | BF | 3E | 9 | 0 | 44 | 19 | 44 | 33 | 32 |
| Octal | 255 | 277 | 76 | 11 | 0 | 104 | 31 | 104 | 63 | 62 |
| Binary | 10101101 | 10111111 | 111110 | 1001 | 0 | 1000100 | 11001 | 1000100 | 110011 | 110010 |
Color Harmonies of #ADBF3E
Complementary color
Monochromatic Colors of #ADBF3E
Black with #ADBF3E
Text Example
Text Example
White with #ADBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF3E; }
p { color: rgb(173,191,62); }
H1.HeaderClassName
{
color: #ADBF3E;
}
.AnyTagClassName
{
color: #ADBF3E;
}
</style>
background-color css
<style>
a { background-color: #ADBF3E; }
a { background-color: rgb(173,191,62); }
div.DivClassName
{
background-color: #ADBF3E;
}
.BgClassName
{
background-color: #ADBF3E;
}
</style>
border-color css
<style>
span { border-color: #ADBF3E; }
span { border-color: rgb(173,191,62); }
td.TdClassName
{
border-color: #ADBF3E;
}
.TagClassName
{
border-color: #ADBF3E;
}
</style>