Shades of Wild Willow #BFD569
Tints of Wild Willow #BFD569
RGB
CMYK
RGB Variations
Color information
#BFD569 (or 0xBFD569) is known color: Wild Willow. HEX triplet: BF, D5 and 69. RGB value is (191,213,105). Sum of RGB (Red+Green+Blue) = 191+213+105=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD569 is #402A96. Grayscale: #C2C2C2. Windows color (decimal): -4205207 or 6935999. OLE color: 6935999.
HSL color Cylindrical-coordinate representation of color #BFD569: hue angle of 72.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD569 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 105 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.16 |
| HSL | 72.22º | 0.56% | 0.62% | - |
| HSV(B) | 72.22º | 0.51% | 0.84% | - |
| XYZ | 47.83 | 59.68 | 22.36 | - |
| YUV | 194.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 105 | 0.10 | 0 | 0.51 | 0.16 | 72.22 | 0.56 | 0.62 |
| Hex | BF | D5 | 69 | A | 0 | 33 | 10 | 48 | 38 | 3E |
| Octal | 277 | 325 | 151 | 12 | 0 | 63 | 20 | 110 | 70 | 76 |
| Binary | 10111111 | 11010101 | 1101001 | 1010 | 0 | 110011 | 10000 | 1001000 | 111000 | 111110 |
Color Harmonies of #BFD569
Complementary color
Monochromatic Colors of #BFD569
Black with #BFD569
Text Example
Text Example
White with #BFD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD569; }
p { color: rgb(191,213,105); }
H1.HeaderClassName
{
color: #BFD569;
}
.AnyTagClassName
{
color: #BFD569;
}
</style>
background-color css
<style>
a { background-color: #BFD569; }
a { background-color: rgb(191,213,105); }
div.DivClassName
{
background-color: #BFD569;
}
.BgClassName
{
background-color: #BFD569;
}
</style>
border-color css
<style>
span { border-color: #BFD569; }
span { border-color: rgb(191,213,105); }
td.TdClassName
{
border-color: #BFD569;
}
.TagClassName
{
border-color: #BFD569;
}
</style>