Shades of Celery #ADB940
Tints of Celery #ADB940
RGB
CMYK
RGB Variations
Color information
#ADB940 (or 0xADB940) is known color: Celery. HEX triplet: AD, B9 and 40. RGB value is (173,185,64). Sum of RGB (Red+Green+Blue) = 173+185+64=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB940 is #5246BF. Grayscale: #A8A8A8. Windows color (decimal): -5392064 or 4241837. OLE color: 4241837.
HSL color Cylindrical-coordinate representation of color #ADB940: hue angle of 65.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADB940 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 64 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.27 |
| HSL | 65.95º | 0.49% | 0.49% | - |
| HSV(B) | 65.95º | 0.65% | 0.73% | - |
| XYZ | 35.51 | 43.95 | 11.46 | - |
| YUV | 167.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 64 | 0.06 | 0 | 0.65 | 0.27 | 65.95 | 0.49 | 0.49 |
| Hex | AD | B9 | 40 | 6 | 0 | 41 | 1B | 42 | 31 | 31 |
| Octal | 255 | 271 | 100 | 6 | 0 | 101 | 33 | 102 | 61 | 61 |
| Binary | 10101101 | 10111001 | 1000000 | 110 | 0 | 1000001 | 11011 | 1000010 | 110001 | 110001 |
Color Harmonies of #ADB940
Complementary color
Monochromatic Colors of #ADB940
Black with #ADB940
Text Example
Text Example
White with #ADB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB940; }
p { color: rgb(173,185,64); }
H1.HeaderClassName
{
color: #ADB940;
}
.AnyTagClassName
{
color: #ADB940;
}
</style>
background-color css
<style>
a { background-color: #ADB940; }
a { background-color: rgb(173,185,64); }
div.DivClassName
{
background-color: #ADB940;
}
.BgClassName
{
background-color: #ADB940;
}
</style>
border-color css
<style>
span { border-color: #ADB940; }
span { border-color: rgb(173,185,64); }
td.TdClassName
{
border-color: #ADB940;
}
.TagClassName
{
border-color: #ADB940;
}
</style>