Shades of Wild Willow #BFDB67
Tints of Wild Willow #BFDB67
RGB
CMYK
RGB Variations
Color information
#BFDB67 (or 0xBFDB67) is known color: Wild Willow. HEX triplet: BF, DB and 67. RGB value is (191,219,103). Sum of RGB (Red+Green+Blue) = 191+219+103=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB67 is #402498. Grayscale: #C5C5C5. Windows color (decimal): -4203673 or 6806463. OLE color: 6806463.
HSL color Cylindrical-coordinate representation of color #BFDB67: hue angle of 74.48º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDB67 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 103 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.14 |
| HSL | 74.48º | 0.62% | 0.63% | - |
| HSV(B) | 74.48º | 0.53% | 0.86% | - |
| XYZ | 49.27 | 62.72 | 22.34 | - |
| YUV | 197.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 103 | 0.13 | 0 | 0.53 | 0.14 | 74.48 | 0.62 | 0.63 |
| Hex | BF | DB | 67 | D | 0 | 35 | E | 4A | 3E | 3F |
| Octal | 277 | 333 | 147 | 15 | 0 | 65 | 16 | 112 | 76 | 77 |
| Binary | 10111111 | 11011011 | 1100111 | 1101 | 0 | 110101 | 1110 | 1001010 | 111110 | 111111 |
Color Harmonies of #BFDB67
Complementary color
Monochromatic Colors of #BFDB67
Black with #BFDB67
Text Example
Text Example
White with #BFDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB67; }
p { color: rgb(191,219,103); }
H1.HeaderClassName
{
color: #BFDB67;
}
.AnyTagClassName
{
color: #BFDB67;
}
</style>
background-color css
<style>
a { background-color: #BFDB67; }
a { background-color: rgb(191,219,103); }
div.DivClassName
{
background-color: #BFDB67;
}
.BgClassName
{
background-color: #BFDB67;
}
</style>
border-color css
<style>
span { border-color: #BFDB67; }
span { border-color: rgb(191,219,103); }
td.TdClassName
{
border-color: #BFDB67;
}
.TagClassName
{
border-color: #BFDB67;
}
</style>