Shades of Wild Willow #BFC95A
Tints of Wild Willow #BFC95A
RGB
CMYK
RGB Variations
Color information
#BFC95A (or 0xBFC95A) is known color: Wild Willow. HEX triplet: BF, C9 and 5A. RGB value is (191,201,90). Sum of RGB (Red+Green+Blue) = 191+201+90=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC95A is #4036A5. Grayscale: #B9B9B9. Windows color (decimal): -4208294 or 5949887. OLE color: 5949887.
HSL color Cylindrical-coordinate representation of color #BFC95A: hue angle of 65.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC95A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 90 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.21 |
| HSL | 65.41º | 0.51% | 0.57% | - |
| HSV(B) | 65.41º | 0.55% | 0.79% | - |
| XYZ | 44.22 | 53.59 | 17.69 | - |
| YUV | 185.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 90 | 0.05 | 0 | 0.55 | 0.21 | 65.41 | 0.51 | 0.57 |
| Hex | BF | C9 | 5A | 5 | 0 | 37 | 15 | 41 | 33 | 39 |
| Octal | 277 | 311 | 132 | 5 | 0 | 67 | 25 | 101 | 63 | 71 |
| Binary | 10111111 | 11001001 | 1011010 | 101 | 0 | 110111 | 10101 | 1000001 | 110011 | 111001 |
Color Harmonies of #BFC95A
Complementary color
Monochromatic Colors of #BFC95A
Black with #BFC95A
Text Example
Text Example
White with #BFC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC95A; }
p { color: rgb(191,201,90); }
H1.HeaderClassName
{
color: #BFC95A;
}
.AnyTagClassName
{
color: #BFC95A;
}
</style>
background-color css
<style>
a { background-color: #BFC95A; }
a { background-color: rgb(191,201,90); }
div.DivClassName
{
background-color: #BFC95A;
}
.BgClassName
{
background-color: #BFC95A;
}
</style>
border-color css
<style>
span { border-color: #BFC95A; }
span { border-color: rgb(191,201,90); }
td.TdClassName
{
border-color: #BFC95A;
}
.TagClassName
{
border-color: #BFC95A;
}
</style>