Shades of Celery #ADB74D
Tints of Celery #ADB74D
RGB
CMYK
RGB Variations
Color information
#ADB74D (or 0xADB74D) is known color: Celery. HEX triplet: AD, B7 and 4D. RGB value is (173,183,77). Sum of RGB (Red+Green+Blue) = 173+183+77=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB74D is #5248B2. Grayscale: #A8A8A8. Windows color (decimal): -5392563 or 5093293. OLE color: 5093293.
HSL color Cylindrical-coordinate representation of color #ADB74D: hue angle of 65.66º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB74D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 77 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.28 |
| HSL | 65.66º | 0.42% | 0.51% | - |
| HSV(B) | 65.66º | 0.58% | 0.72% | - |
| XYZ | 35.51 | 43.29 | 13.51 | - |
| YUV | 167.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 77 | 0.05 | 0 | 0.58 | 0.28 | 65.66 | 0.42 | 0.51 |
| Hex | AD | B7 | 4D | 5 | 0 | 3A | 1C | 42 | 2A | 33 |
| Octal | 255 | 267 | 115 | 5 | 0 | 72 | 34 | 102 | 52 | 63 |
| Binary | 10101101 | 10110111 | 1001101 | 101 | 0 | 111010 | 11100 | 1000010 | 101010 | 110011 |
Color Harmonies of #ADB74D
Complementary color
Monochromatic Colors of #ADB74D
Black with #ADB74D
Text Example
Text Example
White with #ADB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB74D; }
p { color: rgb(173,183,77); }
H1.HeaderClassName
{
color: #ADB74D;
}
.AnyTagClassName
{
color: #ADB74D;
}
</style>
background-color css
<style>
a { background-color: #ADB74D; }
a { background-color: rgb(173,183,77); }
div.DivClassName
{
background-color: #ADB74D;
}
.BgClassName
{
background-color: #ADB74D;
}
</style>
border-color css
<style>
span { border-color: #ADB74D; }
span { border-color: rgb(173,183,77); }
td.TdClassName
{
border-color: #ADB74D;
}
.TagClassName
{
border-color: #ADB74D;
}
</style>