Shades of Wild Willow #BFD668
Tints of Wild Willow #BFD668
RGB
CMYK
RGB Variations
Color information
#BFD668 (or 0xBFD668) is known color: Wild Willow. HEX triplet: BF, D6 and 68. RGB value is (191,214,104). Sum of RGB (Red+Green+Blue) = 191+214+104=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD668 is #402997. Grayscale: #C3C3C3. Windows color (decimal): -4204952 or 6870719. OLE color: 6870719.
HSL color Cylindrical-coordinate representation of color #BFD668: hue angle of 72.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD668 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 104 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.16 |
| HSL | 72.55º | 0.57% | 0.62% | - |
| HSV(B) | 72.55º | 0.51% | 0.84% | - |
| XYZ | 48.03 | 60.17 | 22.18 | - |
| YUV | 194.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 104 | 0.11 | 0 | 0.51 | 0.16 | 72.55 | 0.57 | 0.62 |
| Hex | BF | D6 | 68 | B | 0 | 33 | 10 | 49 | 39 | 3E |
| Octal | 277 | 326 | 150 | 13 | 0 | 63 | 20 | 111 | 71 | 76 |
| Binary | 10111111 | 11010110 | 1101000 | 1011 | 0 | 110011 | 10000 | 1001001 | 111001 | 111110 |
Color Harmonies of #BFD668
Complementary color
Monochromatic Colors of #BFD668
Black with #BFD668
Text Example
Text Example
White with #BFD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD668; }
p { color: rgb(191,214,104); }
H1.HeaderClassName
{
color: #BFD668;
}
.AnyTagClassName
{
color: #BFD668;
}
</style>
background-color css
<style>
a { background-color: #BFD668; }
a { background-color: rgb(191,214,104); }
div.DivClassName
{
background-color: #BFD668;
}
.BgClassName
{
background-color: #BFD668;
}
</style>
border-color css
<style>
span { border-color: #BFD668; }
span { border-color: rgb(191,214,104); }
td.TdClassName
{
border-color: #BFD668;
}
.TagClassName
{
border-color: #BFD668;
}
</style>