Shades of Wild Willow #BFC568
Tints of Wild Willow #BFC568
RGB
CMYK
RGB Variations
Color information
#BFC568 (or 0xBFC568) is known color: Wild Willow. HEX triplet: BF, C5 and 68. RGB value is (191,197,104). Sum of RGB (Red+Green+Blue) = 191+197+104=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC568 is #403A97. Grayscale: #B8B8B8. Windows color (decimal): -4209304 or 6866367. OLE color: 6866367.
HSL color Cylindrical-coordinate representation of color #BFC568: hue angle of 63.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC568 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 104 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.23 |
| HSL | 63.87º | 0.44% | 0.59% | - |
| HSV(B) | 63.87º | 0.47% | 0.77% | - |
| XYZ | 43.95 | 52.01 | 20.82 | - |
| YUV | 184.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 104 | 0.03 | 0 | 0.47 | 0.23 | 63.87 | 0.44 | 0.59 |
| Hex | BF | C5 | 68 | 3 | 0 | 2F | 17 | 40 | 2C | 3B |
| Octal | 277 | 305 | 150 | 3 | 0 | 57 | 27 | 100 | 54 | 73 |
| Binary | 10111111 | 11000101 | 1101000 | 11 | 0 | 101111 | 10111 | 1000000 | 101100 | 111011 |
Color Harmonies of #BFC568
Complementary color
Monochromatic Colors of #BFC568
Black with #BFC568
Text Example
Text Example
White with #BFC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC568; }
p { color: rgb(191,197,104); }
H1.HeaderClassName
{
color: #BFC568;
}
.AnyTagClassName
{
color: #BFC568;
}
</style>
background-color css
<style>
a { background-color: #BFC568; }
a { background-color: rgb(191,197,104); }
div.DivClassName
{
background-color: #BFC568;
}
.BgClassName
{
background-color: #BFC568;
}
</style>
border-color css
<style>
span { border-color: #BFC568; }
span { border-color: rgb(191,197,104); }
td.TdClassName
{
border-color: #BFC568;
}
.TagClassName
{
border-color: #BFC568;
}
</style>