Shades of Celery #ADB741
Tints of Celery #ADB741
RGB
CMYK
RGB Variations
Color information
#ADB741 (or 0xADB741) is known color: Celery. HEX triplet: AD, B7 and 41. RGB value is (173,183,65). Sum of RGB (Red+Green+Blue) = 173+183+65=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB741 is #5248BE. Grayscale: #A7A7A7. Windows color (decimal): -5392575 or 4306861. OLE color: 4306861.
HSL color Cylindrical-coordinate representation of color #ADB741: hue angle of 65.08º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB741 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 65 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.28 |
| HSL | 65.08º | 0.48% | 0.49% | - |
| HSV(B) | 65.08º | 0.64% | 0.72% | - |
| XYZ | 35.12 | 43.13 | 11.48 | - |
| YUV | 166.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 65 | 0.05 | 0 | 0.64 | 0.28 | 65.08 | 0.48 | 0.49 |
| Hex | AD | B7 | 41 | 5 | 0 | 40 | 1C | 41 | 30 | 31 |
| Octal | 255 | 267 | 101 | 5 | 0 | 100 | 34 | 101 | 60 | 61 |
| Binary | 10101101 | 10110111 | 1000001 | 101 | 0 | 1000000 | 11100 | 1000001 | 110000 | 110001 |
Color Harmonies of #ADB741
Complementary color
Monochromatic Colors of #ADB741
Black with #ADB741
Text Example
Text Example
White with #ADB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB741; }
p { color: rgb(173,183,65); }
H1.HeaderClassName
{
color: #ADB741;
}
.AnyTagClassName
{
color: #ADB741;
}
</style>
background-color css
<style>
a { background-color: #ADB741; }
a { background-color: rgb(173,183,65); }
div.DivClassName
{
background-color: #ADB741;
}
.BgClassName
{
background-color: #ADB741;
}
</style>
border-color css
<style>
span { border-color: #ADB741; }
span { border-color: rgb(173,183,65); }
td.TdClassName
{
border-color: #ADB741;
}
.TagClassName
{
border-color: #ADB741;
}
</style>