Shades of Wild Willow #BAC067
Tints of Wild Willow #BAC067
RGB
CMYK
RGB Variations
Color information
#BAC067 (or 0xBAC067) is known color: Wild Willow. HEX triplet: BA, C0 and 67. RGB value is (186,192,103). Sum of RGB (Red+Green+Blue) = 186+192+103=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC067 is #453F98. Grayscale: #B4B4B4. Windows color (decimal): -4538265 or 6799546. OLE color: 6799546.
HSL color Cylindrical-coordinate representation of color #BAC067: hue angle of 64.04º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC067 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 103 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.25 |
| HSL | 64.04º | 0.41% | 0.58% | - |
| HSV(B) | 64.04º | 0.46% | 0.75% | - |
| XYZ | 41.55 | 49.12 | 20.12 | - |
| YUV | 180.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 103 | 0.03 | 0 | 0.46 | 0.25 | 64.04 | 0.41 | 0.58 |
| Hex | BA | C0 | 67 | 3 | 0 | 2E | 19 | 40 | 29 | 3A |
| Octal | 272 | 300 | 147 | 3 | 0 | 56 | 31 | 100 | 51 | 72 |
| Binary | 10111010 | 11000000 | 1100111 | 11 | 0 | 101110 | 11001 | 1000000 | 101001 | 111010 |
Color Harmonies of #BAC067
Complementary color
Monochromatic Colors of #BAC067
Black with #BAC067
Text Example
Text Example
White with #BAC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC067; }
p { color: rgb(186,192,103); }
H1.HeaderClassName
{
color: #BAC067;
}
.AnyTagClassName
{
color: #BAC067;
}
</style>
background-color css
<style>
a { background-color: #BAC067; }
a { background-color: rgb(186,192,103); }
div.DivClassName
{
background-color: #BAC067;
}
.BgClassName
{
background-color: #BAC067;
}
</style>
border-color css
<style>
span { border-color: #BAC067; }
span { border-color: rgb(186,192,103); }
td.TdClassName
{
border-color: #BAC067;
}
.TagClassName
{
border-color: #BAC067;
}
</style>