Shades of Celery #ADB349
Tints of Celery #ADB349
RGB
CMYK
RGB Variations
Color information
#ADB349 (or 0xADB349) is known color: Celery. HEX triplet: AD, B3 and 49. RGB value is (173,179,73). Sum of RGB (Red+Green+Blue) = 173+179+73=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB349 is #524CB6. Grayscale: #A5A5A5. Windows color (decimal): -5393591 or 4830125. OLE color: 4830125.
HSL color Cylindrical-coordinate representation of color #ADB349: hue angle of 63.4º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB349 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 73 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.30 |
| HSL | 63.4º | 0.42% | 0.49% | - |
| HSV(B) | 63.4º | 0.59% | 0.7% | - |
| XYZ | 34.56 | 41.61 | 12.51 | - |
| YUV | 165.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 73 | 0.03 | 0 | 0.59 | 0.30 | 63.4 | 0.42 | 0.49 |
| Hex | AD | B3 | 49 | 3 | 0 | 3B | 1E | 3F | 2A | 31 |
| Octal | 255 | 263 | 111 | 3 | 0 | 73 | 36 | 77 | 52 | 61 |
| Binary | 10101101 | 10110011 | 1001001 | 11 | 0 | 111011 | 11110 | 111111 | 101010 | 110001 |
Color Harmonies of #ADB349
Complementary color
Monochromatic Colors of #ADB349
Black with #ADB349
Text Example
Text Example
White with #ADB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB349; }
p { color: rgb(173,179,73); }
H1.HeaderClassName
{
color: #ADB349;
}
.AnyTagClassName
{
color: #ADB349;
}
</style>
background-color css
<style>
a { background-color: #ADB349; }
a { background-color: rgb(173,179,73); }
div.DivClassName
{
background-color: #ADB349;
}
.BgClassName
{
background-color: #ADB349;
}
</style>
border-color css
<style>
span { border-color: #ADB349; }
span { border-color: rgb(173,179,73); }
td.TdClassName
{
border-color: #ADB349;
}
.TagClassName
{
border-color: #ADB349;
}
</style>