Shades of Wild Willow #BFD373
Tints of Wild Willow #BFD373
RGB
CMYK
RGB Variations
Color information
#BFD373 (or 0xBFD373) is known color: Wild Willow. HEX triplet: BF, D3 and 73. RGB value is (191,211,115). Sum of RGB (Red+Green+Blue) = 191+211+115=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD373 is #402C8C. Grayscale: #C2C2C2. Windows color (decimal): -4205709 or 7590847. OLE color: 7590847.
HSL color Cylindrical-coordinate representation of color #BFD373: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD373 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 115 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.17 |
| HSL | 72.5º | 0.52% | 0.64% | - |
| HSV(B) | 72.5º | 0.45% | 0.83% | - |
| XYZ | 47.87 | 58.9 | 25.07 | - |
| YUV | 194.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 115 | 0.09 | 0 | 0.45 | 0.17 | 72.5 | 0.52 | 0.64 |
| Hex | BF | D3 | 73 | 9 | 0 | 2D | 11 | 48 | 34 | 40 |
| Octal | 277 | 323 | 163 | 11 | 0 | 55 | 21 | 110 | 64 | 100 |
| Binary | 10111111 | 11010011 | 1110011 | 1001 | 0 | 101101 | 10001 | 1001000 | 110100 | 1000000 |
Color Harmonies of #BFD373
Complementary color
Monochromatic Colors of #BFD373
Black with #BFD373
Text Example
Text Example
White with #BFD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD373; }
p { color: rgb(191,211,115); }
H1.HeaderClassName
{
color: #BFD373;
}
.AnyTagClassName
{
color: #BFD373;
}
</style>
background-color css
<style>
a { background-color: #BFD373; }
a { background-color: rgb(191,211,115); }
div.DivClassName
{
background-color: #BFD373;
}
.BgClassName
{
background-color: #BFD373;
}
</style>
border-color css
<style>
span { border-color: #BFD373; }
span { border-color: rgb(191,211,115); }
td.TdClassName
{
border-color: #BFD373;
}
.TagClassName
{
border-color: #BFD373;
}
</style>