Shades of Celery #BAC541
Tints of Celery #BAC541
RGB
CMYK
RGB Variations
Color information
#BAC541 (or 0xBAC541) is known color: Celery. HEX triplet: BA, C5 and 41. RGB value is (186,197,65). Sum of RGB (Red+Green+Blue) = 186+197+65=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC541 is #453ABE. Grayscale: #B3B3B3. Windows color (decimal): -4537023 or 4310458. OLE color: 4310458.
HSL color Cylindrical-coordinate representation of color #BAC541: hue angle of 65º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC541 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 65 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.23 |
| HSL | 65º | 0.53% | 0.51% | - |
| HSV(B) | 65º | 0.67% | 0.77% | - |
| XYZ | 41.17 | 50.75 | 12.63 | - |
| YUV | 178.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 65 | 0.06 | 0 | 0.67 | 0.23 | 65 | 0.53 | 0.51 |
| Hex | BA | C5 | 41 | 6 | 0 | 43 | 17 | 41 | 35 | 33 |
| Octal | 272 | 305 | 101 | 6 | 0 | 103 | 27 | 101 | 65 | 63 |
| Binary | 10111010 | 11000101 | 1000001 | 110 | 0 | 1000011 | 10111 | 1000001 | 110101 | 110011 |
Color Harmonies of #BAC541
Complementary color
Monochromatic Colors of #BAC541
Black with #BAC541
Text Example
Text Example
White with #BAC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC541; }
p { color: rgb(186,197,65); }
H1.HeaderClassName
{
color: #BAC541;
}
.AnyTagClassName
{
color: #BAC541;
}
</style>
background-color css
<style>
a { background-color: #BAC541; }
a { background-color: rgb(186,197,65); }
div.DivClassName
{
background-color: #BAC541;
}
.BgClassName
{
background-color: #BAC541;
}
</style>
border-color css
<style>
span { border-color: #BAC541; }
span { border-color: rgb(186,197,65); }
td.TdClassName
{
border-color: #BAC541;
}
.TagClassName
{
border-color: #BAC541;
}
</style>