Shades of Celery #ADBE54
Tints of Celery #ADBE54
RGB
CMYK
RGB Variations
Color information
#ADBE54 (or 0xADBE54) is known color: Celery. HEX triplet: AD, BE and 54. RGB value is (173,190,84). Sum of RGB (Red+Green+Blue) = 173+190+84=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE54 is #5241AB. Grayscale: #ADADAD. Windows color (decimal): -5390764 or 5553837. OLE color: 5553837.
HSL color Cylindrical-coordinate representation of color #ADBE54: hue angle of 69.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADBE54 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 84 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.25 |
| HSL | 69.62º | 0.45% | 0.54% | - |
| HSV(B) | 69.62º | 0.56% | 0.75% | - |
| XYZ | 37.25 | 46.35 | 15.37 | - |
| YUV | 172.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 84 | 0.09 | 0 | 0.56 | 0.25 | 69.62 | 0.45 | 0.54 |
| Hex | AD | BE | 54 | 9 | 0 | 38 | 19 | 46 | 2D | 36 |
| Octal | 255 | 276 | 124 | 11 | 0 | 70 | 31 | 106 | 55 | 66 |
| Binary | 10101101 | 10111110 | 1010100 | 1001 | 0 | 111000 | 11001 | 1000110 | 101101 | 110110 |
Color Harmonies of #ADBE54
Complementary color
Monochromatic Colors of #ADBE54
Black with #ADBE54
Text Example
Text Example
White with #ADBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE54; }
p { color: rgb(173,190,84); }
H1.HeaderClassName
{
color: #ADBE54;
}
.AnyTagClassName
{
color: #ADBE54;
}
</style>
background-color css
<style>
a { background-color: #ADBE54; }
a { background-color: rgb(173,190,84); }
div.DivClassName
{
background-color: #ADBE54;
}
.BgClassName
{
background-color: #ADBE54;
}
</style>
border-color css
<style>
span { border-color: #ADBE54; }
span { border-color: rgb(173,190,84); }
td.TdClassName
{
border-color: #ADBE54;
}
.TagClassName
{
border-color: #ADBE54;
}
</style>