Shades of Wild Willow #BFC45E
Tints of Wild Willow #BFC45E
RGB
CMYK
RGB Variations
Color information
#BFC45E (or 0xBFC45E) is known color: Wild Willow. HEX triplet: BF, C4 and 5E. RGB value is (191,196,94). Sum of RGB (Red+Green+Blue) = 191+196+94=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC45E is #403BA1. Grayscale: #B7B7B7. Windows color (decimal): -4209570 or 6210751. OLE color: 6210751.
HSL color Cylindrical-coordinate representation of color #BFC45E: hue angle of 62.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC45E is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 94 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.23 |
| HSL | 62.94º | 0.46% | 0.57% | - |
| HSV(B) | 62.94º | 0.52% | 0.77% | - |
| XYZ | 43.25 | 51.36 | 18.22 | - |
| YUV | 182.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 94 | 0.03 | 0 | 0.52 | 0.23 | 62.94 | 0.46 | 0.57 |
| Hex | BF | C4 | 5E | 3 | 0 | 34 | 17 | 3F | 2E | 39 |
| Octal | 277 | 304 | 136 | 3 | 0 | 64 | 27 | 77 | 56 | 71 |
| Binary | 10111111 | 11000100 | 1011110 | 11 | 0 | 110100 | 10111 | 111111 | 101110 | 111001 |
Color Harmonies of #BFC45E
Complementary color
Monochromatic Colors of #BFC45E
Black with #BFC45E
Text Example
Text Example
White with #BFC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC45E; }
p { color: rgb(191,196,94); }
H1.HeaderClassName
{
color: #BFC45E;
}
.AnyTagClassName
{
color: #BFC45E;
}
</style>
background-color css
<style>
a { background-color: #BFC45E; }
a { background-color: rgb(191,196,94); }
div.DivClassName
{
background-color: #BFC45E;
}
.BgClassName
{
background-color: #BFC45E;
}
</style>
border-color css
<style>
span { border-color: #BFC45E; }
span { border-color: rgb(191,196,94); }
td.TdClassName
{
border-color: #BFC45E;
}
.TagClassName
{
border-color: #BFC45E;
}
</style>