Shades of Wild Willow #BFD665
Tints of Wild Willow #BFD665
RGB
CMYK
RGB Variations
Color information
#BFD665 (or 0xBFD665) is known color: Wild Willow. HEX triplet: BF, D6 and 65. RGB value is (191,214,101). Sum of RGB (Red+Green+Blue) = 191+214+101=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD665 is #40299A. Grayscale: #C2C2C2. Windows color (decimal): -4204955 or 6674111. OLE color: 6674111.
HSL color Cylindrical-coordinate representation of color #BFD665: hue angle of 72.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD665 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72.21º | 0.58% | 0.62% | - |
| HSV(B) | 72.21º | 0.53% | 0.84% | - |
| XYZ | 47.88 | 60.11 | 21.39 | - |
| YUV | 194.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 101 | 0.11 | 0 | 0.53 | 0.16 | 72.21 | 0.58 | 0.62 |
| Hex | BF | D6 | 65 | B | 0 | 35 | 10 | 48 | 3A | 3E |
| Octal | 277 | 326 | 145 | 13 | 0 | 65 | 20 | 110 | 72 | 76 |
| Binary | 10111111 | 11010110 | 1100101 | 1011 | 0 | 110101 | 10000 | 1001000 | 111010 | 111110 |
Color Harmonies of #BFD665
Complementary color
Monochromatic Colors of #BFD665
Black with #BFD665
Text Example
Text Example
White with #BFD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD665; }
p { color: rgb(191,214,101); }
H1.HeaderClassName
{
color: #BFD665;
}
.AnyTagClassName
{
color: #BFD665;
}
</style>
background-color css
<style>
a { background-color: #BFD665; }
a { background-color: rgb(191,214,101); }
div.DivClassName
{
background-color: #BFD665;
}
.BgClassName
{
background-color: #BFD665;
}
</style>
border-color css
<style>
span { border-color: #BFD665; }
span { border-color: rgb(191,214,101); }
td.TdClassName
{
border-color: #BFD665;
}
.TagClassName
{
border-color: #BFD665;
}
</style>