Shades of Celery #ADB94F
Tints of Celery #ADB94F
RGB
CMYK
RGB Variations
Color information
#ADB94F (or 0xADB94F) is known color: Celery. HEX triplet: AD, B9 and 4F. RGB value is (173,185,79). Sum of RGB (Red+Green+Blue) = 173+185+79=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB94F is #5246B0. Grayscale: #A9A9A9. Windows color (decimal): -5392049 or 5224877. OLE color: 5224877.
HSL color Cylindrical-coordinate representation of color #ADB94F: hue angle of 66.79º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB94F is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 79 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.27 |
| HSL | 66.79º | 0.43% | 0.52% | - |
| HSV(B) | 66.79º | 0.57% | 0.73% | - |
| XYZ | 35.99 | 44.15 | 14.02 | - |
| YUV | 169.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 79 | 0.06 | 0 | 0.57 | 0.27 | 66.79 | 0.43 | 0.52 |
| Hex | AD | B9 | 4F | 6 | 0 | 39 | 1B | 43 | 2B | 34 |
| Octal | 255 | 271 | 117 | 6 | 0 | 71 | 33 | 103 | 53 | 64 |
| Binary | 10101101 | 10111001 | 1001111 | 110 | 0 | 111001 | 11011 | 1000011 | 101011 | 110100 |
Color Harmonies of #ADB94F
Complementary color
Monochromatic Colors of #ADB94F
Black with #ADB94F
Text Example
Text Example
White with #ADB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB94F; }
p { color: rgb(173,185,79); }
H1.HeaderClassName
{
color: #ADB94F;
}
.AnyTagClassName
{
color: #ADB94F;
}
</style>
background-color css
<style>
a { background-color: #ADB94F; }
a { background-color: rgb(173,185,79); }
div.DivClassName
{
background-color: #ADB94F;
}
.BgClassName
{
background-color: #ADB94F;
}
</style>
border-color css
<style>
span { border-color: #ADB94F; }
span { border-color: rgb(173,185,79); }
td.TdClassName
{
border-color: #ADB94F;
}
.TagClassName
{
border-color: #ADB94F;
}
</style>