Shades of Celery #ADB73D
Tints of Celery #ADB73D
RGB
CMYK
RGB Variations
Color information
#ADB73D (or 0xADB73D) is known color: Celery. HEX triplet: AD, B7 and 3D. RGB value is (173,183,61). Sum of RGB (Red+Green+Blue) = 173+183+61=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB73D is #5248C2. Grayscale: #A6A6A6. Windows color (decimal): -5392579 or 4044717. OLE color: 4044717.
HSL color Cylindrical-coordinate representation of color #ADB73D: hue angle of 64.92º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADB73D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 61 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.28 |
| HSL | 64.92º | 0.5% | 0.48% | - |
| HSV(B) | 64.92º | 0.67% | 0.72% | - |
| XYZ | 35.01 | 43.09 | 10.89 | - |
| YUV | 166.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 61 | 0.05 | 0 | 0.67 | 0.28 | 64.92 | 0.5 | 0.48 |
| Hex | AD | B7 | 3D | 5 | 0 | 43 | 1C | 41 | 32 | 30 |
| Octal | 255 | 267 | 75 | 5 | 0 | 103 | 34 | 101 | 62 | 60 |
| Binary | 10101101 | 10110111 | 111101 | 101 | 0 | 1000011 | 11100 | 1000001 | 110010 | 110000 |
Color Harmonies of #ADB73D
Complementary color
Monochromatic Colors of #ADB73D
Black with #ADB73D
Text Example
Text Example
White with #ADB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB73D; }
p { color: rgb(173,183,61); }
H1.HeaderClassName
{
color: #ADB73D;
}
.AnyTagClassName
{
color: #ADB73D;
}
</style>
background-color css
<style>
a { background-color: #ADB73D; }
a { background-color: rgb(173,183,61); }
div.DivClassName
{
background-color: #ADB73D;
}
.BgClassName
{
background-color: #ADB73D;
}
</style>
border-color css
<style>
span { border-color: #ADB73D; }
span { border-color: rgb(173,183,61); }
td.TdClassName
{
border-color: #ADB73D;
}
.TagClassName
{
border-color: #ADB73D;
}
</style>