Shades of Wild Willow #BFDA67
Tints of Wild Willow #BFDA67
RGB
CMYK
RGB Variations
Color information
#BFDA67 (or 0xBFDA67) is known color: Wild Willow. HEX triplet: BF, DA and 67. RGB value is (191,218,103). Sum of RGB (Red+Green+Blue) = 191+218+103=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA67 is #402598. Grayscale: #C5C5C5. Windows color (decimal): -4203929 or 6806207. OLE color: 6806207.
HSL color Cylindrical-coordinate representation of color #BFDA67: hue angle of 74.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDA67 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 103 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.15 |
| HSL | 74.09º | 0.61% | 0.63% | - |
| HSV(B) | 74.09º | 0.53% | 0.85% | - |
| XYZ | 49.01 | 62.2 | 22.25 | - |
| YUV | 196.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 103 | 0.12 | 0 | 0.53 | 0.15 | 74.09 | 0.61 | 0.63 |
| Hex | BF | DA | 67 | C | 0 | 35 | F | 4A | 3D | 3F |
| Octal | 277 | 332 | 147 | 14 | 0 | 65 | 17 | 112 | 75 | 77 |
| Binary | 10111111 | 11011010 | 1100111 | 1100 | 0 | 110101 | 1111 | 1001010 | 111101 | 111111 |
Color Harmonies of #BFDA67
Complementary color
Monochromatic Colors of #BFDA67
Black with #BFDA67
Text Example
Text Example
White with #BFDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA67; }
p { color: rgb(191,218,103); }
H1.HeaderClassName
{
color: #BFDA67;
}
.AnyTagClassName
{
color: #BFDA67;
}
</style>
background-color css
<style>
a { background-color: #BFDA67; }
a { background-color: rgb(191,218,103); }
div.DivClassName
{
background-color: #BFDA67;
}
.BgClassName
{
background-color: #BFDA67;
}
</style>
border-color css
<style>
span { border-color: #BFDA67; }
span { border-color: rgb(191,218,103); }
td.TdClassName
{
border-color: #BFDA67;
}
.TagClassName
{
border-color: #BFDA67;
}
</style>