Shades of Celery #BABA4D
Tints of Celery #BABA4D
RGB
CMYK
RGB Variations
Color information
#BABA4D (or 0xBABA4D) is known color: Celery. HEX triplet: BA, BA and 4D. RGB value is (186,186,77). Sum of RGB (Red+Green+Blue) = 186+186+77=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA4D is #4545B2. Grayscale: #AEAEAE. Windows color (decimal): -4539827 or 5094074. OLE color: 5094074.
HSL color Cylindrical-coordinate representation of color #BABA4D: hue angle of 60º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BABA4D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 77 | - |
| CMYK | 0 | 0 | 0.59 | 0.27 |
| HSL | 60º | 0.44% | 0.52% | - |
| HSV(B) | 60º | 0.59% | 0.73% | - |
| XYZ | 39.15 | 46.09 | 13.85 | - |
| YUV | 173.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 77 | 0 | 0 | 0.59 | 0.27 | 60 | 0.44 | 0.52 |
| Hex | BA | BA | 4D | 0 | 0 | 3B | 1B | 3C | 2C | 34 |
| Octal | 272 | 272 | 115 | 0 | 0 | 73 | 33 | 74 | 54 | 64 |
| Binary | 10111010 | 10111010 | 1001101 | 0 | 0 | 111011 | 11011 | 111100 | 101100 | 110100 |
Color Harmonies of #BABA4D
Complementary color
Monochromatic Colors of #BABA4D
Black with #BABA4D
Text Example
Text Example
White with #BABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA4D; }
p { color: rgb(186,186,77); }
H1.HeaderClassName
{
color: #BABA4D;
}
.AnyTagClassName
{
color: #BABA4D;
}
</style>
background-color css
<style>
a { background-color: #BABA4D; }
a { background-color: rgb(186,186,77); }
div.DivClassName
{
background-color: #BABA4D;
}
.BgClassName
{
background-color: #BABA4D;
}
</style>
border-color css
<style>
span { border-color: #BABA4D; }
span { border-color: rgb(186,186,77); }
td.TdClassName
{
border-color: #BABA4D;
}
.TagClassName
{
border-color: #BABA4D;
}
</style>