Shades of Wild Willow #BFD769
Tints of Wild Willow #BFD769
RGB
CMYK
RGB Variations
Color information
#BFD769 (or 0xBFD769) is known color: Wild Willow. HEX triplet: BF, D7 and 69. RGB value is (191,215,105). Sum of RGB (Red+Green+Blue) = 191+215+105=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD769 is #402896. Grayscale: #C3C3C3. Windows color (decimal): -4204695 or 6936511. OLE color: 6936511.
HSL color Cylindrical-coordinate representation of color #BFD769: hue angle of 73.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD769 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 105 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.16 |
| HSL | 73.09º | 0.58% | 0.63% | - |
| HSV(B) | 73.09º | 0.51% | 0.84% | - |
| XYZ | 48.34 | 60.7 | 22.53 | - |
| YUV | 195.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 105 | 0.11 | 0 | 0.51 | 0.16 | 73.09 | 0.58 | 0.63 |
| Hex | BF | D7 | 69 | B | 0 | 33 | 10 | 49 | 3A | 3F |
| Octal | 277 | 327 | 151 | 13 | 0 | 63 | 20 | 111 | 72 | 77 |
| Binary | 10111111 | 11010111 | 1101001 | 1011 | 0 | 110011 | 10000 | 1001001 | 111010 | 111111 |
Color Harmonies of #BFD769
Complementary color
Monochromatic Colors of #BFD769
Black with #BFD769
Text Example
Text Example
White with #BFD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD769; }
p { color: rgb(191,215,105); }
H1.HeaderClassName
{
color: #BFD769;
}
.AnyTagClassName
{
color: #BFD769;
}
</style>
background-color css
<style>
a { background-color: #BFD769; }
a { background-color: rgb(191,215,105); }
div.DivClassName
{
background-color: #BFD769;
}
.BgClassName
{
background-color: #BFD769;
}
</style>
border-color css
<style>
span { border-color: #BFD769; }
span { border-color: rgb(191,215,105); }
td.TdClassName
{
border-color: #BFD769;
}
.TagClassName
{
border-color: #BFD769;
}
</style>