Shades of Celery #ADB943
Tints of Celery #ADB943
RGB
CMYK
RGB Variations
Color information
#ADB943 (or 0xADB943) is known color: Celery. HEX triplet: AD, B9 and 43. RGB value is (173,185,67). Sum of RGB (Red+Green+Blue) = 173+185+67=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB943 is #5246BC. Grayscale: #A8A8A8. Windows color (decimal): -5392061 or 4438445. OLE color: 4438445.
HSL color Cylindrical-coordinate representation of color #ADB943: hue angle of 66.1º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB943 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 67 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.27 |
| HSL | 66.1º | 0.47% | 0.49% | - |
| HSV(B) | 66.1º | 0.64% | 0.73% | - |
| XYZ | 35.6 | 43.99 | 11.92 | - |
| YUV | 167.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 67 | 0.06 | 0 | 0.64 | 0.27 | 66.1 | 0.47 | 0.49 |
| Hex | AD | B9 | 43 | 6 | 0 | 40 | 1B | 42 | 2F | 31 |
| Octal | 255 | 271 | 103 | 6 | 0 | 100 | 33 | 102 | 57 | 61 |
| Binary | 10101101 | 10111001 | 1000011 | 110 | 0 | 1000000 | 11011 | 1000010 | 101111 | 110001 |
Color Harmonies of #ADB943
Complementary color
Monochromatic Colors of #ADB943
Black with #ADB943
Text Example
Text Example
White with #ADB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB943; }
p { color: rgb(173,185,67); }
H1.HeaderClassName
{
color: #ADB943;
}
.AnyTagClassName
{
color: #ADB943;
}
</style>
background-color css
<style>
a { background-color: #ADB943; }
a { background-color: rgb(173,185,67); }
div.DivClassName
{
background-color: #ADB943;
}
.BgClassName
{
background-color: #ADB943;
}
</style>
border-color css
<style>
span { border-color: #ADB943; }
span { border-color: rgb(173,185,67); }
td.TdClassName
{
border-color: #ADB943;
}
.TagClassName
{
border-color: #ADB943;
}
</style>