Shades of Celery #ADBE55
Tints of Celery #ADBE55
RGB
CMYK
RGB Variations
Color information
#ADBE55 (or 0xADBE55) is known color: Celery. HEX triplet: AD, BE and 55. RGB value is (173,190,85). Sum of RGB (Red+Green+Blue) = 173+190+85=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE55 is #5241AA. Grayscale: #ADADAD. Windows color (decimal): -5390763 or 5619373. OLE color: 5619373.
HSL color Cylindrical-coordinate representation of color #ADBE55: hue angle of 69.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADBE55 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 85 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.25 |
| HSL | 69.71º | 0.45% | 0.54% | - |
| HSV(B) | 69.71º | 0.55% | 0.75% | - |
| XYZ | 37.29 | 46.37 | 15.58 | - |
| YUV | 172.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 85 | 0.09 | 0 | 0.55 | 0.25 | 69.71 | 0.45 | 0.54 |
| Hex | AD | BE | 55 | 9 | 0 | 37 | 19 | 46 | 2D | 36 |
| Octal | 255 | 276 | 125 | 11 | 0 | 67 | 31 | 106 | 55 | 66 |
| Binary | 10101101 | 10111110 | 1010101 | 1001 | 0 | 110111 | 11001 | 1000110 | 101101 | 110110 |
Color Harmonies of #ADBE55
Complementary color
Monochromatic Colors of #ADBE55
Black with #ADBE55
Text Example
Text Example
White with #ADBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE55; }
p { color: rgb(173,190,85); }
H1.HeaderClassName
{
color: #ADBE55;
}
.AnyTagClassName
{
color: #ADBE55;
}
</style>
background-color css
<style>
a { background-color: #ADBE55; }
a { background-color: rgb(173,190,85); }
div.DivClassName
{
background-color: #ADBE55;
}
.BgClassName
{
background-color: #ADBE55;
}
</style>
border-color css
<style>
span { border-color: #ADBE55; }
span { border-color: rgb(173,190,85); }
td.TdClassName
{
border-color: #ADBE55;
}
.TagClassName
{
border-color: #ADBE55;
}
</style>