Shades of Celery #ADBC38
Tints of Celery #ADBC38
RGB
CMYK
RGB Variations
Color information
#ADBC38 (or 0xADBC38) is known color: Celery. HEX triplet: AD, BC and 38. RGB value is (173,188,56). Sum of RGB (Red+Green+Blue) = 173+188+56=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC38 is #5243C7. Grayscale: #A8A8A8. Windows color (decimal): -5391304 or 3718317. OLE color: 3718317.
HSL color Cylindrical-coordinate representation of color #ADBC38: hue angle of 66.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADBC38 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 56 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.26 |
| HSL | 66.82º | 0.54% | 0.48% | - |
| HSV(B) | 66.82º | 0.7% | 0.74% | - |
| XYZ | 35.93 | 45.14 | 10.56 | - |
| YUV | 168.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 56 | 0.08 | 0 | 0.70 | 0.26 | 66.82 | 0.54 | 0.48 |
| Hex | AD | BC | 38 | 8 | 0 | 46 | 1A | 43 | 36 | 30 |
| Octal | 255 | 274 | 70 | 10 | 0 | 106 | 32 | 103 | 66 | 60 |
| Binary | 10101101 | 10111100 | 111000 | 1000 | 0 | 1000110 | 11010 | 1000011 | 110110 | 110000 |
Color Harmonies of #ADBC38
Complementary color
Monochromatic Colors of #ADBC38
Black with #ADBC38
Text Example
Text Example
White with #ADBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC38; }
p { color: rgb(173,188,56); }
H1.HeaderClassName
{
color: #ADBC38;
}
.AnyTagClassName
{
color: #ADBC38;
}
</style>
background-color css
<style>
a { background-color: #ADBC38; }
a { background-color: rgb(173,188,56); }
div.DivClassName
{
background-color: #ADBC38;
}
.BgClassName
{
background-color: #ADBC38;
}
</style>
border-color css
<style>
span { border-color: #ADBC38; }
span { border-color: rgb(173,188,56); }
td.TdClassName
{
border-color: #ADBC38;
}
.TagClassName
{
border-color: #ADBC38;
}
</style>