Shades of Wild Willow #BAC068
Tints of Wild Willow #BAC068
RGB
CMYK
RGB Variations
Color information
#BAC068 (or 0xBAC068) is known color: Wild Willow. HEX triplet: BA, C0 and 68. RGB value is (186,192,104). Sum of RGB (Red+Green+Blue) = 186+192+104=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC068 is #453F97. Grayscale: #B4B4B4. Windows color (decimal): -4538264 or 6865082. OLE color: 6865082.
HSL color Cylindrical-coordinate representation of color #BAC068: hue angle of 64.09º 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 #BAC068 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.25 |
| HSL | 64.09º | 0.41% | 0.58% | - |
| HSV(B) | 64.09º | 0.46% | 0.75% | - |
| XYZ | 41.6 | 49.14 | 20.39 | - |
| YUV | 180.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 104 | 0.03 | 0 | 0.46 | 0.25 | 64.09 | 0.41 | 0.58 |
| Hex | BA | C0 | 68 | 3 | 0 | 2E | 19 | 40 | 29 | 3A |
| Octal | 272 | 300 | 150 | 3 | 0 | 56 | 31 | 100 | 51 | 72 |
| Binary | 10111010 | 11000000 | 1101000 | 11 | 0 | 101110 | 11001 | 1000000 | 101001 | 111010 |
Color Harmonies of #BAC068
Complementary color
Monochromatic Colors of #BAC068
Black with #BAC068
Text Example
Text Example
White with #BAC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC068; }
p { color: rgb(186,192,104); }
H1.HeaderClassName
{
color: #BAC068;
}
.AnyTagClassName
{
color: #BAC068;
}
</style>
background-color css
<style>
a { background-color: #BAC068; }
a { background-color: rgb(186,192,104); }
div.DivClassName
{
background-color: #BAC068;
}
.BgClassName
{
background-color: #BAC068;
}
</style>
border-color css
<style>
span { border-color: #BAC068; }
span { border-color: rgb(186,192,104); }
td.TdClassName
{
border-color: #BAC068;
}
.TagClassName
{
border-color: #BAC068;
}
</style>