Shades of Wild Willow #BFD573
Tints of Wild Willow #BFD573
RGB
CMYK
RGB Variations
Color information
#BFD573 (or 0xBFD573) is known color: Wild Willow. HEX triplet: BF, D5 and 73. RGB value is (191,213,115). Sum of RGB (Red+Green+Blue) = 191+213+115=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD573 is #402A8C. Grayscale: #C3C3C3. Windows color (decimal): -4205197 or 7591359. OLE color: 7591359.
HSL color Cylindrical-coordinate representation of color #BFD573: hue angle of 73.47º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD573 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 115 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.16 |
| HSL | 73.47º | 0.54% | 0.64% | - |
| HSV(B) | 73.47º | 0.46% | 0.84% | - |
| XYZ | 48.37 | 59.9 | 25.23 | - |
| YUV | 195.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 115 | 0.10 | 0 | 0.46 | 0.16 | 73.47 | 0.54 | 0.64 |
| Hex | BF | D5 | 73 | A | 0 | 2E | 10 | 49 | 36 | 40 |
| Octal | 277 | 325 | 163 | 12 | 0 | 56 | 20 | 111 | 66 | 100 |
| Binary | 10111111 | 11010101 | 1110011 | 1010 | 0 | 101110 | 10000 | 1001001 | 110110 | 1000000 |
Color Harmonies of #BFD573
Complementary color
Monochromatic Colors of #BFD573
Black with #BFD573
Text Example
Text Example
White with #BFD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD573; }
p { color: rgb(191,213,115); }
H1.HeaderClassName
{
color: #BFD573;
}
.AnyTagClassName
{
color: #BFD573;
}
</style>
background-color css
<style>
a { background-color: #BFD573; }
a { background-color: rgb(191,213,115); }
div.DivClassName
{
background-color: #BFD573;
}
.BgClassName
{
background-color: #BFD573;
}
</style>
border-color css
<style>
span { border-color: #BFD573; }
span { border-color: rgb(191,213,115); }
td.TdClassName
{
border-color: #BFD573;
}
.TagClassName
{
border-color: #BFD573;
}
</style>