Shades of Wild Willow #BFD566
Tints of Wild Willow #BFD566
RGB
CMYK
RGB Variations
Color information
#BFD566 (or 0xBFD566) is known color: Wild Willow. HEX triplet: BF, D5 and 66. RGB value is (191,213,102). Sum of RGB (Red+Green+Blue) = 191+213+102=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD566 is #402A99. Grayscale: #C2C2C2. Windows color (decimal): -4205210 or 6739391. OLE color: 6739391.
HSL color Cylindrical-coordinate representation of color #BFD566: hue angle of 71.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFD566 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 102 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.16 |
| HSL | 71.89º | 0.57% | 0.62% | - |
| HSV(B) | 71.89º | 0.52% | 0.84% | - |
| XYZ | 47.68 | 59.62 | 21.57 | - |
| YUV | 193.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 102 | 0.10 | 0 | 0.52 | 0.16 | 71.89 | 0.57 | 0.62 |
| Hex | BF | D5 | 66 | A | 0 | 34 | 10 | 48 | 39 | 3E |
| Octal | 277 | 325 | 146 | 12 | 0 | 64 | 20 | 110 | 71 | 76 |
| Binary | 10111111 | 11010101 | 1100110 | 1010 | 0 | 110100 | 10000 | 1001000 | 111001 | 111110 |
Color Harmonies of #BFD566
Complementary color
Monochromatic Colors of #BFD566
Black with #BFD566
Text Example
Text Example
White with #BFD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD566; }
p { color: rgb(191,213,102); }
H1.HeaderClassName
{
color: #BFD566;
}
.AnyTagClassName
{
color: #BFD566;
}
</style>
background-color css
<style>
a { background-color: #BFD566; }
a { background-color: rgb(191,213,102); }
div.DivClassName
{
background-color: #BFD566;
}
.BgClassName
{
background-color: #BFD566;
}
</style>
border-color css
<style>
span { border-color: #BFD566; }
span { border-color: rgb(191,213,102); }
td.TdClassName
{
border-color: #BFD566;
}
.TagClassName
{
border-color: #BFD566;
}
</style>