Shades of Celery #ADBE3C
Tints of Celery #ADBE3C
RGB
CMYK
RGB Variations
Color information
#ADBE3C (or 0xADBE3C) is known color: Celery. HEX triplet: AD, BE and 3C. RGB value is (173,190,60). Sum of RGB (Red+Green+Blue) = 173+190+60=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE3C is #5241C3. Grayscale: #AAAAAA. Windows color (decimal): -5390788 or 3980973. OLE color: 3980973.
HSL color Cylindrical-coordinate representation of color #ADBE3C: hue angle of 67.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBE3C is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 60 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.25 |
| HSL | 67.85º | 0.52% | 0.49% | - |
| HSV(B) | 67.85º | 0.68% | 0.75% | - |
| XYZ | 36.46 | 46.04 | 11.24 | - |
| YUV | 170.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 60 | 0.09 | 0 | 0.68 | 0.25 | 67.85 | 0.52 | 0.49 |
| Hex | AD | BE | 3C | 9 | 0 | 44 | 19 | 44 | 34 | 31 |
| Octal | 255 | 276 | 74 | 11 | 0 | 104 | 31 | 104 | 64 | 61 |
| Binary | 10101101 | 10111110 | 111100 | 1001 | 0 | 1000100 | 11001 | 1000100 | 110100 | 110001 |
Color Harmonies of #ADBE3C
Complementary color
Monochromatic Colors of #ADBE3C
Black with #ADBE3C
Text Example
Text Example
White with #ADBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE3C; }
p { color: rgb(173,190,60); }
H1.HeaderClassName
{
color: #ADBE3C;
}
.AnyTagClassName
{
color: #ADBE3C;
}
</style>
background-color css
<style>
a { background-color: #ADBE3C; }
a { background-color: rgb(173,190,60); }
div.DivClassName
{
background-color: #ADBE3C;
}
.BgClassName
{
background-color: #ADBE3C;
}
</style>
border-color css
<style>
span { border-color: #ADBE3C; }
span { border-color: rgb(173,190,60); }
td.TdClassName
{
border-color: #ADBE3C;
}
.TagClassName
{
border-color: #ADBE3C;
}
</style>