Shades of Celery #ADBB5A
Tints of Celery #ADBB5A
RGB
CMYK
RGB Variations
Color information
#ADBB5A (or 0xADBB5A) is known color: Celery. HEX triplet: AD, BB and 5A. RGB value is (173,187,90). Sum of RGB (Red+Green+Blue) = 173+187+90=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB5A is #5244A5. Grayscale: #ACACAC. Windows color (decimal): -5391526 or 5946285. OLE color: 5946285.
HSL color Cylindrical-coordinate representation of color #ADBB5A: hue angle of 68.66º 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 #ADBB5A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 90 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.27 |
| HSL | 68.66º | 0.42% | 0.54% | - |
| HSV(B) | 68.66º | 0.52% | 0.73% | - |
| XYZ | 36.85 | 45.16 | 16.45 | - |
| YUV | 171.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 90 | 0.07 | 0 | 0.52 | 0.27 | 68.66 | 0.42 | 0.54 |
| Hex | AD | BB | 5A | 7 | 0 | 34 | 1B | 45 | 2A | 36 |
| Octal | 255 | 273 | 132 | 7 | 0 | 64 | 33 | 105 | 52 | 66 |
| Binary | 10101101 | 10111011 | 1011010 | 111 | 0 | 110100 | 11011 | 1000101 | 101010 | 110110 |
Color Harmonies of #ADBB5A
Complementary color
Monochromatic Colors of #ADBB5A
Black with #ADBB5A
Text Example
Text Example
White with #ADBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB5A; }
p { color: rgb(173,187,90); }
H1.HeaderClassName
{
color: #ADBB5A;
}
.AnyTagClassName
{
color: #ADBB5A;
}
</style>
background-color css
<style>
a { background-color: #ADBB5A; }
a { background-color: rgb(173,187,90); }
div.DivClassName
{
background-color: #ADBB5A;
}
.BgClassName
{
background-color: #ADBB5A;
}
</style>
border-color css
<style>
span { border-color: #ADBB5A; }
span { border-color: rgb(173,187,90); }
td.TdClassName
{
border-color: #ADBB5A;
}
.TagClassName
{
border-color: #ADBB5A;
}
</style>