Shades of Celery #ADBA56
Tints of Celery #ADBA56
RGB
CMYK
RGB Variations
Color information
#ADBA56 (or 0xADBA56) is known color: Celery. HEX triplet: AD, BA and 56. RGB value is (173,186,86). Sum of RGB (Red+Green+Blue) = 173+186+86=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA56 is #5245A9. Grayscale: #ABABAB. Windows color (decimal): -5391786 or 5683885. OLE color: 5683885.
HSL color Cylindrical-coordinate representation of color #ADBA56: hue angle of 67.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADBA56 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 86 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.27 |
| HSL | 67.8º | 0.42% | 0.53% | - |
| HSV(B) | 67.8º | 0.54% | 0.73% | - |
| XYZ | 36.47 | 44.67 | 15.5 | - |
| YUV | 170.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 86 | 0.07 | 0 | 0.54 | 0.27 | 67.8 | 0.42 | 0.53 |
| Hex | AD | BA | 56 | 7 | 0 | 36 | 1B | 44 | 2A | 35 |
| Octal | 255 | 272 | 126 | 7 | 0 | 66 | 33 | 104 | 52 | 65 |
| Binary | 10101101 | 10111010 | 1010110 | 111 | 0 | 110110 | 11011 | 1000100 | 101010 | 110101 |
Color Harmonies of #ADBA56
Complementary color
Monochromatic Colors of #ADBA56
Black with #ADBA56
Text Example
Text Example
White with #ADBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA56; }
p { color: rgb(173,186,86); }
H1.HeaderClassName
{
color: #ADBA56;
}
.AnyTagClassName
{
color: #ADBA56;
}
</style>
background-color css
<style>
a { background-color: #ADBA56; }
a { background-color: rgb(173,186,86); }
div.DivClassName
{
background-color: #ADBA56;
}
.BgClassName
{
background-color: #ADBA56;
}
</style>
border-color css
<style>
span { border-color: #ADBA56; }
span { border-color: rgb(173,186,86); }
td.TdClassName
{
border-color: #ADBA56;
}
.TagClassName
{
border-color: #ADBA56;
}
</style>