Shades of Wild Willow #BAC958
Tints of Wild Willow #BAC958
RGB
CMYK
RGB Variations
Color information
#BAC958 (or 0xBAC958) is known color: Wild Willow. HEX triplet: BA, C9 and 58. RGB value is (186,201,88). Sum of RGB (Red+Green+Blue) = 186+201+88=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC958 is #4536A7. Grayscale: #B8B8B8. Windows color (decimal): -4535976 or 5818810. OLE color: 5818810.
HSL color Cylindrical-coordinate representation of color #BAC958: hue angle of 67.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC958 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 88 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.21 |
| HSL | 67.96º | 0.51% | 0.57% | - |
| HSV(B) | 67.96º | 0.56% | 0.79% | - |
| XYZ | 42.9 | 52.92 | 17.19 | - |
| YUV | 183.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 88 | 0.07 | 0 | 0.56 | 0.21 | 67.96 | 0.51 | 0.57 |
| Hex | BA | C9 | 58 | 7 | 0 | 38 | 15 | 44 | 33 | 39 |
| Octal | 272 | 311 | 130 | 7 | 0 | 70 | 25 | 104 | 63 | 71 |
| Binary | 10111010 | 11001001 | 1011000 | 111 | 0 | 111000 | 10101 | 1000100 | 110011 | 111001 |
Color Harmonies of #BAC958
Complementary color
Monochromatic Colors of #BAC958
Black with #BAC958
Text Example
Text Example
White with #BAC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC958; }
p { color: rgb(186,201,88); }
H1.HeaderClassName
{
color: #BAC958;
}
.AnyTagClassName
{
color: #BAC958;
}
</style>
background-color css
<style>
a { background-color: #BAC958; }
a { background-color: rgb(186,201,88); }
div.DivClassName
{
background-color: #BAC958;
}
.BgClassName
{
background-color: #BAC958;
}
</style>
border-color css
<style>
span { border-color: #BAC958; }
span { border-color: rgb(186,201,88); }
td.TdClassName
{
border-color: #BAC958;
}
.TagClassName
{
border-color: #BAC958;
}
</style>