Shades of Celery #ADBE44
Tints of Celery #ADBE44
RGB
CMYK
RGB Variations
Color information
#ADBE44 (or 0xADBE44) is known color: Celery. HEX triplet: AD, BE and 44. RGB value is (173,190,68). Sum of RGB (Red+Green+Blue) = 173+190+68=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE44 is #5241BB. Grayscale: #ABABAB. Windows color (decimal): -5390780 or 4505261. OLE color: 4505261.
HSL color Cylindrical-coordinate representation of color #ADBE44: hue angle of 68.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADBE44 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 68 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.25 |
| HSL | 68.36º | 0.48% | 0.51% | - |
| HSV(B) | 68.36º | 0.64% | 0.75% | - |
| XYZ | 36.69 | 46.13 | 12.44 | - |
| YUV | 171.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 68 | 0.09 | 0 | 0.64 | 0.25 | 68.36 | 0.48 | 0.51 |
| Hex | AD | BE | 44 | 9 | 0 | 40 | 19 | 44 | 30 | 33 |
| Octal | 255 | 276 | 104 | 11 | 0 | 100 | 31 | 104 | 60 | 63 |
| Binary | 10101101 | 10111110 | 1000100 | 1001 | 0 | 1000000 | 11001 | 1000100 | 110000 | 110011 |
Color Harmonies of #ADBE44
Complementary color
Monochromatic Colors of #ADBE44
Black with #ADBE44
Text Example
Text Example
White with #ADBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE44; }
p { color: rgb(173,190,68); }
H1.HeaderClassName
{
color: #ADBE44;
}
.AnyTagClassName
{
color: #ADBE44;
}
</style>
background-color css
<style>
a { background-color: #ADBE44; }
a { background-color: rgb(173,190,68); }
div.DivClassName
{
background-color: #ADBE44;
}
.BgClassName
{
background-color: #ADBE44;
}
</style>
border-color css
<style>
span { border-color: #ADBE44; }
span { border-color: rgb(173,190,68); }
td.TdClassName
{
border-color: #ADBE44;
}
.TagClassName
{
border-color: #ADBE44;
}
</style>