Shades of Celery #ADBC46
Tints of Celery #ADBC46
RGB
CMYK
RGB Variations
Color information
#ADBC46 (or 0xADBC46) is known color: Celery. HEX triplet: AD, BC and 46. RGB value is (173,188,70). Sum of RGB (Red+Green+Blue) = 173+188+70=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC46 is #5243B9. Grayscale: #AAAAAA. Windows color (decimal): -5391290 or 4635821. OLE color: 4635821.
HSL color Cylindrical-coordinate representation of color #ADBC46: hue angle of 67.63º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADBC46 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 70 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.26 |
| HSL | 67.63º | 0.47% | 0.51% | - |
| HSV(B) | 67.63º | 0.63% | 0.74% | - |
| XYZ | 36.32 | 45.29 | 12.62 | - |
| YUV | 170.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 70 | 0.08 | 0 | 0.63 | 0.26 | 67.63 | 0.47 | 0.51 |
| Hex | AD | BC | 46 | 8 | 0 | 3F | 1A | 44 | 2F | 33 |
| Octal | 255 | 274 | 106 | 10 | 0 | 77 | 32 | 104 | 57 | 63 |
| Binary | 10101101 | 10111100 | 1000110 | 1000 | 0 | 111111 | 11010 | 1000100 | 101111 | 110011 |
Color Harmonies of #ADBC46
Complementary color
Monochromatic Colors of #ADBC46
Black with #ADBC46
Text Example
Text Example
White with #ADBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC46; }
p { color: rgb(173,188,70); }
H1.HeaderClassName
{
color: #ADBC46;
}
.AnyTagClassName
{
color: #ADBC46;
}
</style>
background-color css
<style>
a { background-color: #ADBC46; }
a { background-color: rgb(173,188,70); }
div.DivClassName
{
background-color: #ADBC46;
}
.BgClassName
{
background-color: #ADBC46;
}
</style>
border-color css
<style>
span { border-color: #ADBC46; }
span { border-color: rgb(173,188,70); }
td.TdClassName
{
border-color: #ADBC46;
}
.TagClassName
{
border-color: #ADBC46;
}
</style>