Shades of Celery #ADB947
Tints of Celery #ADB947
RGB
CMYK
RGB Variations
Color information
#ADB947 (or 0xADB947) is known color: Celery. HEX triplet: AD, B9 and 47. RGB value is (173,185,71). Sum of RGB (Red+Green+Blue) = 173+185+71=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB947 is #5246B8. Grayscale: #A8A8A8. Windows color (decimal): -5392057 or 4700589. OLE color: 4700589.
HSL color Cylindrical-coordinate representation of color #ADB947: hue angle of 66.32º 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 #ADB947 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 71 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.27 |
| HSL | 66.32º | 0.45% | 0.5% | - |
| HSV(B) | 66.32º | 0.62% | 0.73% | - |
| XYZ | 35.72 | 44.04 | 12.58 | - |
| YUV | 168.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 71 | 0.06 | 0 | 0.62 | 0.27 | 66.32 | 0.45 | 0.5 |
| Hex | AD | B9 | 47 | 6 | 0 | 3E | 1B | 42 | 2D | 32 |
| Octal | 255 | 271 | 107 | 6 | 0 | 76 | 33 | 102 | 55 | 62 |
| Binary | 10101101 | 10111001 | 1000111 | 110 | 0 | 111110 | 11011 | 1000010 | 101101 | 110010 |
Color Harmonies of #ADB947
Complementary color
Monochromatic Colors of #ADB947
Black with #ADB947
Text Example
Text Example
White with #ADB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB947; }
p { color: rgb(173,185,71); }
H1.HeaderClassName
{
color: #ADB947;
}
.AnyTagClassName
{
color: #ADB947;
}
</style>
background-color css
<style>
a { background-color: #ADB947; }
a { background-color: rgb(173,185,71); }
div.DivClassName
{
background-color: #ADB947;
}
.BgClassName
{
background-color: #ADB947;
}
</style>
border-color css
<style>
span { border-color: #ADB947; }
span { border-color: rgb(173,185,71); }
td.TdClassName
{
border-color: #ADB947;
}
.TagClassName
{
border-color: #ADB947;
}
</style>