Shades of Celery #ADBC51
Tints of Celery #ADBC51
RGB
CMYK
RGB Variations
Color information
#ADBC51 (or 0xADBC51) is known color: Celery. HEX triplet: AD, BC and 51. RGB value is (173,188,81). Sum of RGB (Red+Green+Blue) = 173+188+81=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC51 is #5243AE. Grayscale: #ABABAB. Windows color (decimal): -5391279 or 5356717. OLE color: 5356717.
HSL color Cylindrical-coordinate representation of color #ADBC51: hue angle of 68.41º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADBC51 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 81 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.26 |
| HSL | 68.41º | 0.44% | 0.53% | - |
| HSV(B) | 68.41º | 0.57% | 0.74% | - |
| XYZ | 36.7 | 45.44 | 14.62 | - |
| YUV | 171.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 81 | 0.08 | 0 | 0.57 | 0.26 | 68.41 | 0.44 | 0.53 |
| Hex | AD | BC | 51 | 8 | 0 | 39 | 1A | 44 | 2C | 35 |
| Octal | 255 | 274 | 121 | 10 | 0 | 71 | 32 | 104 | 54 | 65 |
| Binary | 10101101 | 10111100 | 1010001 | 1000 | 0 | 111001 | 11010 | 1000100 | 101100 | 110101 |
Color Harmonies of #ADBC51
Complementary color
Monochromatic Colors of #ADBC51
Black with #ADBC51
Text Example
Text Example
White with #ADBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC51; }
p { color: rgb(173,188,81); }
H1.HeaderClassName
{
color: #ADBC51;
}
.AnyTagClassName
{
color: #ADBC51;
}
</style>
background-color css
<style>
a { background-color: #ADBC51; }
a { background-color: rgb(173,188,81); }
div.DivClassName
{
background-color: #ADBC51;
}
.BgClassName
{
background-color: #ADBC51;
}
</style>
border-color css
<style>
span { border-color: #ADBC51; }
span { border-color: rgb(173,188,81); }
td.TdClassName
{
border-color: #ADBC51;
}
.TagClassName
{
border-color: #ADBC51;
}
</style>