Shades of Wild Willow #BFD564
Tints of Wild Willow #BFD564
RGB
CMYK
RGB Variations
Color information
#BFD564 (or 0xBFD564) is known color: Wild Willow. HEX triplet: BF, D5 and 64. RGB value is (191,213,100). Sum of RGB (Red+Green+Blue) = 191+213+100=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD564 is #402A9B. Grayscale: #C1C1C1. Windows color (decimal): -4205212 or 6608319. OLE color: 6608319.
HSL color Cylindrical-coordinate representation of color #BFD564: hue angle of 71.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD564 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 100 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.16 |
| HSL | 71.68º | 0.57% | 0.61% | - |
| HSV(B) | 71.68º | 0.53% | 0.84% | - |
| XYZ | 47.58 | 59.58 | 21.05 | - |
| YUV | 193.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 100 | 0.10 | 0 | 0.53 | 0.16 | 71.68 | 0.57 | 0.61 |
| Hex | BF | D5 | 64 | A | 0 | 35 | 10 | 48 | 39 | 3D |
| Octal | 277 | 325 | 144 | 12 | 0 | 65 | 20 | 110 | 71 | 75 |
| Binary | 10111111 | 11010101 | 1100100 | 1010 | 0 | 110101 | 10000 | 1001000 | 111001 | 111101 |
Color Harmonies of #BFD564
Complementary color
Monochromatic Colors of #BFD564
Black with #BFD564
Text Example
Text Example
White with #BFD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD564; }
p { color: rgb(191,213,100); }
H1.HeaderClassName
{
color: #BFD564;
}
.AnyTagClassName
{
color: #BFD564;
}
</style>
background-color css
<style>
a { background-color: #BFD564; }
a { background-color: rgb(191,213,100); }
div.DivClassName
{
background-color: #BFD564;
}
.BgClassName
{
background-color: #BFD564;
}
</style>
border-color css
<style>
span { border-color: #BFD564; }
span { border-color: rgb(191,213,100); }
td.TdClassName
{
border-color: #BFD564;
}
.TagClassName
{
border-color: #BFD564;
}
</style>