Shades of Celery #ADBE47
Tints of Celery #ADBE47
RGB
CMYK
RGB Variations
Color information
#ADBE47 (or 0xADBE47) is known color: Celery. HEX triplet: AD, BE and 47. RGB value is (173,190,71). Sum of RGB (Red+Green+Blue) = 173+190+71=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE47 is #5241B8. Grayscale: #ABABAB. Windows color (decimal): -5390777 or 4701869. OLE color: 4701869.
HSL color Cylindrical-coordinate representation of color #ADBE47: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADBE47 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 71 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.25 |
| HSL | 68.57º | 0.48% | 0.51% | - |
| HSV(B) | 68.57º | 0.63% | 0.75% | - |
| XYZ | 36.78 | 46.17 | 12.93 | - |
| YUV | 171.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 71 | 0.09 | 0 | 0.63 | 0.25 | 68.57 | 0.48 | 0.51 |
| Hex | AD | BE | 47 | 9 | 0 | 3F | 19 | 45 | 30 | 33 |
| Octal | 255 | 276 | 107 | 11 | 0 | 77 | 31 | 105 | 60 | 63 |
| Binary | 10101101 | 10111110 | 1000111 | 1001 | 0 | 111111 | 11001 | 1000101 | 110000 | 110011 |
Color Harmonies of #ADBE47
Complementary color
Monochromatic Colors of #ADBE47
Black with #ADBE47
Text Example
Text Example
White with #ADBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE47; }
p { color: rgb(173,190,71); }
H1.HeaderClassName
{
color: #ADBE47;
}
.AnyTagClassName
{
color: #ADBE47;
}
</style>
background-color css
<style>
a { background-color: #ADBE47; }
a { background-color: rgb(173,190,71); }
div.DivClassName
{
background-color: #ADBE47;
}
.BgClassName
{
background-color: #ADBE47;
}
</style>
border-color css
<style>
span { border-color: #ADBE47; }
span { border-color: rgb(173,190,71); }
td.TdClassName
{
border-color: #ADBE47;
}
.TagClassName
{
border-color: #ADBE47;
}
</style>