Shades of Celery #BAC241
Tints of Celery #BAC241
RGB
CMYK
RGB Variations
Color information
#BAC241 (or 0xBAC241) is known color: Celery. HEX triplet: BA, C2 and 41. RGB value is (186,194,65). Sum of RGB (Red+Green+Blue) = 186+194+65=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC241 is #453DBE. Grayscale: #B1B1B1. Windows color (decimal): -4537791 or 4309690. OLE color: 4309690.
HSL color Cylindrical-coordinate representation of color #BAC241: hue angle of 63.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC241 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 65 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.24 |
| HSL | 63.72º | 0.51% | 0.51% | - |
| HSV(B) | 63.72º | 0.66% | 0.76% | - |
| XYZ | 40.5 | 49.4 | 12.4 | - |
| YUV | 176.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 65 | 0.04 | 0 | 0.66 | 0.24 | 63.72 | 0.51 | 0.51 |
| Hex | BA | C2 | 41 | 4 | 0 | 42 | 18 | 40 | 33 | 33 |
| Octal | 272 | 302 | 101 | 4 | 0 | 102 | 30 | 100 | 63 | 63 |
| Binary | 10111010 | 11000010 | 1000001 | 100 | 0 | 1000010 | 11000 | 1000000 | 110011 | 110011 |
Color Harmonies of #BAC241
Complementary color
Monochromatic Colors of #BAC241
Black with #BAC241
Text Example
Text Example
White with #BAC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC241; }
p { color: rgb(186,194,65); }
H1.HeaderClassName
{
color: #BAC241;
}
.AnyTagClassName
{
color: #BAC241;
}
</style>
background-color css
<style>
a { background-color: #BAC241; }
a { background-color: rgb(186,194,65); }
div.DivClassName
{
background-color: #BAC241;
}
.BgClassName
{
background-color: #BAC241;
}
</style>
border-color css
<style>
span { border-color: #BAC241; }
span { border-color: rgb(186,194,65); }
td.TdClassName
{
border-color: #BAC241;
}
.TagClassName
{
border-color: #BAC241;
}
</style>