Shades of Wild Willow #BFC36A
Tints of Wild Willow #BFC36A
RGB
CMYK
RGB Variations
Color information
#BFC36A (or 0xBFC36A) is known color: Wild Willow. HEX triplet: BF, C3 and 6A. RGB value is (191,195,106). Sum of RGB (Red+Green+Blue) = 191+195+106=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC36A is #403C95. Grayscale: #B8B8B8. Windows color (decimal): -4209814 or 6996927. OLE color: 6996927.
HSL color Cylindrical-coordinate representation of color #BFC36A: hue angle of 62.7º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC36A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 106 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.7º | 0.43% | 0.59% | - |
| HSV(B) | 62.7º | 0.46% | 0.76% | - |
| XYZ | 43.6 | 51.15 | 21.21 | - |
| YUV | 183.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 106 | 0.02 | 0 | 0.46 | 0.24 | 62.7 | 0.43 | 0.59 |
| Hex | BF | C3 | 6A | 2 | 0 | 2E | 18 | 3F | 2B | 3B |
| Octal | 277 | 303 | 152 | 2 | 0 | 56 | 30 | 77 | 53 | 73 |
| Binary | 10111111 | 11000011 | 1101010 | 10 | 0 | 101110 | 11000 | 111111 | 101011 | 111011 |
Color Harmonies of #BFC36A
Complementary color
Monochromatic Colors of #BFC36A
Black with #BFC36A
Text Example
Text Example
White with #BFC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC36A; }
p { color: rgb(191,195,106); }
H1.HeaderClassName
{
color: #BFC36A;
}
.AnyTagClassName
{
color: #BFC36A;
}
</style>
background-color css
<style>
a { background-color: #BFC36A; }
a { background-color: rgb(191,195,106); }
div.DivClassName
{
background-color: #BFC36A;
}
.BgClassName
{
background-color: #BFC36A;
}
</style>
border-color css
<style>
span { border-color: #BFC36A; }
span { border-color: rgb(191,195,106); }
td.TdClassName
{
border-color: #BFC36A;
}
.TagClassName
{
border-color: #BFC36A;
}
</style>