Shades of Celery #BABA46
Tints of Celery #BABA46
RGB
CMYK
RGB Variations
Color information
#BABA46 (or 0xBABA46) is known color: Celery. HEX triplet: BA, BA and 46. RGB value is (186,186,70). Sum of RGB (Red+Green+Blue) = 186+186+70=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA46 is #4545B9. Grayscale: #ADADAD. Windows color (decimal): -4539834 or 4635322. OLE color: 4635322.
HSL color Cylindrical-coordinate representation of color #BABA46: 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.62%. Process color model (Four color, CMYK) of #BABA46 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 70 | - |
| CMYK | 0 | 0 | 0.62 | 0.27 |
| HSL | 60º | 0.46% | 0.5% | - |
| HSV(B) | 60º | 0.62% | 0.73% | - |
| XYZ | 38.91 | 46 | 12.62 | - |
| YUV | 172.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 70 | 0 | 0 | 0.62 | 0.27 | 60 | 0.46 | 0.5 |
| Hex | BA | BA | 46 | 0 | 0 | 3E | 1B | 3C | 2E | 32 |
| Octal | 272 | 272 | 106 | 0 | 0 | 76 | 33 | 74 | 56 | 62 |
| Binary | 10111010 | 10111010 | 1000110 | 0 | 0 | 111110 | 11011 | 111100 | 101110 | 110010 |
Color Harmonies of #BABA46
Complementary color
Monochromatic Colors of #BABA46
Black with #BABA46
Text Example
Text Example
White with #BABA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA46; }
p { color: rgb(186,186,70); }
H1.HeaderClassName
{
color: #BABA46;
}
.AnyTagClassName
{
color: #BABA46;
}
</style>
background-color css
<style>
a { background-color: #BABA46; }
a { background-color: rgb(186,186,70); }
div.DivClassName
{
background-color: #BABA46;
}
.BgClassName
{
background-color: #BABA46;
}
</style>
border-color css
<style>
span { border-color: #BABA46; }
span { border-color: rgb(186,186,70); }
td.TdClassName
{
border-color: #BABA46;
}
.TagClassName
{
border-color: #BABA46;
}
</style>