Shades of Celery #ADB73A
Tints of Celery #ADB73A
RGB
CMYK
RGB Variations
Color information
#ADB73A (or 0xADB73A) is known color: Celery. HEX triplet: AD, B7 and 3A. RGB value is (173,183,58). Sum of RGB (Red+Green+Blue) = 173+183+58=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB73A is #5248C5. Grayscale: #A6A6A6. Windows color (decimal): -5392582 or 3848109. OLE color: 3848109.
HSL color Cylindrical-coordinate representation of color #ADB73A: hue angle of 64.8º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB73A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 58 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.28 |
| HSL | 64.8º | 0.52% | 0.47% | - |
| HSV(B) | 64.8º | 0.68% | 0.72% | - |
| XYZ | 34.93 | 43.06 | 10.47 | - |
| YUV | 165.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 58 | 0.05 | 0 | 0.68 | 0.28 | 64.8 | 0.52 | 0.47 |
| Hex | AD | B7 | 3A | 5 | 0 | 44 | 1C | 41 | 34 | 2F |
| Octal | 255 | 267 | 72 | 5 | 0 | 104 | 34 | 101 | 64 | 57 |
| Binary | 10101101 | 10110111 | 111010 | 101 | 0 | 1000100 | 11100 | 1000001 | 110100 | 101111 |
Color Harmonies of #ADB73A
Complementary color
Monochromatic Colors of #ADB73A
Black with #ADB73A
Text Example
Text Example
White with #ADB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB73A; }
p { color: rgb(173,183,58); }
H1.HeaderClassName
{
color: #ADB73A;
}
.AnyTagClassName
{
color: #ADB73A;
}
</style>
background-color css
<style>
a { background-color: #ADB73A; }
a { background-color: rgb(173,183,58); }
div.DivClassName
{
background-color: #ADB73A;
}
.BgClassName
{
background-color: #ADB73A;
}
</style>
border-color css
<style>
span { border-color: #ADB73A; }
span { border-color: rgb(173,183,58); }
td.TdClassName
{
border-color: #ADB73A;
}
.TagClassName
{
border-color: #ADB73A;
}
</style>