Shades of Wild Willow #BAC568
Tints of Wild Willow #BAC568
RGB
CMYK
RGB Variations
Color information
#BAC568 (or 0xBAC568) is known color: Wild Willow. HEX triplet: BA, C5 and 68. RGB value is (186,197,104). Sum of RGB (Red+Green+Blue) = 186+197+104=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC568 is #453A97. Grayscale: #B7B7B7. Windows color (decimal): -4536984 or 6866362. OLE color: 6866362.
HSL color Cylindrical-coordinate representation of color #BAC568: hue angle of 67.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAC568 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 104 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.23 |
| HSL | 67.1º | 0.44% | 0.59% | - |
| HSV(B) | 67.1º | 0.47% | 0.77% | - |
| XYZ | 42.71 | 51.37 | 20.76 | - |
| YUV | 183.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 104 | 0.06 | 0 | 0.47 | 0.23 | 67.1 | 0.44 | 0.59 |
| Hex | BA | C5 | 68 | 6 | 0 | 2F | 17 | 43 | 2C | 3B |
| Octal | 272 | 305 | 150 | 6 | 0 | 57 | 27 | 103 | 54 | 73 |
| Binary | 10111010 | 11000101 | 1101000 | 110 | 0 | 101111 | 10111 | 1000011 | 101100 | 111011 |
Color Harmonies of #BAC568
Complementary color
Monochromatic Colors of #BAC568
Black with #BAC568
Text Example
Text Example
White with #BAC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC568; }
p { color: rgb(186,197,104); }
H1.HeaderClassName
{
color: #BAC568;
}
.AnyTagClassName
{
color: #BAC568;
}
</style>
background-color css
<style>
a { background-color: #BAC568; }
a { background-color: rgb(186,197,104); }
div.DivClassName
{
background-color: #BAC568;
}
.BgClassName
{
background-color: #BAC568;
}
</style>
border-color css
<style>
span { border-color: #BAC568; }
span { border-color: rgb(186,197,104); }
td.TdClassName
{
border-color: #BAC568;
}
.TagClassName
{
border-color: #BAC568;
}
</style>