Shades of Celery #ADBC4E
Tints of Celery #ADBC4E
RGB
CMYK
RGB Variations
Color information
#ADBC4E (or 0xADBC4E) is known color: Celery. HEX triplet: AD, BC and 4E. RGB value is (173,188,78). Sum of RGB (Red+Green+Blue) = 173+188+78=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC4E is #5243B1. Grayscale: #ABABAB. Windows color (decimal): -5391282 or 5160109. OLE color: 5160109.
HSL color Cylindrical-coordinate representation of color #ADBC4E: hue angle of 68.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADBC4E is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 78 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.26 |
| HSL | 68.18º | 0.45% | 0.52% | - |
| HSV(B) | 68.18º | 0.59% | 0.74% | - |
| XYZ | 36.59 | 45.4 | 14.04 | - |
| YUV | 170.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 78 | 0.08 | 0 | 0.59 | 0.26 | 68.18 | 0.45 | 0.52 |
| Hex | AD | BC | 4E | 8 | 0 | 3B | 1A | 44 | 2D | 34 |
| Octal | 255 | 274 | 116 | 10 | 0 | 73 | 32 | 104 | 55 | 64 |
| Binary | 10101101 | 10111100 | 1001110 | 1000 | 0 | 111011 | 11010 | 1000100 | 101101 | 110100 |
Color Harmonies of #ADBC4E
Complementary color
Monochromatic Colors of #ADBC4E
Black with #ADBC4E
Text Example
Text Example
White with #ADBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC4E; }
p { color: rgb(173,188,78); }
H1.HeaderClassName
{
color: #ADBC4E;
}
.AnyTagClassName
{
color: #ADBC4E;
}
</style>
background-color css
<style>
a { background-color: #ADBC4E; }
a { background-color: rgb(173,188,78); }
div.DivClassName
{
background-color: #ADBC4E;
}
.BgClassName
{
background-color: #ADBC4E;
}
</style>
border-color css
<style>
span { border-color: #ADBC4E; }
span { border-color: rgb(173,188,78); }
td.TdClassName
{
border-color: #ADBC4E;
}
.TagClassName
{
border-color: #ADBC4E;
}
</style>