Shades of Celery #ADBA5A
Tints of Celery #ADBA5A
RGB
CMYK
RGB Variations
Color information
#ADBA5A (or 0xADBA5A) is known color: Celery. HEX triplet: AD, BA and 5A. RGB value is (173,186,90). Sum of RGB (Red+Green+Blue) = 173+186+90=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5A is #5245A5. Grayscale: #ABABAB. Windows color (decimal): -5391782 or 5946029. OLE color: 5946029.
HSL color Cylindrical-coordinate representation of color #ADBA5A: hue angle of 68.13º 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 #ADBA5A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 90 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.27 |
| HSL | 68.13º | 0.41% | 0.54% | - |
| HSV(B) | 68.13º | 0.52% | 0.73% | - |
| XYZ | 36.64 | 44.74 | 16.38 | - |
| YUV | 171.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 90 | 0.07 | 0 | 0.52 | 0.27 | 68.13 | 0.41 | 0.54 |
| Hex | AD | BA | 5A | 7 | 0 | 34 | 1B | 44 | 29 | 36 |
| Octal | 255 | 272 | 132 | 7 | 0 | 64 | 33 | 104 | 51 | 66 |
| Binary | 10101101 | 10111010 | 1011010 | 111 | 0 | 110100 | 11011 | 1000100 | 101001 | 110110 |
Color Harmonies of #ADBA5A
Complementary color
Monochromatic Colors of #ADBA5A
Black with #ADBA5A
Text Example
Text Example
White with #ADBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA5A; }
p { color: rgb(173,186,90); }
H1.HeaderClassName
{
color: #ADBA5A;
}
.AnyTagClassName
{
color: #ADBA5A;
}
</style>
background-color css
<style>
a { background-color: #ADBA5A; }
a { background-color: rgb(173,186,90); }
div.DivClassName
{
background-color: #ADBA5A;
}
.BgClassName
{
background-color: #ADBA5A;
}
</style>
border-color css
<style>
span { border-color: #ADBA5A; }
span { border-color: rgb(173,186,90); }
td.TdClassName
{
border-color: #ADBA5A;
}
.TagClassName
{
border-color: #ADBA5A;
}
</style>