Shades of Celery #ADBB59
Tints of Celery #ADBB59
RGB
CMYK
RGB Variations
Color information
#ADBB59 (or 0xADBB59) is known color: Celery. HEX triplet: AD, BB and 59. RGB value is (173,187,89). Sum of RGB (Red+Green+Blue) = 173+187+89=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB59 is #5244A6. Grayscale: #ACACAC. Windows color (decimal): -5391527 or 5880749. OLE color: 5880749.
HSL color Cylindrical-coordinate representation of color #ADBB59: hue angle of 68.57º degrees, saturation: 0.42, 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 #ADBB59 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 89 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.27 |
| HSL | 68.57º | 0.42% | 0.54% | - |
| HSV(B) | 68.57º | 0.52% | 0.73% | - |
| XYZ | 36.81 | 45.15 | 16.23 | - |
| YUV | 171.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 89 | 0.07 | 0 | 0.52 | 0.27 | 68.57 | 0.42 | 0.54 |
| Hex | AD | BB | 59 | 7 | 0 | 34 | 1B | 45 | 2A | 36 |
| Octal | 255 | 273 | 131 | 7 | 0 | 64 | 33 | 105 | 52 | 66 |
| Binary | 10101101 | 10111011 | 1011001 | 111 | 0 | 110100 | 11011 | 1000101 | 101010 | 110110 |
Color Harmonies of #ADBB59
Complementary color
Monochromatic Colors of #ADBB59
Black with #ADBB59
Text Example
Text Example
White with #ADBB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB59; }
p { color: rgb(173,187,89); }
H1.HeaderClassName
{
color: #ADBB59;
}
.AnyTagClassName
{
color: #ADBB59;
}
</style>
background-color css
<style>
a { background-color: #ADBB59; }
a { background-color: rgb(173,187,89); }
div.DivClassName
{
background-color: #ADBB59;
}
.BgClassName
{
background-color: #ADBB59;
}
</style>
border-color css
<style>
span { border-color: #ADBB59; }
span { border-color: rgb(173,187,89); }
td.TdClassName
{
border-color: #ADBB59;
}
.TagClassName
{
border-color: #ADBB59;
}
</style>