Shades of Celery #BAB946
Tints of Celery #BAB946
RGB
CMYK
RGB Variations
Color information
#BAB946 (or 0xBAB946) is known color: Celery. HEX triplet: BA, B9 and 46. RGB value is (186,185,70). Sum of RGB (Red+Green+Blue) = 186+185+70=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB946 is #4546B9. Grayscale: #ACACAC. Windows color (decimal): -4540090 or 4635066. OLE color: 4635066.
HSL color Cylindrical-coordinate representation of color #BAB946: hue angle of 59.48º 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 #BAB946 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 70 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.27 |
| HSL | 59.48º | 0.46% | 0.5% | - |
| HSV(B) | 59.48º | 0.62% | 0.73% | - |
| XYZ | 38.7 | 45.58 | 12.55 | - |
| YUV | 172.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 70 | 0 | 0.01 | 0.62 | 0.27 | 59.48 | 0.46 | 0.5 |
| Hex | BA | B9 | 46 | 0 | 1 | 3E | 1B | 3B | 2E | 32 |
| Octal | 272 | 271 | 106 | 0 | 1 | 76 | 33 | 73 | 56 | 62 |
| Binary | 10111010 | 10111001 | 1000110 | 0 | 1 | 111110 | 11011 | 111011 | 101110 | 110010 |
Color Harmonies of #BAB946
Complementary color
Monochromatic Colors of #BAB946
Black with #BAB946
Text Example
Text Example
White with #BAB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB946; }
p { color: rgb(186,185,70); }
H1.HeaderClassName
{
color: #BAB946;
}
.AnyTagClassName
{
color: #BAB946;
}
</style>
background-color css
<style>
a { background-color: #BAB946; }
a { background-color: rgb(186,185,70); }
div.DivClassName
{
background-color: #BAB946;
}
.BgClassName
{
background-color: #BAB946;
}
</style>
border-color css
<style>
span { border-color: #BAB946; }
span { border-color: rgb(186,185,70); }
td.TdClassName
{
border-color: #BAB946;
}
.TagClassName
{
border-color: #BAB946;
}
</style>