Shades of Wild Willow #BFD968
Tints of Wild Willow #BFD968
RGB
CMYK
RGB Variations
Color information
#BFD968 (or 0xBFD968) is known color: Wild Willow. HEX triplet: BF, D9 and 68. RGB value is (191,217,104). Sum of RGB (Red+Green+Blue) = 191+217+104=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD968 is #402697. Grayscale: #C4C4C4. Windows color (decimal): -4204184 or 6871487. OLE color: 6871487.
HSL color Cylindrical-coordinate representation of color #BFD968: hue angle of 73.81º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFD968 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 104 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.15 |
| HSL | 73.81º | 0.6% | 0.63% | - |
| HSV(B) | 73.81º | 0.52% | 0.85% | - |
| XYZ | 48.8 | 61.7 | 22.43 | - |
| YUV | 196.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 104 | 0.12 | 0 | 0.52 | 0.15 | 73.81 | 0.6 | 0.63 |
| Hex | BF | D9 | 68 | C | 0 | 34 | F | 4A | 3C | 3F |
| Octal | 277 | 331 | 150 | 14 | 0 | 64 | 17 | 112 | 74 | 77 |
| Binary | 10111111 | 11011001 | 1101000 | 1100 | 0 | 110100 | 1111 | 1001010 | 111100 | 111111 |
Color Harmonies of #BFD968
Complementary color
Monochromatic Colors of #BFD968
Black with #BFD968
Text Example
Text Example
White with #BFD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD968; }
p { color: rgb(191,217,104); }
H1.HeaderClassName
{
color: #BFD968;
}
.AnyTagClassName
{
color: #BFD968;
}
</style>
background-color css
<style>
a { background-color: #BFD968; }
a { background-color: rgb(191,217,104); }
div.DivClassName
{
background-color: #BFD968;
}
.BgClassName
{
background-color: #BFD968;
}
</style>
border-color css
<style>
span { border-color: #BFD968; }
span { border-color: rgb(191,217,104); }
td.TdClassName
{
border-color: #BFD968;
}
.TagClassName
{
border-color: #BFD968;
}
</style>