Shades of Wild Willow #BAC968
Tints of Wild Willow #BAC968
RGB
CMYK
RGB Variations
Color information
#BAC968 (or 0xBAC968) is known color: Wild Willow. HEX triplet: BA, C9 and 68. RGB value is (186,201,104). Sum of RGB (Red+Green+Blue) = 186+201+104=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC968 is #453697. Grayscale: #B9B9B9. Windows color (decimal): -4535960 or 6867386. OLE color: 6867386.
HSL color Cylindrical-coordinate representation of color #BAC968: hue angle of 69.28º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAC968 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 104 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.21 |
| HSL | 69.28º | 0.47% | 0.6% | - |
| HSV(B) | 69.28º | 0.48% | 0.79% | - |
| XYZ | 43.64 | 53.21 | 21.07 | - |
| YUV | 185.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 104 | 0.07 | 0 | 0.48 | 0.21 | 69.28 | 0.47 | 0.6 |
| Hex | BA | C9 | 68 | 7 | 0 | 30 | 15 | 45 | 2F | 3C |
| Octal | 272 | 311 | 150 | 7 | 0 | 60 | 25 | 105 | 57 | 74 |
| Binary | 10111010 | 11001001 | 1101000 | 111 | 0 | 110000 | 10101 | 1000101 | 101111 | 111100 |
Color Harmonies of #BAC968
Complementary color
Monochromatic Colors of #BAC968
Black with #BAC968
Text Example
Text Example
White with #BAC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC968; }
p { color: rgb(186,201,104); }
H1.HeaderClassName
{
color: #BAC968;
}
.AnyTagClassName
{
color: #BAC968;
}
</style>
background-color css
<style>
a { background-color: #BAC968; }
a { background-color: rgb(186,201,104); }
div.DivClassName
{
background-color: #BAC968;
}
.BgClassName
{
background-color: #BAC968;
}
</style>
border-color css
<style>
span { border-color: #BAC968; }
span { border-color: rgb(186,201,104); }
td.TdClassName
{
border-color: #BAC968;
}
.TagClassName
{
border-color: #BAC968;
}
</style>