Shades of Wild Willow #BFCE5E
Tints of Wild Willow #BFCE5E
RGB
CMYK
RGB Variations
Color information
#BFCE5E (or 0xBFCE5E) is known color: Wild Willow. HEX triplet: BF, CE and 5E. RGB value is (191,206,94). Sum of RGB (Red+Green+Blue) = 191+206+94=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE5E is #4031A1. Grayscale: #BDBDBD. Windows color (decimal): -4207010 or 6213311. OLE color: 6213311.
HSL color Cylindrical-coordinate representation of color #BFCE5E: hue angle of 68.04º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFCE5E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 94 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.19 |
| HSL | 68.04º | 0.53% | 0.59% | - |
| HSV(B) | 68.04º | 0.54% | 0.81% | - |
| XYZ | 45.58 | 56.03 | 19 | - |
| YUV | 188.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 94 | 0.07 | 0 | 0.54 | 0.19 | 68.04 | 0.53 | 0.59 |
| Hex | BF | CE | 5E | 7 | 0 | 36 | 13 | 44 | 35 | 3B |
| Octal | 277 | 316 | 136 | 7 | 0 | 66 | 23 | 104 | 65 | 73 |
| Binary | 10111111 | 11001110 | 1011110 | 111 | 0 | 110110 | 10011 | 1000100 | 110101 | 111011 |
Color Harmonies of #BFCE5E
Complementary color
Monochromatic Colors of #BFCE5E
Black with #BFCE5E
Text Example
Text Example
White with #BFCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE5E; }
p { color: rgb(191,206,94); }
H1.HeaderClassName
{
color: #BFCE5E;
}
.AnyTagClassName
{
color: #BFCE5E;
}
</style>
background-color css
<style>
a { background-color: #BFCE5E; }
a { background-color: rgb(191,206,94); }
div.DivClassName
{
background-color: #BFCE5E;
}
.BgClassName
{
background-color: #BFCE5E;
}
</style>
border-color css
<style>
span { border-color: #BFCE5E; }
span { border-color: rgb(191,206,94); }
td.TdClassName
{
border-color: #BFCE5E;
}
.TagClassName
{
border-color: #BFCE5E;
}
</style>