Shades of Celery #ADB54D
Tints of Celery #ADB54D
RGB
CMYK
RGB Variations
Color information
#ADB54D (or 0xADB54D) is known color: Celery. HEX triplet: AD, B5 and 4D. RGB value is (173,181,77). Sum of RGB (Red+Green+Blue) = 173+181+77=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB54D is #524AB2. Grayscale: #A7A7A7. Windows color (decimal): -5393075 or 5092781. OLE color: 5092781.
HSL color Cylindrical-coordinate representation of color #ADB54D: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB54D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 77 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.29 |
| HSL | 64.62º | 0.41% | 0.51% | - |
| HSV(B) | 64.62º | 0.57% | 0.71% | - |
| XYZ | 35.1 | 42.47 | 13.37 | - |
| YUV | 166.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 77 | 0.04 | 0 | 0.57 | 0.29 | 64.62 | 0.41 | 0.51 |
| Hex | AD | B5 | 4D | 4 | 0 | 39 | 1D | 41 | 29 | 33 |
| Octal | 255 | 265 | 115 | 4 | 0 | 71 | 35 | 101 | 51 | 63 |
| Binary | 10101101 | 10110101 | 1001101 | 100 | 0 | 111001 | 11101 | 1000001 | 101001 | 110011 |
Color Harmonies of #ADB54D
Complementary color
Monochromatic Colors of #ADB54D
Black with #ADB54D
Text Example
Text Example
White with #ADB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB54D; }
p { color: rgb(173,181,77); }
H1.HeaderClassName
{
color: #ADB54D;
}
.AnyTagClassName
{
color: #ADB54D;
}
</style>
background-color css
<style>
a { background-color: #ADB54D; }
a { background-color: rgb(173,181,77); }
div.DivClassName
{
background-color: #ADB54D;
}
.BgClassName
{
background-color: #ADB54D;
}
</style>
border-color css
<style>
span { border-color: #ADB54D; }
span { border-color: rgb(173,181,77); }
td.TdClassName
{
border-color: #ADB54D;
}
.TagClassName
{
border-color: #ADB54D;
}
</style>