Shades of Wild Willow #BFDC6A
Tints of Wild Willow #BFDC6A
RGB
CMYK
RGB Variations
Color information
#BFDC6A (or 0xBFDC6A) is known color: Wild Willow. HEX triplet: BF, DC and 6A. RGB value is (191,220,106). Sum of RGB (Red+Green+Blue) = 191+220+106=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC6A is #402395. Grayscale: #C6C6C6. Windows color (decimal): -4203414 or 7003327. OLE color: 7003327.
HSL color Cylindrical-coordinate representation of color #BFDC6A: hue angle of 75.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFDC6A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 106 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.14 |
| HSL | 75.26º | 0.62% | 0.64% | - |
| HSV(B) | 75.26º | 0.52% | 0.86% | - |
| XYZ | 49.68 | 63.3 | 23.24 | - |
| YUV | 198.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 106 | 0.13 | 0 | 0.52 | 0.14 | 75.26 | 0.62 | 0.64 |
| Hex | BF | DC | 6A | D | 0 | 34 | E | 4B | 3E | 40 |
| Octal | 277 | 334 | 152 | 15 | 0 | 64 | 16 | 113 | 76 | 100 |
| Binary | 10111111 | 11011100 | 1101010 | 1101 | 0 | 110100 | 1110 | 1001011 | 111110 | 1000000 |
Color Harmonies of #BFDC6A
Complementary color
Monochromatic Colors of #BFDC6A
Black with #BFDC6A
Text Example
Text Example
White with #BFDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC6A; }
p { color: rgb(191,220,106); }
H1.HeaderClassName
{
color: #BFDC6A;
}
.AnyTagClassName
{
color: #BFDC6A;
}
</style>
background-color css
<style>
a { background-color: #BFDC6A; }
a { background-color: rgb(191,220,106); }
div.DivClassName
{
background-color: #BFDC6A;
}
.BgClassName
{
background-color: #BFDC6A;
}
</style>
border-color css
<style>
span { border-color: #BFDC6A; }
span { border-color: rgb(191,220,106); }
td.TdClassName
{
border-color: #BFDC6A;
}
.TagClassName
{
border-color: #BFDC6A;
}
</style>