Shades of Wild Willow #BFD066
Tints of Wild Willow #BFD066
RGB
CMYK
RGB Variations
Color information
#BFD066 (or 0xBFD066) is known color: Wild Willow. HEX triplet: BF, D0 and 66. RGB value is (191,208,102). Sum of RGB (Red+Green+Blue) = 191+208+102=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD066 is #402F99. Grayscale: #BFBFBF. Windows color (decimal): -4206490 or 6738111. OLE color: 6738111.
HSL color Cylindrical-coordinate representation of color #BFD066: hue angle of 69.62º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD066 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 102 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.18 |
| HSL | 69.62º | 0.53% | 0.61% | - |
| HSV(B) | 69.62º | 0.51% | 0.82% | - |
| XYZ | 46.44 | 57.15 | 21.15 | - |
| YUV | 190.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 102 | 0.08 | 0 | 0.51 | 0.18 | 69.62 | 0.53 | 0.61 |
| Hex | BF | D0 | 66 | 8 | 0 | 33 | 12 | 46 | 35 | 3D |
| Octal | 277 | 320 | 146 | 10 | 0 | 63 | 22 | 106 | 65 | 75 |
| Binary | 10111111 | 11010000 | 1100110 | 1000 | 0 | 110011 | 10010 | 1000110 | 110101 | 111101 |
Color Harmonies of #BFD066
Complementary color
Monochromatic Colors of #BFD066
Black with #BFD066
Text Example
Text Example
White with #BFD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD066; }
p { color: rgb(191,208,102); }
H1.HeaderClassName
{
color: #BFD066;
}
.AnyTagClassName
{
color: #BFD066;
}
</style>
background-color css
<style>
a { background-color: #BFD066; }
a { background-color: rgb(191,208,102); }
div.DivClassName
{
background-color: #BFD066;
}
.BgClassName
{
background-color: #BFD066;
}
</style>
border-color css
<style>
span { border-color: #BFD066; }
span { border-color: rgb(191,208,102); }
td.TdClassName
{
border-color: #BFD066;
}
.TagClassName
{
border-color: #BFD066;
}
</style>