Shades of Wild Willow #BFC467
Tints of Wild Willow #BFC467
RGB
CMYK
RGB Variations
Color information
#BFC467 (or 0xBFC467) is known color: Wild Willow. HEX triplet: BF, C4 and 67. RGB value is (191,196,103). Sum of RGB (Red+Green+Blue) = 191+196+103=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC467 is #403B98. Grayscale: #B8B8B8. Windows color (decimal): -4209561 or 6800575. OLE color: 6800575.
HSL color Cylindrical-coordinate representation of color #BFC467: hue angle of 63.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC467 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 103 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.23 |
| HSL | 63.23º | 0.44% | 0.59% | - |
| HSV(B) | 63.23º | 0.47% | 0.77% | - |
| XYZ | 43.67 | 51.54 | 20.48 | - |
| YUV | 183.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 103 | 0.03 | 0 | 0.47 | 0.23 | 63.23 | 0.44 | 0.59 |
| Hex | BF | C4 | 67 | 3 | 0 | 2F | 17 | 3F | 2C | 3B |
| Octal | 277 | 304 | 147 | 3 | 0 | 57 | 27 | 77 | 54 | 73 |
| Binary | 10111111 | 11000100 | 1100111 | 11 | 0 | 101111 | 10111 | 111111 | 101100 | 111011 |
Color Harmonies of #BFC467
Complementary color
Monochromatic Colors of #BFC467
Black with #BFC467
Text Example
Text Example
White with #BFC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC467; }
p { color: rgb(191,196,103); }
H1.HeaderClassName
{
color: #BFC467;
}
.AnyTagClassName
{
color: #BFC467;
}
</style>
background-color css
<style>
a { background-color: #BFC467; }
a { background-color: rgb(191,196,103); }
div.DivClassName
{
background-color: #BFC467;
}
.BgClassName
{
background-color: #BFC467;
}
</style>
border-color css
<style>
span { border-color: #BFC467; }
span { border-color: rgb(191,196,103); }
td.TdClassName
{
border-color: #BFC467;
}
.TagClassName
{
border-color: #BFC467;
}
</style>