Shades of Celery #ADB44D
Tints of Celery #ADB44D
RGB
CMYK
RGB Variations
Color information
#ADB44D (or 0xADB44D) is known color: Celery. HEX triplet: AD, B4 and 4D. RGB value is (173,180,77). Sum of RGB (Red+Green+Blue) = 173+180+77=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB44D is #524BB2. Grayscale: #A6A6A6. Windows color (decimal): -5393331 or 5092525. OLE color: 5092525.
HSL color Cylindrical-coordinate representation of color #ADB44D: hue angle of 64.08º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB44D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 77 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.29 |
| HSL | 64.08º | 0.41% | 0.5% | - |
| HSV(B) | 64.08º | 0.57% | 0.71% | - |
| XYZ | 34.89 | 42.06 | 13.3 | - |
| YUV | 166.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 77 | 0.04 | 0 | 0.57 | 0.29 | 64.08 | 0.41 | 0.5 |
| Hex | AD | B4 | 4D | 4 | 0 | 39 | 1D | 40 | 29 | 32 |
| Octal | 255 | 264 | 115 | 4 | 0 | 71 | 35 | 100 | 51 | 62 |
| Binary | 10101101 | 10110100 | 1001101 | 100 | 0 | 111001 | 11101 | 1000000 | 101001 | 110010 |
Color Harmonies of #ADB44D
Complementary color
Monochromatic Colors of #ADB44D
Black with #ADB44D
Text Example
Text Example
White with #ADB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB44D; }
p { color: rgb(173,180,77); }
H1.HeaderClassName
{
color: #ADB44D;
}
.AnyTagClassName
{
color: #ADB44D;
}
</style>
background-color css
<style>
a { background-color: #ADB44D; }
a { background-color: rgb(173,180,77); }
div.DivClassName
{
background-color: #ADB44D;
}
.BgClassName
{
background-color: #ADB44D;
}
</style>
border-color css
<style>
span { border-color: #ADB44D; }
span { border-color: rgb(173,180,77); }
td.TdClassName
{
border-color: #ADB44D;
}
.TagClassName
{
border-color: #ADB44D;
}
</style>