Shades of Wild Willow #BFC85A
Tints of Wild Willow #BFC85A
RGB
CMYK
RGB Variations
Color information
#BFC85A (or 0xBFC85A) is known color: Wild Willow. HEX triplet: BF, C8 and 5A. RGB value is (191,200,90). Sum of RGB (Red+Green+Blue) = 191+200+90=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC85A is #4037A5. Grayscale: #B9B9B9. Windows color (decimal): -4208550 or 5949631. OLE color: 5949631.
HSL color Cylindrical-coordinate representation of color #BFC85A: hue angle of 64.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC85A is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 90 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.22 |
| HSL | 64.91º | 0.5% | 0.57% | - |
| HSV(B) | 64.91º | 0.55% | 0.78% | - |
| XYZ | 43.99 | 53.12 | 17.61 | - |
| YUV | 184.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 90 | 0.04 | 0 | 0.55 | 0.22 | 64.91 | 0.5 | 0.57 |
| Hex | BF | C8 | 5A | 4 | 0 | 37 | 16 | 41 | 32 | 39 |
| Octal | 277 | 310 | 132 | 4 | 0 | 67 | 26 | 101 | 62 | 71 |
| Binary | 10111111 | 11001000 | 1011010 | 100 | 0 | 110111 | 10110 | 1000001 | 110010 | 111001 |
Color Harmonies of #BFC85A
Complementary color
Monochromatic Colors of #BFC85A
Black with #BFC85A
Text Example
Text Example
White with #BFC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC85A; }
p { color: rgb(191,200,90); }
H1.HeaderClassName
{
color: #BFC85A;
}
.AnyTagClassName
{
color: #BFC85A;
}
</style>
background-color css
<style>
a { background-color: #BFC85A; }
a { background-color: rgb(191,200,90); }
div.DivClassName
{
background-color: #BFC85A;
}
.BgClassName
{
background-color: #BFC85A;
}
</style>
border-color css
<style>
span { border-color: #BFC85A; }
span { border-color: rgb(191,200,90); }
td.TdClassName
{
border-color: #BFC85A;
}
.TagClassName
{
border-color: #BFC85A;
}
</style>