Shades of Celery #ADB73F
Tints of Celery #ADB73F
RGB
CMYK
RGB Variations
Color information
#ADB73F (or 0xADB73F) is known color: Celery. HEX triplet: AD, B7 and 3F. RGB value is (173,183,63). Sum of RGB (Red+Green+Blue) = 173+183+63=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB73F is #5248C0. Grayscale: #A6A6A6. Windows color (decimal): -5392577 or 4175789. OLE color: 4175789.
HSL color Cylindrical-coordinate representation of color #ADB73F: hue angle of 65º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB73F is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 63 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.28 |
| HSL | 65º | 0.49% | 0.48% | - |
| HSV(B) | 65º | 0.66% | 0.72% | - |
| XYZ | 35.06 | 43.11 | 11.18 | - |
| YUV | 166.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 63 | 0.05 | 0 | 0.66 | 0.28 | 65 | 0.49 | 0.48 |
| Hex | AD | B7 | 3F | 5 | 0 | 42 | 1C | 41 | 31 | 30 |
| Octal | 255 | 267 | 77 | 5 | 0 | 102 | 34 | 101 | 61 | 60 |
| Binary | 10101101 | 10110111 | 111111 | 101 | 0 | 1000010 | 11100 | 1000001 | 110001 | 110000 |
Color Harmonies of #ADB73F
Complementary color
Monochromatic Colors of #ADB73F
Black with #ADB73F
Text Example
Text Example
White with #ADB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB73F; }
p { color: rgb(173,183,63); }
H1.HeaderClassName
{
color: #ADB73F;
}
.AnyTagClassName
{
color: #ADB73F;
}
</style>
background-color css
<style>
a { background-color: #ADB73F; }
a { background-color: rgb(173,183,63); }
div.DivClassName
{
background-color: #ADB73F;
}
.BgClassName
{
background-color: #ADB73F;
}
</style>
border-color css
<style>
span { border-color: #ADB73F; }
span { border-color: rgb(173,183,63); }
td.TdClassName
{
border-color: #ADB73F;
}
.TagClassName
{
border-color: #ADB73F;
}
</style>