Shades of Celery #ADBE46
Tints of Celery #ADBE46
RGB
CMYK
RGB Variations
Color information
#ADBE46 (or 0xADBE46) is known color: Celery. HEX triplet: AD, BE and 46. RGB value is (173,190,70). Sum of RGB (Red+Green+Blue) = 173+190+70=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE46 is #5241B9. Grayscale: #ABABAB. Windows color (decimal): -5390778 or 4636333. OLE color: 4636333.
HSL color Cylindrical-coordinate representation of color #ADBE46: hue angle of 68.5º 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 #ADBE46 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 70 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.25 |
| HSL | 68.5º | 0.48% | 0.51% | - |
| HSV(B) | 68.5º | 0.63% | 0.75% | - |
| XYZ | 36.75 | 46.15 | 12.77 | - |
| YUV | 171.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 70 | 0.09 | 0 | 0.63 | 0.25 | 68.5 | 0.48 | 0.51 |
| Hex | AD | BE | 46 | 9 | 0 | 3F | 19 | 44 | 30 | 33 |
| Octal | 255 | 276 | 106 | 11 | 0 | 77 | 31 | 104 | 60 | 63 |
| Binary | 10101101 | 10111110 | 1000110 | 1001 | 0 | 111111 | 11001 | 1000100 | 110000 | 110011 |
Color Harmonies of #ADBE46
Complementary color
Monochromatic Colors of #ADBE46
Black with #ADBE46
Text Example
Text Example
White with #ADBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE46; }
p { color: rgb(173,190,70); }
H1.HeaderClassName
{
color: #ADBE46;
}
.AnyTagClassName
{
color: #ADBE46;
}
</style>
background-color css
<style>
a { background-color: #ADBE46; }
a { background-color: rgb(173,190,70); }
div.DivClassName
{
background-color: #ADBE46;
}
.BgClassName
{
background-color: #ADBE46;
}
</style>
border-color css
<style>
span { border-color: #ADBE46; }
span { border-color: rgb(173,190,70); }
td.TdClassName
{
border-color: #ADBE46;
}
.TagClassName
{
border-color: #ADBE46;
}
</style>