Shades of Celery #BABA47
Tints of Celery #BABA47
RGB
CMYK
RGB Variations
Color information
#BABA47 (or 0xBABA47) is known color: Celery. HEX triplet: BA, BA and 47. RGB value is (186,186,71). Sum of RGB (Red+Green+Blue) = 186+186+71=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA47 is #4545B8. Grayscale: #ADADAD. Windows color (decimal): -4539833 or 4700858. OLE color: 4700858.
HSL color Cylindrical-coordinate representation of color #BABA47: hue angle of 60º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BABA47 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 71 | - |
| CMYK | 0 | 0 | 0.62 | 0.27 |
| HSL | 60º | 0.45% | 0.5% | - |
| HSV(B) | 60º | 0.62% | 0.73% | - |
| XYZ | 38.95 | 46.01 | 12.79 | - |
| YUV | 172.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 71 | 0 | 0 | 0.62 | 0.27 | 60 | 0.45 | 0.5 |
| Hex | BA | BA | 47 | 0 | 0 | 3E | 1B | 3C | 2D | 32 |
| Octal | 272 | 272 | 107 | 0 | 0 | 76 | 33 | 74 | 55 | 62 |
| Binary | 10111010 | 10111010 | 1000111 | 0 | 0 | 111110 | 11011 | 111100 | 101101 | 110010 |
Color Harmonies of #BABA47
Complementary color
Monochromatic Colors of #BABA47
Black with #BABA47
Text Example
Text Example
White with #BABA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA47; }
p { color: rgb(186,186,71); }
H1.HeaderClassName
{
color: #BABA47;
}
.AnyTagClassName
{
color: #BABA47;
}
</style>
background-color css
<style>
a { background-color: #BABA47; }
a { background-color: rgb(186,186,71); }
div.DivClassName
{
background-color: #BABA47;
}
.BgClassName
{
background-color: #BABA47;
}
</style>
border-color css
<style>
span { border-color: #BABA47; }
span { border-color: rgb(186,186,71); }
td.TdClassName
{
border-color: #BABA47;
}
.TagClassName
{
border-color: #BABA47;
}
</style>