Shades of Celery #BABB4E
Tints of Celery #BABB4E
RGB
CMYK
RGB Variations
Color information
#BABB4E (or 0xBABB4E) is known color: Celery. HEX triplet: BA, BB and 4E. RGB value is (186,187,78). Sum of RGB (Red+Green+Blue) = 186+187+78=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB4E is #4544B1. Grayscale: #AEAEAE. Windows color (decimal): -4539570 or 5159866. OLE color: 5159866.
HSL color Cylindrical-coordinate representation of color #BABB4E: hue angle of 60.55º 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 #BABB4E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 78 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.27 |
| HSL | 60.55º | 0.44% | 0.52% | - |
| HSV(B) | 60.55º | 0.58% | 0.73% | - |
| XYZ | 39.4 | 46.53 | 14.11 | - |
| YUV | 174.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 78 | 0.01 | 0 | 0.58 | 0.27 | 60.55 | 0.44 | 0.52 |
| Hex | BA | BB | 4E | 1 | 0 | 3A | 1B | 3D | 2C | 34 |
| Octal | 272 | 273 | 116 | 1 | 0 | 72 | 33 | 75 | 54 | 64 |
| Binary | 10111010 | 10111011 | 1001110 | 1 | 0 | 111010 | 11011 | 111101 | 101100 | 110100 |
Color Harmonies of #BABB4E
Complementary color
Monochromatic Colors of #BABB4E
Black with #BABB4E
Text Example
Text Example
White with #BABB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB4E; }
p { color: rgb(186,187,78); }
H1.HeaderClassName
{
color: #BABB4E;
}
.AnyTagClassName
{
color: #BABB4E;
}
</style>
background-color css
<style>
a { background-color: #BABB4E; }
a { background-color: rgb(186,187,78); }
div.DivClassName
{
background-color: #BABB4E;
}
.BgClassName
{
background-color: #BABB4E;
}
</style>
border-color css
<style>
span { border-color: #BABB4E; }
span { border-color: rgb(186,187,78); }
td.TdClassName
{
border-color: #BABB4E;
}
.TagClassName
{
border-color: #BABB4E;
}
</style>