Shades of Wild Willow #BFC566
Tints of Wild Willow #BFC566
RGB
CMYK
RGB Variations
Color information
#BFC566 (or 0xBFC566) is known color: Wild Willow. HEX triplet: BF, C5 and 66. RGB value is (191,197,102). Sum of RGB (Red+Green+Blue) = 191+197+102=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC566 is #403A99. Grayscale: #B8B8B8. Windows color (decimal): -4209306 or 6735295. OLE color: 6735295.
HSL color Cylindrical-coordinate representation of color #BFC566: hue angle of 63.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC566 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 102 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.23 |
| HSL | 63.79º | 0.45% | 0.59% | - |
| HSV(B) | 63.79º | 0.48% | 0.77% | - |
| XYZ | 43.85 | 51.97 | 20.29 | - |
| YUV | 184.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 102 | 0.03 | 0 | 0.48 | 0.23 | 63.79 | 0.45 | 0.59 |
| Hex | BF | C5 | 66 | 3 | 0 | 30 | 17 | 40 | 2D | 3B |
| Octal | 277 | 305 | 146 | 3 | 0 | 60 | 27 | 100 | 55 | 73 |
| Binary | 10111111 | 11000101 | 1100110 | 11 | 0 | 110000 | 10111 | 1000000 | 101101 | 111011 |
Color Harmonies of #BFC566
Complementary color
Monochromatic Colors of #BFC566
Black with #BFC566
Text Example
Text Example
White with #BFC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC566; }
p { color: rgb(191,197,102); }
H1.HeaderClassName
{
color: #BFC566;
}
.AnyTagClassName
{
color: #BFC566;
}
</style>
background-color css
<style>
a { background-color: #BFC566; }
a { background-color: rgb(191,197,102); }
div.DivClassName
{
background-color: #BFC566;
}
.BgClassName
{
background-color: #BFC566;
}
</style>
border-color css
<style>
span { border-color: #BFC566; }
span { border-color: rgb(191,197,102); }
td.TdClassName
{
border-color: #BFC566;
}
.TagClassName
{
border-color: #BFC566;
}
</style>