Shades of Celery #BAB84E
Tints of Celery #BAB84E
RGB
CMYK
RGB Variations
Color information
#BAB84E (or 0xBAB84E) is known color: Celery. HEX triplet: BA, B8 and 4E. RGB value is (186,184,78). Sum of RGB (Red+Green+Blue) = 186+184+78=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB84E is #4547B1. Grayscale: #ACACAC. Windows color (decimal): -4540338 or 5159098. OLE color: 5159098.
HSL color Cylindrical-coordinate representation of color #BAB84E: hue angle of 58.89º 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 #BAB84E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 78 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.27 |
| HSL | 58.89º | 0.44% | 0.52% | - |
| HSV(B) | 58.89º | 0.58% | 0.73% | - |
| XYZ | 38.77 | 45.27 | 13.9 | - |
| YUV | 172.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 78 | 0 | 0.01 | 0.58 | 0.27 | 58.89 | 0.44 | 0.52 |
| Hex | BA | B8 | 4E | 0 | 1 | 3A | 1B | 3B | 2C | 34 |
| Octal | 272 | 270 | 116 | 0 | 1 | 72 | 33 | 73 | 54 | 64 |
| Binary | 10111010 | 10111000 | 1001110 | 0 | 1 | 111010 | 11011 | 111011 | 101100 | 110100 |
Color Harmonies of #BAB84E
Complementary color
Monochromatic Colors of #BAB84E
Black with #BAB84E
Text Example
Text Example
White with #BAB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB84E; }
p { color: rgb(186,184,78); }
H1.HeaderClassName
{
color: #BAB84E;
}
.AnyTagClassName
{
color: #BAB84E;
}
</style>
background-color css
<style>
a { background-color: #BAB84E; }
a { background-color: rgb(186,184,78); }
div.DivClassName
{
background-color: #BAB84E;
}
.BgClassName
{
background-color: #BAB84E;
}
</style>
border-color css
<style>
span { border-color: #BAB84E; }
span { border-color: rgb(186,184,78); }
td.TdClassName
{
border-color: #BAB84E;
}
.TagClassName
{
border-color: #BAB84E;
}
</style>