Shades of Wild Willow #BFDC68
Tints of Wild Willow #BFDC68
RGB
CMYK
RGB Variations
Color information
#BFDC68 (or 0xBFDC68) is known color: Wild Willow. HEX triplet: BF, DC and 68. RGB value is (191,220,104). Sum of RGB (Red+Green+Blue) = 191+220+104=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC68 is #402397. Grayscale: #C6C6C6. Windows color (decimal): -4203416 or 6872255. OLE color: 6872255.
HSL color Cylindrical-coordinate representation of color #BFDC68: hue angle of 75º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDC68 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 104 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.14 |
| HSL | 75º | 0.62% | 0.64% | - |
| HSV(B) | 75º | 0.53% | 0.86% | - |
| XYZ | 49.58 | 63.26 | 22.69 | - |
| YUV | 198.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 104 | 0.13 | 0 | 0.53 | 0.14 | 75 | 0.62 | 0.64 |
| Hex | BF | DC | 68 | D | 0 | 35 | E | 4B | 3E | 40 |
| Octal | 277 | 334 | 150 | 15 | 0 | 65 | 16 | 113 | 76 | 100 |
| Binary | 10111111 | 11011100 | 1101000 | 1101 | 0 | 110101 | 1110 | 1001011 | 111110 | 1000000 |
Color Harmonies of #BFDC68
Complementary color
Monochromatic Colors of #BFDC68
Black with #BFDC68
Text Example
Text Example
White with #BFDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC68; }
p { color: rgb(191,220,104); }
H1.HeaderClassName
{
color: #BFDC68;
}
.AnyTagClassName
{
color: #BFDC68;
}
</style>
background-color css
<style>
a { background-color: #BFDC68; }
a { background-color: rgb(191,220,104); }
div.DivClassName
{
background-color: #BFDC68;
}
.BgClassName
{
background-color: #BFDC68;
}
</style>
border-color css
<style>
span { border-color: #BFDC68; }
span { border-color: rgb(191,220,104); }
td.TdClassName
{
border-color: #BFDC68;
}
.TagClassName
{
border-color: #BFDC68;
}
</style>