Shades of Celery #BABA50
Tints of Celery #BABA50
RGB
CMYK
RGB Variations
Color information
#BABA50 (or 0xBABA50) is known color: Celery. HEX triplet: BA, BA and 50. RGB value is (186,186,80). Sum of RGB (Red+Green+Blue) = 186+186+80=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA50 is #4545AF. Grayscale: #AEAEAE. Windows color (decimal): -4539824 or 5290682. OLE color: 5290682.
HSL color Cylindrical-coordinate representation of color #BABA50: hue angle of 60º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BABA50 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 80 | - |
| CMYK | 0 | 0 | 0.57 | 0.27 |
| HSL | 60º | 0.43% | 0.52% | - |
| HSV(B) | 60º | 0.57% | 0.73% | - |
| XYZ | 39.26 | 46.14 | 14.43 | - |
| YUV | 173.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 80 | 0 | 0 | 0.57 | 0.27 | 60 | 0.43 | 0.52 |
| Hex | BA | BA | 50 | 0 | 0 | 39 | 1B | 3C | 2B | 34 |
| Octal | 272 | 272 | 120 | 0 | 0 | 71 | 33 | 74 | 53 | 64 |
| Binary | 10111010 | 10111010 | 1010000 | 0 | 0 | 111001 | 11011 | 111100 | 101011 | 110100 |
Color Harmonies of #BABA50
Complementary color
Monochromatic Colors of #BABA50
Black with #BABA50
Text Example
Text Example
White with #BABA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA50; }
p { color: rgb(186,186,80); }
H1.HeaderClassName
{
color: #BABA50;
}
.AnyTagClassName
{
color: #BABA50;
}
</style>
background-color css
<style>
a { background-color: #BABA50; }
a { background-color: rgb(186,186,80); }
div.DivClassName
{
background-color: #BABA50;
}
.BgClassName
{
background-color: #BABA50;
}
</style>
border-color css
<style>
span { border-color: #BABA50; }
span { border-color: rgb(186,186,80); }
td.TdClassName
{
border-color: #BABA50;
}
.TagClassName
{
border-color: #BABA50;
}
</style>