Shades of Wild Willow #BAC957
Tints of Wild Willow #BAC957
RGB
CMYK
RGB Variations
Color information
#BAC957 (or 0xBAC957) is known color: Wild Willow. HEX triplet: BA, C9 and 57. RGB value is (186,201,87). Sum of RGB (Red+Green+Blue) = 186+201+87=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC957 is #4536A8. Grayscale: #B7B7B7. Windows color (decimal): -4535977 or 5753274. OLE color: 5753274.
HSL color Cylindrical-coordinate representation of color #BAC957: hue angle of 67.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC957 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 87 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.21 |
| HSL | 67.89º | 0.51% | 0.56% | - |
| HSV(B) | 67.89º | 0.57% | 0.79% | - |
| XYZ | 42.86 | 52.9 | 16.97 | - |
| YUV | 183.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 87 | 0.07 | 0 | 0.57 | 0.21 | 67.89 | 0.51 | 0.56 |
| Hex | BA | C9 | 57 | 7 | 0 | 39 | 15 | 44 | 33 | 38 |
| Octal | 272 | 311 | 127 | 7 | 0 | 71 | 25 | 104 | 63 | 70 |
| Binary | 10111010 | 11001001 | 1010111 | 111 | 0 | 111001 | 10101 | 1000100 | 110011 | 111000 |
Color Harmonies of #BAC957
Complementary color
Monochromatic Colors of #BAC957
Black with #BAC957
Text Example
Text Example
White with #BAC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC957; }
p { color: rgb(186,201,87); }
H1.HeaderClassName
{
color: #BAC957;
}
.AnyTagClassName
{
color: #BAC957;
}
</style>
background-color css
<style>
a { background-color: #BAC957; }
a { background-color: rgb(186,201,87); }
div.DivClassName
{
background-color: #BAC957;
}
.BgClassName
{
background-color: #BAC957;
}
</style>
border-color css
<style>
span { border-color: #BAC957; }
span { border-color: rgb(186,201,87); }
td.TdClassName
{
border-color: #BAC957;
}
.TagClassName
{
border-color: #BAC957;
}
</style>