Shades of Wild Willow #BAC565
Tints of Wild Willow #BAC565
RGB
CMYK
RGB Variations
Color information
#BAC565 (or 0xBAC565) is known color: Wild Willow. HEX triplet: BA, C5 and 65. RGB value is (186,197,101). Sum of RGB (Red+Green+Blue) = 186+197+101=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC565 is #453A9A. Grayscale: #B7B7B7. Windows color (decimal): -4536987 or 6669754. OLE color: 6669754.
HSL color Cylindrical-coordinate representation of color #BAC565: hue angle of 66.87º degrees, saturation: 0.45, 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 #BAC565 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 101 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.23 |
| HSL | 66.87º | 0.45% | 0.58% | - |
| HSV(B) | 66.87º | 0.49% | 0.77% | - |
| XYZ | 42.56 | 51.31 | 19.97 | - |
| YUV | 182.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 101 | 0.06 | 0 | 0.49 | 0.23 | 66.87 | 0.45 | 0.58 |
| Hex | BA | C5 | 65 | 6 | 0 | 31 | 17 | 43 | 2D | 3A |
| Octal | 272 | 305 | 145 | 6 | 0 | 61 | 27 | 103 | 55 | 72 |
| Binary | 10111010 | 11000101 | 1100101 | 110 | 0 | 110001 | 10111 | 1000011 | 101101 | 111010 |
Color Harmonies of #BAC565
Complementary color
Monochromatic Colors of #BAC565
Black with #BAC565
Text Example
Text Example
White with #BAC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC565; }
p { color: rgb(186,197,101); }
H1.HeaderClassName
{
color: #BAC565;
}
.AnyTagClassName
{
color: #BAC565;
}
</style>
background-color css
<style>
a { background-color: #BAC565; }
a { background-color: rgb(186,197,101); }
div.DivClassName
{
background-color: #BAC565;
}
.BgClassName
{
background-color: #BAC565;
}
</style>
border-color css
<style>
span { border-color: #BAC565; }
span { border-color: rgb(186,197,101); }
td.TdClassName
{
border-color: #BAC565;
}
.TagClassName
{
border-color: #BAC565;
}
</style>