Shades of Wild Willow #BFC355
Tints of Wild Willow #BFC355
RGB
CMYK
RGB Variations
Color information
#BFC355 (or 0xBFC355) is known color: Wild Willow. HEX triplet: BF, C3 and 55. RGB value is (191,195,85). Sum of RGB (Red+Green+Blue) = 191+195+85=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC355 is #403CAA. Grayscale: #B5B5B5. Windows color (decimal): -4209835 or 5620671. OLE color: 5620671.
HSL color Cylindrical-coordinate representation of color #BFC355: hue angle of 62.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFC355 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 85 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.24 |
| HSL | 62.18º | 0.48% | 0.55% | - |
| HSV(B) | 62.18º | 0.56% | 0.76% | - |
| XYZ | 42.64 | 50.76 | 16.15 | - |
| YUV | 181.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 85 | 0.02 | 0 | 0.56 | 0.24 | 62.18 | 0.48 | 0.55 |
| Hex | BF | C3 | 55 | 2 | 0 | 38 | 18 | 3E | 30 | 37 |
| Octal | 277 | 303 | 125 | 2 | 0 | 70 | 30 | 76 | 60 | 67 |
| Binary | 10111111 | 11000011 | 1010101 | 10 | 0 | 111000 | 11000 | 111110 | 110000 | 110111 |
Color Harmonies of #BFC355
Complementary color
Monochromatic Colors of #BFC355
Black with #BFC355
Text Example
Text Example
White with #BFC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC355; }
p { color: rgb(191,195,85); }
H1.HeaderClassName
{
color: #BFC355;
}
.AnyTagClassName
{
color: #BFC355;
}
</style>
background-color css
<style>
a { background-color: #BFC355; }
a { background-color: rgb(191,195,85); }
div.DivClassName
{
background-color: #BFC355;
}
.BgClassName
{
background-color: #BFC355;
}
</style>
border-color css
<style>
span { border-color: #BFC355; }
span { border-color: rgb(191,195,85); }
td.TdClassName
{
border-color: #BFC355;
}
.TagClassName
{
border-color: #BFC355;
}
</style>