Shades of Wild Willow #BFD06E
Tints of Wild Willow #BFD06E
RGB
CMYK
RGB Variations
Color information
#BFD06E (or 0xBFD06E) is known color: Wild Willow. HEX triplet: BF, D0 and 6E. RGB value is (191,208,110). Sum of RGB (Red+Green+Blue) = 191+208+110=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD06E is #402F91. Grayscale: #C0C0C0. Windows color (decimal): -4206482 or 7262399. OLE color: 7262399.
HSL color Cylindrical-coordinate representation of color #BFD06E: hue angle of 70.41º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD06E is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 110 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.18 |
| HSL | 70.41º | 0.51% | 0.62% | - |
| HSV(B) | 70.41º | 0.47% | 0.82% | - |
| XYZ | 46.86 | 57.31 | 23.34 | - |
| YUV | 191.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 110 | 0.08 | 0 | 0.47 | 0.18 | 70.41 | 0.51 | 0.62 |
| Hex | BF | D0 | 6E | 8 | 0 | 2F | 12 | 46 | 33 | 3E |
| Octal | 277 | 320 | 156 | 10 | 0 | 57 | 22 | 106 | 63 | 76 |
| Binary | 10111111 | 11010000 | 1101110 | 1000 | 0 | 101111 | 10010 | 1000110 | 110011 | 111110 |
Color Harmonies of #BFD06E
Complementary color
Monochromatic Colors of #BFD06E
Black with #BFD06E
Text Example
Text Example
White with #BFD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD06E; }
p { color: rgb(191,208,110); }
H1.HeaderClassName
{
color: #BFD06E;
}
.AnyTagClassName
{
color: #BFD06E;
}
</style>
background-color css
<style>
a { background-color: #BFD06E; }
a { background-color: rgb(191,208,110); }
div.DivClassName
{
background-color: #BFD06E;
}
.BgClassName
{
background-color: #BFD06E;
}
</style>
border-color css
<style>
span { border-color: #BFD06E; }
span { border-color: rgb(191,208,110); }
td.TdClassName
{
border-color: #BFD06E;
}
.TagClassName
{
border-color: #BFD06E;
}
</style>