Shades of Wild Willow #BACF5E
Tints of Wild Willow #BACF5E
RGB
CMYK
RGB Variations
Color information
#BACF5E (or 0xBACF5E) is known color: Wild Willow. HEX triplet: BA, CF and 5E. RGB value is (186,207,94). Sum of RGB (Red+Green+Blue) = 186+207+94=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF5E is #4530A1. Grayscale: #BCBCBC. Windows color (decimal): -4534434 or 6213562. OLE color: 6213562.
HSL color Cylindrical-coordinate representation of color #BACF5E: hue angle of 71.15º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BACF5E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 94 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.19 |
| HSL | 71.15º | 0.54% | 0.59% | - |
| HSV(B) | 71.15º | 0.55% | 0.81% | - |
| XYZ | 44.58 | 55.87 | 19.02 | - |
| YUV | 187.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 94 | 0.10 | 0 | 0.55 | 0.19 | 71.15 | 0.54 | 0.59 |
| Hex | BA | CF | 5E | A | 0 | 37 | 13 | 47 | 36 | 3B |
| Octal | 272 | 317 | 136 | 12 | 0 | 67 | 23 | 107 | 66 | 73 |
| Binary | 10111010 | 11001111 | 1011110 | 1010 | 0 | 110111 | 10011 | 1000111 | 110110 | 111011 |
Color Harmonies of #BACF5E
Complementary color
Monochromatic Colors of #BACF5E
Black with #BACF5E
Text Example
Text Example
White with #BACF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF5E; }
p { color: rgb(186,207,94); }
H1.HeaderClassName
{
color: #BACF5E;
}
.AnyTagClassName
{
color: #BACF5E;
}
</style>
background-color css
<style>
a { background-color: #BACF5E; }
a { background-color: rgb(186,207,94); }
div.DivClassName
{
background-color: #BACF5E;
}
.BgClassName
{
background-color: #BACF5E;
}
</style>
border-color css
<style>
span { border-color: #BACF5E; }
span { border-color: rgb(186,207,94); }
td.TdClassName
{
border-color: #BACF5E;
}
.TagClassName
{
border-color: #BACF5E;
}
</style>