Shades of Wild Willow #BAC060
Tints of Wild Willow #BAC060
RGB
CMYK
RGB Variations
Color information
#BAC060 (or 0xBAC060) is known color: Wild Willow. HEX triplet: BA, C0 and 60. RGB value is (186,192,96). Sum of RGB (Red+Green+Blue) = 186+192+96=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC060 is #453F9F. Grayscale: #B3B3B3. Windows color (decimal): -4538272 or 6340794. OLE color: 6340794.
HSL color Cylindrical-coordinate representation of color #BAC060: hue angle of 63.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAC060 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 96 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.25 |
| HSL | 63.75º | 0.43% | 0.56% | - |
| HSV(B) | 63.75º | 0.5% | 0.75% | - |
| XYZ | 41.21 | 48.98 | 18.35 | - |
| YUV | 179.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 96 | 0.03 | 0 | 0.50 | 0.25 | 63.75 | 0.43 | 0.56 |
| Hex | BA | C0 | 60 | 3 | 0 | 32 | 19 | 40 | 2B | 38 |
| Octal | 272 | 300 | 140 | 3 | 0 | 62 | 31 | 100 | 53 | 70 |
| Binary | 10111010 | 11000000 | 1100000 | 11 | 0 | 110010 | 11001 | 1000000 | 101011 | 111000 |
Color Harmonies of #BAC060
Complementary color
Monochromatic Colors of #BAC060
Black with #BAC060
Text Example
Text Example
White with #BAC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC060; }
p { color: rgb(186,192,96); }
H1.HeaderClassName
{
color: #BAC060;
}
.AnyTagClassName
{
color: #BAC060;
}
</style>
background-color css
<style>
a { background-color: #BAC060; }
a { background-color: rgb(186,192,96); }
div.DivClassName
{
background-color: #BAC060;
}
.BgClassName
{
background-color: #BAC060;
}
</style>
border-color css
<style>
span { border-color: #BAC060; }
span { border-color: rgb(186,192,96); }
td.TdClassName
{
border-color: #BAC060;
}
.TagClassName
{
border-color: #BAC060;
}
</style>