Shades of Wild Willow #BFC765
Tints of Wild Willow #BFC765
RGB
CMYK
RGB Variations
Color information
#BFC765 (or 0xBFC765) is known color: Wild Willow. HEX triplet: BF, C7 and 65. RGB value is (191,199,101). Sum of RGB (Red+Green+Blue) = 191+199+101=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC765 is #40389A. Grayscale: #B9B9B9. Windows color (decimal): -4208795 or 6670271. OLE color: 6670271.
HSL color Cylindrical-coordinate representation of color #BFC765: hue angle of 64.9º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC765 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 101 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.22 |
| HSL | 64.9º | 0.47% | 0.59% | - |
| HSV(B) | 64.9º | 0.49% | 0.78% | - |
| XYZ | 44.26 | 52.86 | 20.18 | - |
| YUV | 185.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 101 | 0.04 | 0 | 0.49 | 0.22 | 64.9 | 0.47 | 0.59 |
| Hex | BF | C7 | 65 | 4 | 0 | 31 | 16 | 41 | 2F | 3B |
| Octal | 277 | 307 | 145 | 4 | 0 | 61 | 26 | 101 | 57 | 73 |
| Binary | 10111111 | 11000111 | 1100101 | 100 | 0 | 110001 | 10110 | 1000001 | 101111 | 111011 |
Color Harmonies of #BFC765
Complementary color
Monochromatic Colors of #BFC765
Black with #BFC765
Text Example
Text Example
White with #BFC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC765; }
p { color: rgb(191,199,101); }
H1.HeaderClassName
{
color: #BFC765;
}
.AnyTagClassName
{
color: #BFC765;
}
</style>
background-color css
<style>
a { background-color: #BFC765; }
a { background-color: rgb(191,199,101); }
div.DivClassName
{
background-color: #BFC765;
}
.BgClassName
{
background-color: #BFC765;
}
</style>
border-color css
<style>
span { border-color: #BFC765; }
span { border-color: rgb(191,199,101); }
td.TdClassName
{
border-color: #BFC765;
}
.TagClassName
{
border-color: #BFC765;
}
</style>