Shades of Wild Willow #BFD473
Tints of Wild Willow #BFD473
RGB
CMYK
RGB Variations
Color information
#BFD473 (or 0xBFD473) is known color: Wild Willow. HEX triplet: BF, D4 and 73. RGB value is (191,212,115). Sum of RGB (Red+Green+Blue) = 191+212+115=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD473 is #402B8C. Grayscale: #C3C3C3. Windows color (decimal): -4205453 or 7591103. OLE color: 7591103.
HSL color Cylindrical-coordinate representation of color #BFD473: hue angle of 72.99º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD473 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 115 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.17 |
| HSL | 72.99º | 0.53% | 0.64% | - |
| HSV(B) | 72.99º | 0.46% | 0.83% | - |
| XYZ | 48.12 | 59.4 | 25.15 | - |
| YUV | 194.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 115 | 0.10 | 0 | 0.46 | 0.17 | 72.99 | 0.53 | 0.64 |
| Hex | BF | D4 | 73 | A | 0 | 2E | 11 | 49 | 35 | 40 |
| Octal | 277 | 324 | 163 | 12 | 0 | 56 | 21 | 111 | 65 | 100 |
| Binary | 10111111 | 11010100 | 1110011 | 1010 | 0 | 101110 | 10001 | 1001001 | 110101 | 1000000 |
Color Harmonies of #BFD473
Complementary color
Monochromatic Colors of #BFD473
Black with #BFD473
Text Example
Text Example
White with #BFD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD473; }
p { color: rgb(191,212,115); }
H1.HeaderClassName
{
color: #BFD473;
}
.AnyTagClassName
{
color: #BFD473;
}
</style>
background-color css
<style>
a { background-color: #BFD473; }
a { background-color: rgb(191,212,115); }
div.DivClassName
{
background-color: #BFD473;
}
.BgClassName
{
background-color: #BFD473;
}
</style>
border-color css
<style>
span { border-color: #BFD473; }
span { border-color: rgb(191,212,115); }
td.TdClassName
{
border-color: #BFD473;
}
.TagClassName
{
border-color: #BFD473;
}
</style>