Shades of Wild Willow #BFC360
Tints of Wild Willow #BFC360
RGB
CMYK
RGB Variations
Color information
#BFC360 (or 0xBFC360) is known color: Wild Willow. HEX triplet: BF, C3 and 60. RGB value is (191,195,96). Sum of RGB (Red+Green+Blue) = 191+195+96=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC360 is #403C9F. Grayscale: #B6B6B6. Windows color (decimal): -4209824 or 6341567. OLE color: 6341567.
HSL color Cylindrical-coordinate representation of color #BFC360: hue angle of 62.42º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC360 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 96 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.24 |
| HSL | 62.42º | 0.45% | 0.57% | - |
| HSV(B) | 62.42º | 0.51% | 0.76% | - |
| XYZ | 43.11 | 50.95 | 18.63 | - |
| YUV | 182.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 96 | 0.02 | 0 | 0.51 | 0.24 | 62.42 | 0.45 | 0.57 |
| Hex | BF | C3 | 60 | 2 | 0 | 33 | 18 | 3E | 2D | 39 |
| Octal | 277 | 303 | 140 | 2 | 0 | 63 | 30 | 76 | 55 | 71 |
| Binary | 10111111 | 11000011 | 1100000 | 10 | 0 | 110011 | 11000 | 111110 | 101101 | 111001 |
Color Harmonies of #BFC360
Complementary color
Monochromatic Colors of #BFC360
Black with #BFC360
Text Example
Text Example
White with #BFC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC360; }
p { color: rgb(191,195,96); }
H1.HeaderClassName
{
color: #BFC360;
}
.AnyTagClassName
{
color: #BFC360;
}
</style>
background-color css
<style>
a { background-color: #BFC360; }
a { background-color: rgb(191,195,96); }
div.DivClassName
{
background-color: #BFC360;
}
.BgClassName
{
background-color: #BFC360;
}
</style>
border-color css
<style>
span { border-color: #BFC360; }
span { border-color: rgb(191,195,96); }
td.TdClassName
{
border-color: #BFC360;
}
.TagClassName
{
border-color: #BFC360;
}
</style>