Shades of Wild Willow #BAC956
Tints of Wild Willow #BAC956
RGB
CMYK
RGB Variations
Color information
#BAC956 (or 0xBAC956) is known color: Wild Willow. HEX triplet: BA, C9 and 56. RGB value is (186,201,86). Sum of RGB (Red+Green+Blue) = 186+201+86=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC956 is #4536A9. Grayscale: #B7B7B7. Windows color (decimal): -4535978 or 5687738. OLE color: 5687738.
HSL color Cylindrical-coordinate representation of color #BAC956: hue angle of 67.83º degrees, saturation: 0.52, 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 #BAC956 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 86 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.21 |
| HSL | 67.83º | 0.52% | 0.56% | - |
| HSV(B) | 67.83º | 0.57% | 0.79% | - |
| XYZ | 42.82 | 52.88 | 16.76 | - |
| YUV | 183.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 86 | 0.07 | 0 | 0.57 | 0.21 | 67.83 | 0.52 | 0.56 |
| Hex | BA | C9 | 56 | 7 | 0 | 39 | 15 | 44 | 34 | 38 |
| Octal | 272 | 311 | 126 | 7 | 0 | 71 | 25 | 104 | 64 | 70 |
| Binary | 10111010 | 11001001 | 1010110 | 111 | 0 | 111001 | 10101 | 1000100 | 110100 | 111000 |
Color Harmonies of #BAC956
Complementary color
Monochromatic Colors of #BAC956
Black with #BAC956
Text Example
Text Example
White with #BAC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC956; }
p { color: rgb(186,201,86); }
H1.HeaderClassName
{
color: #BAC956;
}
.AnyTagClassName
{
color: #BAC956;
}
</style>
background-color css
<style>
a { background-color: #BAC956; }
a { background-color: rgb(186,201,86); }
div.DivClassName
{
background-color: #BAC956;
}
.BgClassName
{
background-color: #BAC956;
}
</style>
border-color css
<style>
span { border-color: #BAC956; }
span { border-color: rgb(186,201,86); }
td.TdClassName
{
border-color: #BAC956;
}
.TagClassName
{
border-color: #BAC956;
}
</style>