Shades of Celery #ADBE4A
Tints of Celery #ADBE4A
RGB
CMYK
RGB Variations
Color information
#ADBE4A (or 0xADBE4A) is known color: Celery. HEX triplet: AD, BE and 4A. RGB value is (173,190,74). Sum of RGB (Red+Green+Blue) = 173+190+74=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE4A is #5241B5. Grayscale: #ACACAC. Windows color (decimal): -5390774 or 4898477. OLE color: 4898477.
HSL color Cylindrical-coordinate representation of color #ADBE4A: hue angle of 68.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADBE4A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 74 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.25 |
| HSL | 68.79º | 0.47% | 0.52% | - |
| HSV(B) | 68.79º | 0.61% | 0.75% | - |
| XYZ | 36.88 | 46.21 | 13.45 | - |
| YUV | 171.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 74 | 0.09 | 0 | 0.61 | 0.25 | 68.79 | 0.47 | 0.52 |
| Hex | AD | BE | 4A | 9 | 0 | 3D | 19 | 45 | 2F | 34 |
| Octal | 255 | 276 | 112 | 11 | 0 | 75 | 31 | 105 | 57 | 64 |
| Binary | 10101101 | 10111110 | 1001010 | 1001 | 0 | 111101 | 11001 | 1000101 | 101111 | 110100 |
Color Harmonies of #ADBE4A
Complementary color
Monochromatic Colors of #ADBE4A
Black with #ADBE4A
Text Example
Text Example
White with #ADBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE4A; }
p { color: rgb(173,190,74); }
H1.HeaderClassName
{
color: #ADBE4A;
}
.AnyTagClassName
{
color: #ADBE4A;
}
</style>
background-color css
<style>
a { background-color: #ADBE4A; }
a { background-color: rgb(173,190,74); }
div.DivClassName
{
background-color: #ADBE4A;
}
.BgClassName
{
background-color: #ADBE4A;
}
</style>
border-color css
<style>
span { border-color: #ADBE4A; }
span { border-color: rgb(173,190,74); }
td.TdClassName
{
border-color: #ADBE4A;
}
.TagClassName
{
border-color: #ADBE4A;
}
</style>