Shades of Celery #ADBE5C
Tints of Celery #ADBE5C
RGB
CMYK
RGB Variations
Color information
#ADBE5C (or 0xADBE5C) is known color: Celery. HEX triplet: AD, BE and 5C. RGB value is (173,190,92). Sum of RGB (Red+Green+Blue) = 173+190+92=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE5C is #5241A3. Grayscale: #AEAEAE. Windows color (decimal): -5390756 or 6078125. OLE color: 6078125.
HSL color Cylindrical-coordinate representation of color #ADBE5C: hue angle of 70.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADBE5C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 92 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.25 |
| HSL | 70.41º | 0.43% | 0.55% | - |
| HSV(B) | 70.41º | 0.52% | 0.75% | - |
| XYZ | 37.58 | 46.48 | 17.12 | - |
| YUV | 173.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 92 | 0.09 | 0 | 0.52 | 0.25 | 70.41 | 0.43 | 0.55 |
| Hex | AD | BE | 5C | 9 | 0 | 34 | 19 | 46 | 2B | 37 |
| Octal | 255 | 276 | 134 | 11 | 0 | 64 | 31 | 106 | 53 | 67 |
| Binary | 10101101 | 10111110 | 1011100 | 1001 | 0 | 110100 | 11001 | 1000110 | 101011 | 110111 |
Color Harmonies of #ADBE5C
Complementary color
Monochromatic Colors of #ADBE5C
Black with #ADBE5C
Text Example
Text Example
White with #ADBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE5C; }
p { color: rgb(173,190,92); }
H1.HeaderClassName
{
color: #ADBE5C;
}
.AnyTagClassName
{
color: #ADBE5C;
}
</style>
background-color css
<style>
a { background-color: #ADBE5C; }
a { background-color: rgb(173,190,92); }
div.DivClassName
{
background-color: #ADBE5C;
}
.BgClassName
{
background-color: #ADBE5C;
}
</style>
border-color css
<style>
span { border-color: #ADBE5C; }
span { border-color: rgb(173,190,92); }
td.TdClassName
{
border-color: #ADBE5C;
}
.TagClassName
{
border-color: #ADBE5C;
}
</style>