Shades of Wild Willow #BFDB60
Tints of Wild Willow #BFDB60
RGB
CMYK
RGB Variations
Color information
#BFDB60 (or 0xBFDB60) is known color: Wild Willow. HEX triplet: BF, DB and 60. RGB value is (191,219,96). Sum of RGB (Red+Green+Blue) = 191+219+96=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB60 is #40249F. Grayscale: #C5C5C5. Windows color (decimal): -4203680 or 6347711. OLE color: 6347711.
HSL color Cylindrical-coordinate representation of color #BFDB60: hue angle of 73.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDB60 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 96 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.14 |
| HSL | 73.66º | 0.63% | 0.62% | - |
| HSV(B) | 73.66º | 0.56% | 0.86% | - |
| XYZ | 48.93 | 62.58 | 20.57 | - |
| YUV | 196.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 96 | 0.13 | 0 | 0.56 | 0.14 | 73.66 | 0.63 | 0.62 |
| Hex | BF | DB | 60 | D | 0 | 38 | E | 4A | 3F | 3E |
| Octal | 277 | 333 | 140 | 15 | 0 | 70 | 16 | 112 | 77 | 76 |
| Binary | 10111111 | 11011011 | 1100000 | 1101 | 0 | 111000 | 1110 | 1001010 | 111111 | 111110 |
Color Harmonies of #BFDB60
Complementary color
Monochromatic Colors of #BFDB60
Black with #BFDB60
Text Example
Text Example
White with #BFDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB60; }
p { color: rgb(191,219,96); }
H1.HeaderClassName
{
color: #BFDB60;
}
.AnyTagClassName
{
color: #BFDB60;
}
</style>
background-color css
<style>
a { background-color: #BFDB60; }
a { background-color: rgb(191,219,96); }
div.DivClassName
{
background-color: #BFDB60;
}
.BgClassName
{
background-color: #BFDB60;
}
</style>
border-color css
<style>
span { border-color: #BFDB60; }
span { border-color: rgb(191,219,96); }
td.TdClassName
{
border-color: #BFDB60;
}
.TagClassName
{
border-color: #BFDB60;
}
</style>