Shades of Wild Willow #BFC970
Tints of Wild Willow #BFC970
RGB
CMYK
RGB Variations
Color information
#BFC970 (or 0xBFC970) is known color: Wild Willow. HEX triplet: BF, C9 and 70. RGB value is (191,201,112). Sum of RGB (Red+Green+Blue) = 191+201+112=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC970 is #40368F. Grayscale: #BCBCBC. Windows color (decimal): -4208272 or 7391679. OLE color: 7391679.
HSL color Cylindrical-coordinate representation of color #BFC970: hue angle of 66.74º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC970 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 112 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.21 |
| HSL | 66.74º | 0.45% | 0.61% | - |
| HSV(B) | 66.74º | 0.44% | 0.79% | - |
| XYZ | 45.3 | 54.02 | 23.37 | - |
| YUV | 187.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 112 | 0.05 | 0 | 0.44 | 0.21 | 66.74 | 0.45 | 0.61 |
| Hex | BF | C9 | 70 | 5 | 0 | 2C | 15 | 43 | 2D | 3D |
| Octal | 277 | 311 | 160 | 5 | 0 | 54 | 25 | 103 | 55 | 75 |
| Binary | 10111111 | 11001001 | 1110000 | 101 | 0 | 101100 | 10101 | 1000011 | 101101 | 111101 |
Color Harmonies of #BFC970
Complementary color
Monochromatic Colors of #BFC970
Black with #BFC970
Text Example
Text Example
White with #BFC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC970; }
p { color: rgb(191,201,112); }
H1.HeaderClassName
{
color: #BFC970;
}
.AnyTagClassName
{
color: #BFC970;
}
</style>
background-color css
<style>
a { background-color: #BFC970; }
a { background-color: rgb(191,201,112); }
div.DivClassName
{
background-color: #BFC970;
}
.BgClassName
{
background-color: #BFC970;
}
</style>
border-color css
<style>
span { border-color: #BFC970; }
span { border-color: rgb(191,201,112); }
td.TdClassName
{
border-color: #BFC970;
}
.TagClassName
{
border-color: #BFC970;
}
</style>