Shades of Celery #ADB449
Tints of Celery #ADB449
RGB
CMYK
RGB Variations
Color information
#ADB449 (or 0xADB449) is known color: Celery. HEX triplet: AD, B4 and 49. RGB value is (173,180,73). Sum of RGB (Red+Green+Blue) = 173+180+73=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB449 is #524BB6. Grayscale: #A6A6A6. Windows color (decimal): -5393335 or 4830381. OLE color: 4830381.
HSL color Cylindrical-coordinate representation of color #ADB449: hue angle of 63.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB449 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 73 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.29 |
| HSL | 63.93º | 0.42% | 0.5% | - |
| HSV(B) | 63.93º | 0.59% | 0.71% | - |
| XYZ | 34.76 | 42.01 | 12.58 | - |
| YUV | 165.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 73 | 0.04 | 0 | 0.59 | 0.29 | 63.93 | 0.42 | 0.5 |
| Hex | AD | B4 | 49 | 4 | 0 | 3B | 1D | 40 | 2A | 32 |
| Octal | 255 | 264 | 111 | 4 | 0 | 73 | 35 | 100 | 52 | 62 |
| Binary | 10101101 | 10110100 | 1001001 | 100 | 0 | 111011 | 11101 | 1000000 | 101010 | 110010 |
Color Harmonies of #ADB449
Complementary color
Monochromatic Colors of #ADB449
Black with #ADB449
Text Example
Text Example
White with #ADB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB449; }
p { color: rgb(173,180,73); }
H1.HeaderClassName
{
color: #ADB449;
}
.AnyTagClassName
{
color: #ADB449;
}
</style>
background-color css
<style>
a { background-color: #ADB449; }
a { background-color: rgb(173,180,73); }
div.DivClassName
{
background-color: #ADB449;
}
.BgClassName
{
background-color: #ADB449;
}
</style>
border-color css
<style>
span { border-color: #ADB449; }
span { border-color: rgb(173,180,73); }
td.TdClassName
{
border-color: #ADB449;
}
.TagClassName
{
border-color: #ADB449;
}
</style>