Shades of Celery #ADBE49
Tints of Celery #ADBE49
RGB
CMYK
RGB Variations
Color information
#ADBE49 (or 0xADBE49) is known color: Celery. HEX triplet: AD, BE and 49. RGB value is (173,190,73). Sum of RGB (Red+Green+Blue) = 173+190+73=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE49 is #5241B6. Grayscale: #ACACAC. Windows color (decimal): -5390775 or 4832941. OLE color: 4832941.
HSL color Cylindrical-coordinate representation of color #ADBE49: hue angle of 68.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADBE49 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 73 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.25 |
| HSL | 68.72º | 0.47% | 0.52% | - |
| HSV(B) | 68.72º | 0.62% | 0.75% | - |
| XYZ | 36.85 | 46.19 | 13.28 | - |
| YUV | 171.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 73 | 0.09 | 0 | 0.62 | 0.25 | 68.72 | 0.47 | 0.52 |
| Hex | AD | BE | 49 | 9 | 0 | 3E | 19 | 45 | 2F | 34 |
| Octal | 255 | 276 | 111 | 11 | 0 | 76 | 31 | 105 | 57 | 64 |
| Binary | 10101101 | 10111110 | 1001001 | 1001 | 0 | 111110 | 11001 | 1000101 | 101111 | 110100 |
Color Harmonies of #ADBE49
Complementary color
Monochromatic Colors of #ADBE49
Black with #ADBE49
Text Example
Text Example
White with #ADBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE49; }
p { color: rgb(173,190,73); }
H1.HeaderClassName
{
color: #ADBE49;
}
.AnyTagClassName
{
color: #ADBE49;
}
</style>
background-color css
<style>
a { background-color: #ADBE49; }
a { background-color: rgb(173,190,73); }
div.DivClassName
{
background-color: #ADBE49;
}
.BgClassName
{
background-color: #ADBE49;
}
</style>
border-color css
<style>
span { border-color: #ADBE49; }
span { border-color: rgb(173,190,73); }
td.TdClassName
{
border-color: #ADBE49;
}
.TagClassName
{
border-color: #ADBE49;
}
</style>