Shades of Wild Willow #BFCD65
Tints of Wild Willow #BFCD65
RGB
CMYK
RGB Variations
Color information
#BFCD65 (or 0xBFCD65) is known color: Wild Willow. HEX triplet: BF, CD and 65. RGB value is (191,205,101). Sum of RGB (Red+Green+Blue) = 191+205+101=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD65 is #40329A. Grayscale: #BDBDBD. Windows color (decimal): -4207259 or 6671807. OLE color: 6671807.
HSL color Cylindrical-coordinate representation of color #BFCD65: hue angle of 68.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFCD65 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 101 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.20 |
| HSL | 68.08º | 0.51% | 0.6% | - |
| HSV(B) | 68.08º | 0.51% | 0.8% | - |
| XYZ | 45.67 | 55.68 | 20.65 | - |
| YUV | 188.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 101 | 0.07 | 0 | 0.51 | 0.20 | 68.08 | 0.51 | 0.6 |
| Hex | BF | CD | 65 | 7 | 0 | 33 | 14 | 44 | 33 | 3C |
| Octal | 277 | 315 | 145 | 7 | 0 | 63 | 24 | 104 | 63 | 74 |
| Binary | 10111111 | 11001101 | 1100101 | 111 | 0 | 110011 | 10100 | 1000100 | 110011 | 111100 |
Color Harmonies of #BFCD65
Complementary color
Monochromatic Colors of #BFCD65
Black with #BFCD65
Text Example
Text Example
White with #BFCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD65; }
p { color: rgb(191,205,101); }
H1.HeaderClassName
{
color: #BFCD65;
}
.AnyTagClassName
{
color: #BFCD65;
}
</style>
background-color css
<style>
a { background-color: #BFCD65; }
a { background-color: rgb(191,205,101); }
div.DivClassName
{
background-color: #BFCD65;
}
.BgClassName
{
background-color: #BFCD65;
}
</style>
border-color css
<style>
span { border-color: #BFCD65; }
span { border-color: rgb(191,205,101); }
td.TdClassName
{
border-color: #BFCD65;
}
.TagClassName
{
border-color: #BFCD65;
}
</style>