Shades of Celery #ADB958
Tints of Celery #ADB958
RGB
CMYK
RGB Variations
Color information
#ADB958 (or 0xADB958) is known color: Celery. HEX triplet: AD, B9 and 58. RGB value is (173,185,88). Sum of RGB (Red+Green+Blue) = 173+185+88=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB958 is #5246A7. Grayscale: #AAAAAA. Windows color (decimal): -5392040 or 5814701. OLE color: 5814701.
HSL color Cylindrical-coordinate representation of color #ADB958: hue angle of 67.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB958 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 88 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.27 |
| HSL | 67.42º | 0.41% | 0.54% | - |
| HSV(B) | 67.42º | 0.52% | 0.73% | - |
| XYZ | 36.34 | 44.29 | 15.87 | - |
| YUV | 170.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 88 | 0.06 | 0 | 0.52 | 0.27 | 67.42 | 0.41 | 0.54 |
| Hex | AD | B9 | 58 | 6 | 0 | 34 | 1B | 43 | 29 | 36 |
| Octal | 255 | 271 | 130 | 6 | 0 | 64 | 33 | 103 | 51 | 66 |
| Binary | 10101101 | 10111001 | 1011000 | 110 | 0 | 110100 | 11011 | 1000011 | 101001 | 110110 |
Color Harmonies of #ADB958
Complementary color
Monochromatic Colors of #ADB958
Black with #ADB958
Text Example
Text Example
White with #ADB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB958; }
p { color: rgb(173,185,88); }
H1.HeaderClassName
{
color: #ADB958;
}
.AnyTagClassName
{
color: #ADB958;
}
</style>
background-color css
<style>
a { background-color: #ADB958; }
a { background-color: rgb(173,185,88); }
div.DivClassName
{
background-color: #ADB958;
}
.BgClassName
{
background-color: #ADB958;
}
</style>
border-color css
<style>
span { border-color: #ADB958; }
span { border-color: rgb(173,185,88); }
td.TdClassName
{
border-color: #ADB958;
}
.TagClassName
{
border-color: #ADB958;
}
</style>