Shades of Wild Willow #BACF59
Tints of Wild Willow #BACF59
RGB
CMYK
RGB Variations
Color information
#BACF59 (or 0xBACF59) is known color: Wild Willow. HEX triplet: BA, CF and 59. RGB value is (186,207,89). Sum of RGB (Red+Green+Blue) = 186+207+89=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF59 is #4530A6. Grayscale: #BBBBBB. Windows color (decimal): -4534439 or 5885882. OLE color: 5885882.
HSL color Cylindrical-coordinate representation of color #BACF59: hue angle of 70.68º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BACF59 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 89 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.19 |
| HSL | 70.68º | 0.55% | 0.58% | - |
| HSV(B) | 70.68º | 0.57% | 0.81% | - |
| XYZ | 44.37 | 55.79 | 17.88 | - |
| YUV | 187.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 89 | 0.10 | 0 | 0.57 | 0.19 | 70.68 | 0.55 | 0.58 |
| Hex | BA | CF | 59 | A | 0 | 39 | 13 | 47 | 37 | 3A |
| Octal | 272 | 317 | 131 | 12 | 0 | 71 | 23 | 107 | 67 | 72 |
| Binary | 10111010 | 11001111 | 1011001 | 1010 | 0 | 111001 | 10011 | 1000111 | 110111 | 111010 |
Color Harmonies of #BACF59
Complementary color
Monochromatic Colors of #BACF59
Black with #BACF59
Text Example
Text Example
White with #BACF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF59; }
p { color: rgb(186,207,89); }
H1.HeaderClassName
{
color: #BACF59;
}
.AnyTagClassName
{
color: #BACF59;
}
</style>
background-color css
<style>
a { background-color: #BACF59; }
a { background-color: rgb(186,207,89); }
div.DivClassName
{
background-color: #BACF59;
}
.BgClassName
{
background-color: #BACF59;
}
</style>
border-color css
<style>
span { border-color: #BACF59; }
span { border-color: rgb(186,207,89); }
td.TdClassName
{
border-color: #BACF59;
}
.TagClassName
{
border-color: #BACF59;
}
</style>