Shades of Wild Willow #BACF6B
Tints of Wild Willow #BACF6B
RGB
CMYK
RGB Variations
Color information
#BACF6B (or 0xBACF6B) is known color: Wild Willow. HEX triplet: BA, CF and 6B. RGB value is (186,207,107). Sum of RGB (Red+Green+Blue) = 186+207+107=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF6B is #453094. Grayscale: #BDBDBD. Windows color (decimal): -4534421 or 7065530. OLE color: 7065530.
HSL color Cylindrical-coordinate representation of color #BACF6B: hue angle of 72.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BACF6B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 107 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.19 |
| HSL | 72.6º | 0.51% | 0.62% | - |
| HSV(B) | 72.6º | 0.48% | 0.81% | - |
| XYZ | 45.22 | 56.13 | 22.36 | - |
| YUV | 189.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 107 | 0.10 | 0 | 0.48 | 0.19 | 72.6 | 0.51 | 0.62 |
| Hex | BA | CF | 6B | A | 0 | 30 | 13 | 49 | 33 | 3E |
| Octal | 272 | 317 | 153 | 12 | 0 | 60 | 23 | 111 | 63 | 76 |
| Binary | 10111010 | 11001111 | 1101011 | 1010 | 0 | 110000 | 10011 | 1001001 | 110011 | 111110 |
Color Harmonies of #BACF6B
Complementary color
Monochromatic Colors of #BACF6B
Black with #BACF6B
Text Example
Text Example
White with #BACF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF6B; }
p { color: rgb(186,207,107); }
H1.HeaderClassName
{
color: #BACF6B;
}
.AnyTagClassName
{
color: #BACF6B;
}
</style>
background-color css
<style>
a { background-color: #BACF6B; }
a { background-color: rgb(186,207,107); }
div.DivClassName
{
background-color: #BACF6B;
}
.BgClassName
{
background-color: #BACF6B;
}
</style>
border-color css
<style>
span { border-color: #BACF6B; }
span { border-color: rgb(186,207,107); }
td.TdClassName
{
border-color: #BACF6B;
}
.TagClassName
{
border-color: #BACF6B;
}
</style>