Shades of Wild Willow #BFC862
Tints of Wild Willow #BFC862
RGB
CMYK
RGB Variations
Color information
#BFC862 (or 0xBFC862) is known color: Wild Willow. HEX triplet: BF, C8 and 62. RGB value is (191,200,98). Sum of RGB (Red+Green+Blue) = 191+200+98=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC862 is #40379D. Grayscale: #BABABA. Windows color (decimal): -4208542 or 6473919. OLE color: 6473919.
HSL color Cylindrical-coordinate representation of color #BFC862: hue angle of 65.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC862 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 98 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.22 |
| HSL | 65.29º | 0.48% | 0.58% | - |
| HSV(B) | 65.29º | 0.51% | 0.78% | - |
| XYZ | 44.34 | 53.27 | 19.5 | - |
| YUV | 185.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 98 | 0.04 | 0 | 0.51 | 0.22 | 65.29 | 0.48 | 0.58 |
| Hex | BF | C8 | 62 | 4 | 0 | 33 | 16 | 41 | 30 | 3A |
| Octal | 277 | 310 | 142 | 4 | 0 | 63 | 26 | 101 | 60 | 72 |
| Binary | 10111111 | 11001000 | 1100010 | 100 | 0 | 110011 | 10110 | 1000001 | 110000 | 111010 |
Color Harmonies of #BFC862
Complementary color
Monochromatic Colors of #BFC862
Black with #BFC862
Text Example
Text Example
White with #BFC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC862; }
p { color: rgb(191,200,98); }
H1.HeaderClassName
{
color: #BFC862;
}
.AnyTagClassName
{
color: #BFC862;
}
</style>
background-color css
<style>
a { background-color: #BFC862; }
a { background-color: rgb(191,200,98); }
div.DivClassName
{
background-color: #BFC862;
}
.BgClassName
{
background-color: #BFC862;
}
</style>
border-color css
<style>
span { border-color: #BFC862; }
span { border-color: rgb(191,200,98); }
td.TdClassName
{
border-color: #BFC862;
}
.TagClassName
{
border-color: #BFC862;
}
</style>