Shades of Celery #ADB748
Tints of Celery #ADB748
RGB
CMYK
RGB Variations
Color information
#ADB748 (or 0xADB748) is known color: Celery. HEX triplet: AD, B7 and 48. RGB value is (173,183,72). Sum of RGB (Red+Green+Blue) = 173+183+72=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB748 is #5248B7. Grayscale: #A7A7A7. Windows color (decimal): -5392568 or 4765613. OLE color: 4765613.
HSL color Cylindrical-coordinate representation of color #ADB748: hue angle of 65.41º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB748 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 72 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.28 |
| HSL | 65.41º | 0.44% | 0.5% | - |
| HSV(B) | 65.41º | 0.61% | 0.72% | - |
| XYZ | 35.34 | 43.22 | 12.61 | - |
| YUV | 167.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 72 | 0.05 | 0 | 0.61 | 0.28 | 65.41 | 0.44 | 0.5 |
| Hex | AD | B7 | 48 | 5 | 0 | 3D | 1C | 41 | 2C | 32 |
| Octal | 255 | 267 | 110 | 5 | 0 | 75 | 34 | 101 | 54 | 62 |
| Binary | 10101101 | 10110111 | 1001000 | 101 | 0 | 111101 | 11100 | 1000001 | 101100 | 110010 |
Color Harmonies of #ADB748
Complementary color
Monochromatic Colors of #ADB748
Black with #ADB748
Text Example
Text Example
White with #ADB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB748; }
p { color: rgb(173,183,72); }
H1.HeaderClassName
{
color: #ADB748;
}
.AnyTagClassName
{
color: #ADB748;
}
</style>
background-color css
<style>
a { background-color: #ADB748; }
a { background-color: rgb(173,183,72); }
div.DivClassName
{
background-color: #ADB748;
}
.BgClassName
{
background-color: #ADB748;
}
</style>
border-color css
<style>
span { border-color: #ADB748; }
span { border-color: rgb(173,183,72); }
td.TdClassName
{
border-color: #ADB748;
}
.TagClassName
{
border-color: #ADB748;
}
</style>