Shades of Wild Willow #BAC063
Tints of Wild Willow #BAC063
RGB
CMYK
RGB Variations
Color information
#BAC063 (or 0xBAC063) is known color: Wild Willow. HEX triplet: BA, C0 and 63. RGB value is (186,192,99). Sum of RGB (Red+Green+Blue) = 186+192+99=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC063 is #453F9C. Grayscale: #B3B3B3. Windows color (decimal): -4538269 or 6537402. OLE color: 6537402.
HSL color Cylindrical-coordinate representation of color #BAC063: hue angle of 63.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAC063 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 99 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.25 |
| HSL | 63.87º | 0.42% | 0.57% | - |
| HSV(B) | 63.87º | 0.48% | 0.75% | - |
| XYZ | 41.35 | 49.04 | 19.09 | - |
| YUV | 179.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 99 | 0.03 | 0 | 0.48 | 0.25 | 63.87 | 0.42 | 0.57 |
| Hex | BA | C0 | 63 | 3 | 0 | 30 | 19 | 40 | 2A | 39 |
| Octal | 272 | 300 | 143 | 3 | 0 | 60 | 31 | 100 | 52 | 71 |
| Binary | 10111010 | 11000000 | 1100011 | 11 | 0 | 110000 | 11001 | 1000000 | 101010 | 111001 |
Color Harmonies of #BAC063
Complementary color
Monochromatic Colors of #BAC063
Black with #BAC063
Text Example
Text Example
White with #BAC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC063; }
p { color: rgb(186,192,99); }
H1.HeaderClassName
{
color: #BAC063;
}
.AnyTagClassName
{
color: #BAC063;
}
</style>
background-color css
<style>
a { background-color: #BAC063; }
a { background-color: rgb(186,192,99); }
div.DivClassName
{
background-color: #BAC063;
}
.BgClassName
{
background-color: #BAC063;
}
</style>
border-color css
<style>
span { border-color: #BAC063; }
span { border-color: rgb(186,192,99); }
td.TdClassName
{
border-color: #BAC063;
}
.TagClassName
{
border-color: #BAC063;
}
</style>