Shades of Wild Willow #BFD673
Tints of Wild Willow #BFD673
RGB
CMYK
RGB Variations
Color information
#BFD673 (or 0xBFD673) is known color: Wild Willow. HEX triplet: BF, D6 and 73. RGB value is (191,214,115). Sum of RGB (Red+Green+Blue) = 191+214+115=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD673 is #40298C. Grayscale: #C4C4C4. Windows color (decimal): -4204941 or 7591615. OLE color: 7591615.
HSL color Cylindrical-coordinate representation of color #BFD673: hue angle of 73.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD673 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 115 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.16 |
| HSL | 73.94º | 0.55% | 0.65% | - |
| HSV(B) | 73.94º | 0.46% | 0.84% | - |
| XYZ | 48.63 | 60.41 | 25.32 | - |
| YUV | 195.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 115 | 0.11 | 0 | 0.46 | 0.16 | 73.94 | 0.55 | 0.65 |
| Hex | BF | D6 | 73 | B | 0 | 2E | 10 | 4A | 37 | 41 |
| Octal | 277 | 326 | 163 | 13 | 0 | 56 | 20 | 112 | 67 | 101 |
| Binary | 10111111 | 11010110 | 1110011 | 1011 | 0 | 101110 | 10000 | 1001010 | 110111 | 1000001 |
Color Harmonies of #BFD673
Complementary color
Monochromatic Colors of #BFD673
Black with #BFD673
Text Example
Text Example
White with #BFD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD673; }
p { color: rgb(191,214,115); }
H1.HeaderClassName
{
color: #BFD673;
}
.AnyTagClassName
{
color: #BFD673;
}
</style>
background-color css
<style>
a { background-color: #BFD673; }
a { background-color: rgb(191,214,115); }
div.DivClassName
{
background-color: #BFD673;
}
.BgClassName
{
background-color: #BFD673;
}
</style>
border-color css
<style>
span { border-color: #BFD673; }
span { border-color: rgb(191,214,115); }
td.TdClassName
{
border-color: #BFD673;
}
.TagClassName
{
border-color: #BFD673;
}
</style>