Shades of Wild Willow #BFD768
Tints of Wild Willow #BFD768
RGB
CMYK
RGB Variations
Color information
#BFD768 (or 0xBFD768) is known color: Wild Willow. HEX triplet: BF, D7 and 68. RGB value is (191,215,104). Sum of RGB (Red+Green+Blue) = 191+215+104=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD768 is #402897. Grayscale: #C3C3C3. Windows color (decimal): -4204696 or 6870975. OLE color: 6870975.
HSL color Cylindrical-coordinate representation of color #BFD768: hue angle of 72.97º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFD768 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 104 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.16 |
| HSL | 72.97º | 0.58% | 0.63% | - |
| HSV(B) | 72.97º | 0.52% | 0.84% | - |
| XYZ | 48.28 | 60.68 | 22.26 | - |
| YUV | 195.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 104 | 0.11 | 0 | 0.52 | 0.16 | 72.97 | 0.58 | 0.63 |
| Hex | BF | D7 | 68 | B | 0 | 34 | 10 | 49 | 3A | 3F |
| Octal | 277 | 327 | 150 | 13 | 0 | 64 | 20 | 111 | 72 | 77 |
| Binary | 10111111 | 11010111 | 1101000 | 1011 | 0 | 110100 | 10000 | 1001001 | 111010 | 111111 |
Color Harmonies of #BFD768
Complementary color
Monochromatic Colors of #BFD768
Black with #BFD768
Text Example
Text Example
White with #BFD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD768; }
p { color: rgb(191,215,104); }
H1.HeaderClassName
{
color: #BFD768;
}
.AnyTagClassName
{
color: #BFD768;
}
</style>
background-color css
<style>
a { background-color: #BFD768; }
a { background-color: rgb(191,215,104); }
div.DivClassName
{
background-color: #BFD768;
}
.BgClassName
{
background-color: #BFD768;
}
</style>
border-color css
<style>
span { border-color: #BFD768; }
span { border-color: rgb(191,215,104); }
td.TdClassName
{
border-color: #BFD768;
}
.TagClassName
{
border-color: #BFD768;
}
</style>