Shades of Celery #ADB946
Tints of Celery #ADB946
RGB
CMYK
RGB Variations
Color information
#ADB946 (or 0xADB946) is known color: Celery. HEX triplet: AD, B9 and 46. RGB value is (173,185,70). Sum of RGB (Red+Green+Blue) = 173+185+70=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB946 is #5246B9. Grayscale: #A8A8A8. Windows color (decimal): -5392058 or 4635053. OLE color: 4635053.
HSL color Cylindrical-coordinate representation of color #ADB946: hue angle of 66.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB946 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 70 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.27 |
| HSL | 66.26º | 0.45% | 0.5% | - |
| HSV(B) | 66.26º | 0.62% | 0.73% | - |
| XYZ | 35.69 | 44.02 | 12.41 | - |
| YUV | 168.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 70 | 0.06 | 0 | 0.62 | 0.27 | 66.26 | 0.45 | 0.5 |
| Hex | AD | B9 | 46 | 6 | 0 | 3E | 1B | 42 | 2D | 32 |
| Octal | 255 | 271 | 106 | 6 | 0 | 76 | 33 | 102 | 55 | 62 |
| Binary | 10101101 | 10111001 | 1000110 | 110 | 0 | 111110 | 11011 | 1000010 | 101101 | 110010 |
Color Harmonies of #ADB946
Complementary color
Monochromatic Colors of #ADB946
Black with #ADB946
Text Example
Text Example
White with #ADB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB946; }
p { color: rgb(173,185,70); }
H1.HeaderClassName
{
color: #ADB946;
}
.AnyTagClassName
{
color: #ADB946;
}
</style>
background-color css
<style>
a { background-color: #ADB946; }
a { background-color: rgb(173,185,70); }
div.DivClassName
{
background-color: #ADB946;
}
.BgClassName
{
background-color: #ADB946;
}
</style>
border-color css
<style>
span { border-color: #ADB946; }
span { border-color: rgb(173,185,70); }
td.TdClassName
{
border-color: #ADB946;
}
.TagClassName
{
border-color: #ADB946;
}
</style>