Shades of Wild Willow #BFD051
Tints of Wild Willow #BFD051
RGB
CMYK
RGB Variations
Color information
#BFD051 (or 0xBFD051) is known color: Wild Willow. HEX triplet: BF, D0 and 51. RGB value is (191,208,81). Sum of RGB (Red+Green+Blue) = 191+208+81=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD051 is #402FAE. Grayscale: #BCBCBC. Windows color (decimal): -4206511 or 5361855. OLE color: 5361855.
HSL color Cylindrical-coordinate representation of color #BFD051: hue angle of 68.03º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFD051 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 81 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.18 |
| HSL | 68.03º | 0.57% | 0.57% | - |
| HSV(B) | 68.03º | 0.61% | 0.82% | - |
| XYZ | 45.53 | 56.78 | 16.35 | - |
| YUV | 188.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 81 | 0.08 | 0 | 0.61 | 0.18 | 68.03 | 0.57 | 0.57 |
| Hex | BF | D0 | 51 | 8 | 0 | 3D | 12 | 44 | 39 | 39 |
| Octal | 277 | 320 | 121 | 10 | 0 | 75 | 22 | 104 | 71 | 71 |
| Binary | 10111111 | 11010000 | 1010001 | 1000 | 0 | 111101 | 10010 | 1000100 | 111001 | 111001 |
Color Harmonies of #BFD051
Complementary color
Monochromatic Colors of #BFD051
Black with #BFD051
Text Example
Text Example
White with #BFD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD051; }
p { color: rgb(191,208,81); }
H1.HeaderClassName
{
color: #BFD051;
}
.AnyTagClassName
{
color: #BFD051;
}
</style>
background-color css
<style>
a { background-color: #BFD051; }
a { background-color: rgb(191,208,81); }
div.DivClassName
{
background-color: #BFD051;
}
.BgClassName
{
background-color: #BFD051;
}
</style>
border-color css
<style>
span { border-color: #BFD051; }
span { border-color: rgb(191,208,81); }
td.TdClassName
{
border-color: #BFD051;
}
.TagClassName
{
border-color: #BFD051;
}
</style>