Shades of Wild Willow #BFC265
Tints of Wild Willow #BFC265
RGB
CMYK
RGB Variations
Color information
#BFC265 (or 0xBFC265) is known color: Wild Willow. HEX triplet: BF, C2 and 65. RGB value is (191,194,101). Sum of RGB (Red+Green+Blue) = 191+194+101=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC265 is #403D9A. Grayscale: #B6B6B6. Windows color (decimal): -4210075 or 6668991. OLE color: 6668991.
HSL color Cylindrical-coordinate representation of color #BFC265: hue angle of 61.94º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC265 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 101 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.24 |
| HSL | 61.94º | 0.43% | 0.58% | - |
| HSV(B) | 61.94º | 0.48% | 0.76% | - |
| XYZ | 43.13 | 50.6 | 19.81 | - |
| YUV | 182.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 101 | 0.02 | 0 | 0.48 | 0.24 | 61.94 | 0.43 | 0.58 |
| Hex | BF | C2 | 65 | 2 | 0 | 30 | 18 | 3E | 2B | 3A |
| Octal | 277 | 302 | 145 | 2 | 0 | 60 | 30 | 76 | 53 | 72 |
| Binary | 10111111 | 11000010 | 1100101 | 10 | 0 | 110000 | 11000 | 111110 | 101011 | 111010 |
Color Harmonies of #BFC265
Complementary color
Monochromatic Colors of #BFC265
Black with #BFC265
Text Example
Text Example
White with #BFC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC265; }
p { color: rgb(191,194,101); }
H1.HeaderClassName
{
color: #BFC265;
}
.AnyTagClassName
{
color: #BFC265;
}
</style>
background-color css
<style>
a { background-color: #BFC265; }
a { background-color: rgb(191,194,101); }
div.DivClassName
{
background-color: #BFC265;
}
.BgClassName
{
background-color: #BFC265;
}
</style>
border-color css
<style>
span { border-color: #BFC265; }
span { border-color: rgb(191,194,101); }
td.TdClassName
{
border-color: #BFC265;
}
.TagClassName
{
border-color: #BFC265;
}
</style>