Shades of Celery #ADB347
Tints of Celery #ADB347
RGB
CMYK
RGB Variations
Color information
#ADB347 (or 0xADB347) is known color: Celery. HEX triplet: AD, B3 and 47. RGB value is (173,179,71). Sum of RGB (Red+Green+Blue) = 173+179+71=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB347 is #524CB8. Grayscale: #A5A5A5. Windows color (decimal): -5393593 or 4699053. OLE color: 4699053.
HSL color Cylindrical-coordinate representation of color #ADB347: hue angle of 63.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB347 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 71 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.30 |
| HSL | 63.33º | 0.43% | 0.49% | - |
| HSV(B) | 63.33º | 0.6% | 0.7% | - |
| XYZ | 34.49 | 41.58 | 12.17 | - |
| YUV | 164.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 71 | 0.03 | 0 | 0.60 | 0.30 | 63.33 | 0.43 | 0.49 |
| Hex | AD | B3 | 47 | 3 | 0 | 3C | 1E | 3F | 2B | 31 |
| Octal | 255 | 263 | 107 | 3 | 0 | 74 | 36 | 77 | 53 | 61 |
| Binary | 10101101 | 10110011 | 1000111 | 11 | 0 | 111100 | 11110 | 111111 | 101011 | 110001 |
Color Harmonies of #ADB347
Complementary color
Monochromatic Colors of #ADB347
Black with #ADB347
Text Example
Text Example
White with #ADB347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB347; }
p { color: rgb(173,179,71); }
H1.HeaderClassName
{
color: #ADB347;
}
.AnyTagClassName
{
color: #ADB347;
}
</style>
background-color css
<style>
a { background-color: #ADB347; }
a { background-color: rgb(173,179,71); }
div.DivClassName
{
background-color: #ADB347;
}
.BgClassName
{
background-color: #ADB347;
}
</style>
border-color css
<style>
span { border-color: #ADB347; }
span { border-color: rgb(173,179,71); }
td.TdClassName
{
border-color: #ADB347;
}
.TagClassName
{
border-color: #ADB347;
}
</style>