Shades of Wild Willow #BFCD51
Tints of Wild Willow #BFCD51
RGB
CMYK
RGB Variations
Color information
#BFCD51 (or 0xBFCD51) is known color: Wild Willow. HEX triplet: BF, CD and 51. RGB value is (191,205,81). Sum of RGB (Red+Green+Blue) = 191+205+81=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD51 is #4032AE. Grayscale: #BBBBBB. Windows color (decimal): -4207279 or 5361087. OLE color: 5361087.
HSL color Cylindrical-coordinate representation of color #BFCD51: hue angle of 66.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFCD51 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 81 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.20 |
| HSL | 66.77º | 0.55% | 0.56% | - |
| HSV(B) | 66.77º | 0.6% | 0.8% | - |
| XYZ | 44.8 | 55.33 | 16.1 | - |
| YUV | 186.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 81 | 0.07 | 0 | 0.60 | 0.20 | 66.77 | 0.55 | 0.56 |
| Hex | BF | CD | 51 | 7 | 0 | 3C | 14 | 43 | 37 | 38 |
| Octal | 277 | 315 | 121 | 7 | 0 | 74 | 24 | 103 | 67 | 70 |
| Binary | 10111111 | 11001101 | 1010001 | 111 | 0 | 111100 | 10100 | 1000011 | 110111 | 111000 |
Color Harmonies of #BFCD51
Complementary color
Monochromatic Colors of #BFCD51
Black with #BFCD51
Text Example
Text Example
White with #BFCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD51; }
p { color: rgb(191,205,81); }
H1.HeaderClassName
{
color: #BFCD51;
}
.AnyTagClassName
{
color: #BFCD51;
}
</style>
background-color css
<style>
a { background-color: #BFCD51; }
a { background-color: rgb(191,205,81); }
div.DivClassName
{
background-color: #BFCD51;
}
.BgClassName
{
background-color: #BFCD51;
}
</style>
border-color css
<style>
span { border-color: #BFCD51; }
span { border-color: rgb(191,205,81); }
td.TdClassName
{
border-color: #BFCD51;
}
.TagClassName
{
border-color: #BFCD51;
}
</style>