Shades of Celery #ADBE4C
Tints of Celery #ADBE4C
RGB
CMYK
RGB Variations
Color information
#ADBE4C (or 0xADBE4C) is known color: Celery. HEX triplet: AD, BE and 4C. RGB value is (173,190,76). Sum of RGB (Red+Green+Blue) = 173+190+76=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE4C is #5241B3. Grayscale: #ACACAC. Windows color (decimal): -5390772 or 5029549. OLE color: 5029549.
HSL color Cylindrical-coordinate representation of color #ADBE4C: hue angle of 68.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADBE4C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 76 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.25 |
| HSL | 68.95º | 0.47% | 0.52% | - |
| HSV(B) | 68.95º | 0.6% | 0.75% | - |
| XYZ | 36.95 | 46.23 | 13.81 | - |
| YUV | 171.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 76 | 0.09 | 0 | 0.60 | 0.25 | 68.95 | 0.47 | 0.52 |
| Hex | AD | BE | 4C | 9 | 0 | 3C | 19 | 45 | 2F | 34 |
| Octal | 255 | 276 | 114 | 11 | 0 | 74 | 31 | 105 | 57 | 64 |
| Binary | 10101101 | 10111110 | 1001100 | 1001 | 0 | 111100 | 11001 | 1000101 | 101111 | 110100 |
Color Harmonies of #ADBE4C
Complementary color
Monochromatic Colors of #ADBE4C
Black with #ADBE4C
Text Example
Text Example
White with #ADBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE4C; }
p { color: rgb(173,190,76); }
H1.HeaderClassName
{
color: #ADBE4C;
}
.AnyTagClassName
{
color: #ADBE4C;
}
</style>
background-color css
<style>
a { background-color: #ADBE4C; }
a { background-color: rgb(173,190,76); }
div.DivClassName
{
background-color: #ADBE4C;
}
.BgClassName
{
background-color: #ADBE4C;
}
</style>
border-color css
<style>
span { border-color: #ADBE4C; }
span { border-color: rgb(173,190,76); }
td.TdClassName
{
border-color: #ADBE4C;
}
.TagClassName
{
border-color: #ADBE4C;
}
</style>