Shades of Wild Willow #BAC966
Tints of Wild Willow #BAC966
RGB
CMYK
RGB Variations
Color information
#BAC966 (or 0xBAC966) is known color: Wild Willow. HEX triplet: BA, C9 and 66. RGB value is (186,201,102). Sum of RGB (Red+Green+Blue) = 186+201+102=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC966 is #453699. Grayscale: #B9B9B9. Windows color (decimal): -4535962 or 6736314. OLE color: 6736314.
HSL color Cylindrical-coordinate representation of color #BAC966: hue angle of 69.09º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC966 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 102 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.21 |
| HSL | 69.09º | 0.48% | 0.59% | - |
| HSV(B) | 69.09º | 0.49% | 0.79% | - |
| XYZ | 43.53 | 53.17 | 20.54 | - |
| YUV | 185.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 102 | 0.07 | 0 | 0.49 | 0.21 | 69.09 | 0.48 | 0.59 |
| Hex | BA | C9 | 66 | 7 | 0 | 31 | 15 | 45 | 30 | 3B |
| Octal | 272 | 311 | 146 | 7 | 0 | 61 | 25 | 105 | 60 | 73 |
| Binary | 10111010 | 11001001 | 1100110 | 111 | 0 | 110001 | 10101 | 1000101 | 110000 | 111011 |
Color Harmonies of #BAC966
Complementary color
Monochromatic Colors of #BAC966
Black with #BAC966
Text Example
Text Example
White with #BAC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC966; }
p { color: rgb(186,201,102); }
H1.HeaderClassName
{
color: #BAC966;
}
.AnyTagClassName
{
color: #BAC966;
}
</style>
background-color css
<style>
a { background-color: #BAC966; }
a { background-color: rgb(186,201,102); }
div.DivClassName
{
background-color: #BAC966;
}
.BgClassName
{
background-color: #BAC966;
}
</style>
border-color css
<style>
span { border-color: #BAC966; }
span { border-color: rgb(186,201,102); }
td.TdClassName
{
border-color: #BAC966;
}
.TagClassName
{
border-color: #BAC966;
}
</style>