Shades of Wild Willow #BFCF59
Tints of Wild Willow #BFCF59
RGB
CMYK
RGB Variations
Color information
#BFCF59 (or 0xBFCF59) is known color: Wild Willow. HEX triplet: BF, CF and 59. RGB value is (191,207,89). Sum of RGB (Red+Green+Blue) = 191+207+89=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF59 is #4030A6. Grayscale: #BDBDBD. Windows color (decimal): -4206759 or 5885887. OLE color: 5885887.
HSL color Cylindrical-coordinate representation of color #BFCF59: hue angle of 68.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFCF59 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 89 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.19 |
| HSL | 68.14º | 0.55% | 0.58% | - |
| HSV(B) | 68.14º | 0.57% | 0.81% | - |
| XYZ | 45.6 | 56.42 | 17.94 | - |
| YUV | 188.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 89 | 0.08 | 0 | 0.57 | 0.19 | 68.14 | 0.55 | 0.58 |
| Hex | BF | CF | 59 | 8 | 0 | 39 | 13 | 44 | 37 | 3A |
| Octal | 277 | 317 | 131 | 10 | 0 | 71 | 23 | 104 | 67 | 72 |
| Binary | 10111111 | 11001111 | 1011001 | 1000 | 0 | 111001 | 10011 | 1000100 | 110111 | 111010 |
Color Harmonies of #BFCF59
Complementary color
Monochromatic Colors of #BFCF59
Black with #BFCF59
Text Example
Text Example
White with #BFCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF59; }
p { color: rgb(191,207,89); }
H1.HeaderClassName
{
color: #BFCF59;
}
.AnyTagClassName
{
color: #BFCF59;
}
</style>
background-color css
<style>
a { background-color: #BFCF59; }
a { background-color: rgb(191,207,89); }
div.DivClassName
{
background-color: #BFCF59;
}
.BgClassName
{
background-color: #BFCF59;
}
</style>
border-color css
<style>
span { border-color: #BFCF59; }
span { border-color: rgb(191,207,89); }
td.TdClassName
{
border-color: #BFCF59;
}
.TagClassName
{
border-color: #BFCF59;
}
</style>