Shades of Celery #BABA4F
Tints of Celery #BABA4F
RGB
CMYK
RGB Variations
Color information
#BABA4F (or 0xBABA4F) is known color: Celery. HEX triplet: BA, BA and 4F. RGB value is (186,186,79). Sum of RGB (Red+Green+Blue) = 186+186+79=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA4F is #4545B0. Grayscale: #AEAEAE. Windows color (decimal): -4539825 or 5225146. OLE color: 5225146.
HSL color Cylindrical-coordinate representation of color #BABA4F: 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.58%. Process color model (Four color, CMYK) of #BABA4F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 79 | - |
| CMYK | 0 | 0 | 0.58 | 0.27 |
| HSL | 60º | 0.44% | 0.52% | - |
| HSV(B) | 60º | 0.58% | 0.73% | - |
| XYZ | 39.22 | 46.12 | 14.23 | - |
| YUV | 173.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 79 | 0 | 0 | 0.58 | 0.27 | 60 | 0.44 | 0.52 |
| Hex | BA | BA | 4F | 0 | 0 | 3A | 1B | 3C | 2C | 34 |
| Octal | 272 | 272 | 117 | 0 | 0 | 72 | 33 | 74 | 54 | 64 |
| Binary | 10111010 | 10111010 | 1001111 | 0 | 0 | 111010 | 11011 | 111100 | 101100 | 110100 |
Color Harmonies of #BABA4F
Complementary color
Monochromatic Colors of #BABA4F
Black with #BABA4F
Text Example
Text Example
White with #BABA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA4F; }
p { color: rgb(186,186,79); }
H1.HeaderClassName
{
color: #BABA4F;
}
.AnyTagClassName
{
color: #BABA4F;
}
</style>
background-color css
<style>
a { background-color: #BABA4F; }
a { background-color: rgb(186,186,79); }
div.DivClassName
{
background-color: #BABA4F;
}
.BgClassName
{
background-color: #BABA4F;
}
</style>
border-color css
<style>
span { border-color: #BABA4F; }
span { border-color: rgb(186,186,79); }
td.TdClassName
{
border-color: #BABA4F;
}
.TagClassName
{
border-color: #BABA4F;
}
</style>