Shades of Celery #ADBC37
Tints of Celery #ADBC37
RGB
CMYK
RGB Variations
Color information
#ADBC37 (or 0xADBC37) is known color: Celery. HEX triplet: AD, BC and 37. RGB value is (173,188,55). Sum of RGB (Red+Green+Blue) = 173+188+55=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC37 is #5243C8. Grayscale: #A8A8A8. Windows color (decimal): -5391305 or 3652781. OLE color: 3652781.
HSL color Cylindrical-coordinate representation of color #ADBC37: hue angle of 66.77º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADBC37 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 55 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.26 |
| HSL | 66.77º | 0.55% | 0.48% | - |
| HSV(B) | 66.77º | 0.71% | 0.74% | - |
| XYZ | 35.91 | 45.13 | 10.43 | - |
| YUV | 168.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 55 | 0.08 | 0 | 0.71 | 0.26 | 66.77 | 0.55 | 0.48 |
| Hex | AD | BC | 37 | 8 | 0 | 47 | 1A | 43 | 37 | 30 |
| Octal | 255 | 274 | 67 | 10 | 0 | 107 | 32 | 103 | 67 | 60 |
| Binary | 10101101 | 10111100 | 110111 | 1000 | 0 | 1000111 | 11010 | 1000011 | 110111 | 110000 |
Color Harmonies of #ADBC37
Complementary color
Monochromatic Colors of #ADBC37
Black with #ADBC37
Text Example
Text Example
White with #ADBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC37; }
p { color: rgb(173,188,55); }
H1.HeaderClassName
{
color: #ADBC37;
}
.AnyTagClassName
{
color: #ADBC37;
}
</style>
background-color css
<style>
a { background-color: #ADBC37; }
a { background-color: rgb(173,188,55); }
div.DivClassName
{
background-color: #ADBC37;
}
.BgClassName
{
background-color: #ADBC37;
}
</style>
border-color css
<style>
span { border-color: #ADBC37; }
span { border-color: rgb(173,188,55); }
td.TdClassName
{
border-color: #ADBC37;
}
.TagClassName
{
border-color: #ADBC37;
}
</style>