Shades of Wild Willow #BFCF5E
Tints of Wild Willow #BFCF5E
RGB
CMYK
RGB Variations
Color information
#BFCF5E (or 0xBFCF5E) is known color: Wild Willow. HEX triplet: BF, CF and 5E. RGB value is (191,207,94). Sum of RGB (Red+Green+Blue) = 191+207+94=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF5E is #4030A1. Grayscale: #BDBDBD. Windows color (decimal): -4206754 or 6213567. OLE color: 6213567.
HSL color Cylindrical-coordinate representation of color #BFCF5E: hue angle of 68.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFCF5E is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 94 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.19 |
| HSL | 68.5º | 0.54% | 0.59% | - |
| HSV(B) | 68.5º | 0.55% | 0.81% | - |
| XYZ | 45.82 | 56.51 | 19.08 | - |
| YUV | 189.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 94 | 0.08 | 0 | 0.55 | 0.19 | 68.5 | 0.54 | 0.59 |
| Hex | BF | CF | 5E | 8 | 0 | 37 | 13 | 44 | 36 | 3B |
| Octal | 277 | 317 | 136 | 10 | 0 | 67 | 23 | 104 | 66 | 73 |
| Binary | 10111111 | 11001111 | 1011110 | 1000 | 0 | 110111 | 10011 | 1000100 | 110110 | 111011 |
Color Harmonies of #BFCF5E
Complementary color
Monochromatic Colors of #BFCF5E
Black with #BFCF5E
Text Example
Text Example
White with #BFCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF5E; }
p { color: rgb(191,207,94); }
H1.HeaderClassName
{
color: #BFCF5E;
}
.AnyTagClassName
{
color: #BFCF5E;
}
</style>
background-color css
<style>
a { background-color: #BFCF5E; }
a { background-color: rgb(191,207,94); }
div.DivClassName
{
background-color: #BFCF5E;
}
.BgClassName
{
background-color: #BFCF5E;
}
</style>
border-color css
<style>
span { border-color: #BFCF5E; }
span { border-color: rgb(191,207,94); }
td.TdClassName
{
border-color: #BFCF5E;
}
.TagClassName
{
border-color: #BFCF5E;
}
</style>