Shades of Celery #BABA45
Tints of Celery #BABA45
RGB
CMYK
RGB Variations
Color information
#BABA45 (or 0xBABA45) is known color: Celery. HEX triplet: BA, BA and 45. RGB value is (186,186,69). Sum of RGB (Red+Green+Blue) = 186+186+69=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA45 is #4545BA. Grayscale: #ADADAD. Windows color (decimal): -4539835 or 4569786. OLE color: 4569786.
HSL color Cylindrical-coordinate representation of color #BABA45: hue angle of 60º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BABA45 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 69 | - |
| CMYK | 0 | 0 | 0.63 | 0.27 |
| HSL | 60º | 0.46% | 0.5% | - |
| HSV(B) | 60º | 0.63% | 0.73% | - |
| XYZ | 38.88 | 45.99 | 12.46 | - |
| YUV | 172.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 69 | 0 | 0 | 0.63 | 0.27 | 60 | 0.46 | 0.5 |
| Hex | BA | BA | 45 | 0 | 0 | 3F | 1B | 3C | 2E | 32 |
| Octal | 272 | 272 | 105 | 0 | 0 | 77 | 33 | 74 | 56 | 62 |
| Binary | 10111010 | 10111010 | 1000101 | 0 | 0 | 111111 | 11011 | 111100 | 101110 | 110010 |
Color Harmonies of #BABA45
Complementary color
Monochromatic Colors of #BABA45
Black with #BABA45
Text Example
Text Example
White with #BABA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA45; }
p { color: rgb(186,186,69); }
H1.HeaderClassName
{
color: #BABA45;
}
.AnyTagClassName
{
color: #BABA45;
}
</style>
background-color css
<style>
a { background-color: #BABA45; }
a { background-color: rgb(186,186,69); }
div.DivClassName
{
background-color: #BABA45;
}
.BgClassName
{
background-color: #BABA45;
}
</style>
border-color css
<style>
span { border-color: #BABA45; }
span { border-color: rgb(186,186,69); }
td.TdClassName
{
border-color: #BABA45;
}
.TagClassName
{
border-color: #BABA45;
}
</style>