Shades of Wild Willow #BAC564
Tints of Wild Willow #BAC564
RGB
CMYK
RGB Variations
Color information
#BAC564 (or 0xBAC564) is known color: Wild Willow. HEX triplet: BA, C5 and 64. RGB value is (186,197,100). Sum of RGB (Red+Green+Blue) = 186+197+100=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC564 is #453A9B. Grayscale: #B7B7B7. Windows color (decimal): -4536988 or 6604218. OLE color: 6604218.
HSL color Cylindrical-coordinate representation of color #BAC564: hue angle of 66.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC564 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 100 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.23 |
| HSL | 66.8º | 0.46% | 0.58% | - |
| HSV(B) | 66.8º | 0.49% | 0.77% | - |
| XYZ | 42.52 | 51.29 | 19.72 | - |
| YUV | 182.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 100 | 0.06 | 0 | 0.49 | 0.23 | 66.8 | 0.46 | 0.58 |
| Hex | BA | C5 | 64 | 6 | 0 | 31 | 17 | 43 | 2E | 3A |
| Octal | 272 | 305 | 144 | 6 | 0 | 61 | 27 | 103 | 56 | 72 |
| Binary | 10111010 | 11000101 | 1100100 | 110 | 0 | 110001 | 10111 | 1000011 | 101110 | 111010 |
Color Harmonies of #BAC564
Complementary color
Monochromatic Colors of #BAC564
Black with #BAC564
Text Example
Text Example
White with #BAC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC564; }
p { color: rgb(186,197,100); }
H1.HeaderClassName
{
color: #BAC564;
}
.AnyTagClassName
{
color: #BAC564;
}
</style>
background-color css
<style>
a { background-color: #BAC564; }
a { background-color: rgb(186,197,100); }
div.DivClassName
{
background-color: #BAC564;
}
.BgClassName
{
background-color: #BAC564;
}
</style>
border-color css
<style>
span { border-color: #BAC564; }
span { border-color: rgb(186,197,100); }
td.TdClassName
{
border-color: #BAC564;
}
.TagClassName
{
border-color: #BAC564;
}
</style>