Shades of Celery #BABA49
Tints of Celery #BABA49
RGB
CMYK
RGB Variations
Color information
#BABA49 (or 0xBABA49) is known color: Celery. HEX triplet: BA, BA and 49. RGB value is (186,186,73). Sum of RGB (Red+Green+Blue) = 186+186+73=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA49 is #4545B6. Grayscale: #ADADAD. Windows color (decimal): -4539831 or 4831930. OLE color: 4831930.
HSL color Cylindrical-coordinate representation of color #BABA49: hue angle of 60º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BABA49 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 73 | - |
| CMYK | 0 | 0 | 0.61 | 0.27 |
| HSL | 60º | 0.45% | 0.51% | - |
| HSV(B) | 60º | 0.61% | 0.73% | - |
| XYZ | 39.01 | 46.04 | 13.13 | - |
| YUV | 173.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 73 | 0 | 0 | 0.61 | 0.27 | 60 | 0.45 | 0.51 |
| Hex | BA | BA | 49 | 0 | 0 | 3D | 1B | 3C | 2D | 33 |
| Octal | 272 | 272 | 111 | 0 | 0 | 75 | 33 | 74 | 55 | 63 |
| Binary | 10111010 | 10111010 | 1001001 | 0 | 0 | 111101 | 11011 | 111100 | 101101 | 110011 |
Color Harmonies of #BABA49
Complementary color
Monochromatic Colors of #BABA49
Black with #BABA49
Text Example
Text Example
White with #BABA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA49; }
p { color: rgb(186,186,73); }
H1.HeaderClassName
{
color: #BABA49;
}
.AnyTagClassName
{
color: #BABA49;
}
</style>
background-color css
<style>
a { background-color: #BABA49; }
a { background-color: rgb(186,186,73); }
div.DivClassName
{
background-color: #BABA49;
}
.BgClassName
{
background-color: #BABA49;
}
</style>
border-color css
<style>
span { border-color: #BABA49; }
span { border-color: rgb(186,186,73); }
td.TdClassName
{
border-color: #BABA49;
}
.TagClassName
{
border-color: #BABA49;
}
</style>