Shades of Celery #BAC547
Tints of Celery #BAC547
RGB
CMYK
RGB Variations
Color information
#BAC547 (or 0xBAC547) is known color: Celery. HEX triplet: BA, C5 and 47. RGB value is (186,197,71). Sum of RGB (Red+Green+Blue) = 186+197+71=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC547 is #453AB8. Grayscale: #B3B3B3. Windows color (decimal): -4537017 or 4703674. OLE color: 4703674.
HSL color Cylindrical-coordinate representation of color #BAC547: hue angle of 65.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC547 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 71 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.23 |
| HSL | 65.24º | 0.52% | 0.53% | - |
| HSV(B) | 65.24º | 0.64% | 0.77% | - |
| XYZ | 41.35 | 50.83 | 13.59 | - |
| YUV | 179.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 71 | 0.06 | 0 | 0.64 | 0.23 | 65.24 | 0.52 | 0.53 |
| Hex | BA | C5 | 47 | 6 | 0 | 40 | 17 | 41 | 34 | 35 |
| Octal | 272 | 305 | 107 | 6 | 0 | 100 | 27 | 101 | 64 | 65 |
| Binary | 10111010 | 11000101 | 1000111 | 110 | 0 | 1000000 | 10111 | 1000001 | 110100 | 110101 |
Color Harmonies of #BAC547
Complementary color
Monochromatic Colors of #BAC547
Black with #BAC547
Text Example
Text Example
White with #BAC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC547; }
p { color: rgb(186,197,71); }
H1.HeaderClassName
{
color: #BAC547;
}
.AnyTagClassName
{
color: #BAC547;
}
</style>
background-color css
<style>
a { background-color: #BAC547; }
a { background-color: rgb(186,197,71); }
div.DivClassName
{
background-color: #BAC547;
}
.BgClassName
{
background-color: #BAC547;
}
</style>
border-color css
<style>
span { border-color: #BAC547; }
span { border-color: rgb(186,197,71); }
td.TdClassName
{
border-color: #BAC547;
}
.TagClassName
{
border-color: #BAC547;
}
</style>