Shades of Wild Willow #BFC366
Tints of Wild Willow #BFC366
RGB
CMYK
RGB Variations
Color information
#BFC366 (or 0xBFC366) is known color: Wild Willow. HEX triplet: BF, C3 and 66. RGB value is (191,195,102). Sum of RGB (Red+Green+Blue) = 191+195+102=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC366 is #403C99. Grayscale: #B7B7B7. Windows color (decimal): -4209818 or 6734783. OLE color: 6734783.
HSL color Cylindrical-coordinate representation of color #BFC366: hue angle of 62.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFC366 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 102 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.24 |
| HSL | 62.58º | 0.44% | 0.58% | - |
| HSV(B) | 62.58º | 0.48% | 0.76% | - |
| XYZ | 43.4 | 51.07 | 20.14 | - |
| YUV | 183.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 102 | 0.02 | 0 | 0.48 | 0.24 | 62.58 | 0.44 | 0.58 |
| Hex | BF | C3 | 66 | 2 | 0 | 30 | 18 | 3F | 2C | 3A |
| Octal | 277 | 303 | 146 | 2 | 0 | 60 | 30 | 77 | 54 | 72 |
| Binary | 10111111 | 11000011 | 1100110 | 10 | 0 | 110000 | 11000 | 111111 | 101100 | 111010 |
Color Harmonies of #BFC366
Complementary color
Monochromatic Colors of #BFC366
Black with #BFC366
Text Example
Text Example
White with #BFC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC366; }
p { color: rgb(191,195,102); }
H1.HeaderClassName
{
color: #BFC366;
}
.AnyTagClassName
{
color: #BFC366;
}
</style>
background-color css
<style>
a { background-color: #BFC366; }
a { background-color: rgb(191,195,102); }
div.DivClassName
{
background-color: #BFC366;
}
.BgClassName
{
background-color: #BFC366;
}
</style>
border-color css
<style>
span { border-color: #BFC366; }
span { border-color: rgb(191,195,102); }
td.TdClassName
{
border-color: #BFC366;
}
.TagClassName
{
border-color: #BFC366;
}
</style>