Shades of Celery #ADB541
Tints of Celery #ADB541
RGB
CMYK
RGB Variations
Color information
#ADB541 (or 0xADB541) is known color: Celery. HEX triplet: AD, B5 and 41. RGB value is (173,181,65). Sum of RGB (Red+Green+Blue) = 173+181+65=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB541 is #524ABE. Grayscale: #A5A5A5. Windows color (decimal): -5393087 or 4306349. OLE color: 4306349.
HSL color Cylindrical-coordinate representation of color #ADB541: hue angle of 64.14º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB541 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 65 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.29 |
| HSL | 64.14º | 0.47% | 0.48% | - |
| HSV(B) | 64.14º | 0.64% | 0.71% | - |
| XYZ | 34.71 | 42.31 | 11.34 | - |
| YUV | 165.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 65 | 0.04 | 0 | 0.64 | 0.29 | 64.14 | 0.47 | 0.48 |
| Hex | AD | B5 | 41 | 4 | 0 | 40 | 1D | 40 | 2F | 30 |
| Octal | 255 | 265 | 101 | 4 | 0 | 100 | 35 | 100 | 57 | 60 |
| Binary | 10101101 | 10110101 | 1000001 | 100 | 0 | 1000000 | 11101 | 1000000 | 101111 | 110000 |
Color Harmonies of #ADB541
Complementary color
Monochromatic Colors of #ADB541
Black with #ADB541
Text Example
Text Example
White with #ADB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB541; }
p { color: rgb(173,181,65); }
H1.HeaderClassName
{
color: #ADB541;
}
.AnyTagClassName
{
color: #ADB541;
}
</style>
background-color css
<style>
a { background-color: #ADB541; }
a { background-color: rgb(173,181,65); }
div.DivClassName
{
background-color: #ADB541;
}
.BgClassName
{
background-color: #ADB541;
}
</style>
border-color css
<style>
span { border-color: #ADB541; }
span { border-color: rgb(173,181,65); }
td.TdClassName
{
border-color: #ADB541;
}
.TagClassName
{
border-color: #ADB541;
}
</style>