Shades of Celery #ADBE42
Tints of Celery #ADBE42
RGB
CMYK
RGB Variations
Color information
#ADBE42 (or 0xADBE42) is known color: Celery. HEX triplet: AD, BE and 42. RGB value is (173,190,66). Sum of RGB (Red+Green+Blue) = 173+190+66=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE42 is #5241BD. Grayscale: #ABABAB. Windows color (decimal): -5390782 or 4374189. OLE color: 4374189.
HSL color Cylindrical-coordinate representation of color #ADBE42: hue angle of 68.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADBE42 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 66 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.25 |
| HSL | 68.23º | 0.49% | 0.5% | - |
| HSV(B) | 68.23º | 0.65% | 0.75% | - |
| XYZ | 36.63 | 46.1 | 12.12 | - |
| YUV | 170.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 66 | 0.09 | 0 | 0.65 | 0.25 | 68.23 | 0.49 | 0.5 |
| Hex | AD | BE | 42 | 9 | 0 | 41 | 19 | 44 | 31 | 32 |
| Octal | 255 | 276 | 102 | 11 | 0 | 101 | 31 | 104 | 61 | 62 |
| Binary | 10101101 | 10111110 | 1000010 | 1001 | 0 | 1000001 | 11001 | 1000100 | 110001 | 110010 |
Color Harmonies of #ADBE42
Complementary color
Monochromatic Colors of #ADBE42
Black with #ADBE42
Text Example
Text Example
White with #ADBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE42; }
p { color: rgb(173,190,66); }
H1.HeaderClassName
{
color: #ADBE42;
}
.AnyTagClassName
{
color: #ADBE42;
}
</style>
background-color css
<style>
a { background-color: #ADBE42; }
a { background-color: rgb(173,190,66); }
div.DivClassName
{
background-color: #ADBE42;
}
.BgClassName
{
background-color: #ADBE42;
}
</style>
border-color css
<style>
span { border-color: #ADBE42; }
span { border-color: rgb(173,190,66); }
td.TdClassName
{
border-color: #ADBE42;
}
.TagClassName
{
border-color: #ADBE42;
}
</style>