Shades of Wild Willow #BFD251
Tints of Wild Willow #BFD251
RGB
CMYK
RGB Variations
Color information
#BFD251 (or 0xBFD251) is known color: Wild Willow. HEX triplet: BF, D2 and 51. RGB value is (191,210,81). Sum of RGB (Red+Green+Blue) = 191+210+81=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD251 is #402DAE. Grayscale: #BEBEBE. Windows color (decimal): -4205999 or 5362367. OLE color: 5362367.
HSL color Cylindrical-coordinate representation of color #BFD251: hue angle of 68.84º degrees, saturation: 0.59, 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 #BFD251 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 81 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.18 |
| HSL | 68.84º | 0.59% | 0.57% | - |
| HSV(B) | 68.84º | 0.61% | 0.82% | - |
| XYZ | 46.02 | 57.76 | 16.51 | - |
| YUV | 189.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 81 | 0.09 | 0 | 0.61 | 0.18 | 68.84 | 0.59 | 0.57 |
| Hex | BF | D2 | 51 | 9 | 0 | 3D | 12 | 45 | 3B | 39 |
| Octal | 277 | 322 | 121 | 11 | 0 | 75 | 22 | 105 | 73 | 71 |
| Binary | 10111111 | 11010010 | 1010001 | 1001 | 0 | 111101 | 10010 | 1000101 | 111011 | 111001 |
Color Harmonies of #BFD251
Complementary color
Monochromatic Colors of #BFD251
Black with #BFD251
Text Example
Text Example
White with #BFD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD251; }
p { color: rgb(191,210,81); }
H1.HeaderClassName
{
color: #BFD251;
}
.AnyTagClassName
{
color: #BFD251;
}
</style>
background-color css
<style>
a { background-color: #BFD251; }
a { background-color: rgb(191,210,81); }
div.DivClassName
{
background-color: #BFD251;
}
.BgClassName
{
background-color: #BFD251;
}
</style>
border-color css
<style>
span { border-color: #BFD251; }
span { border-color: rgb(191,210,81); }
td.TdClassName
{
border-color: #BFD251;
}
.TagClassName
{
border-color: #BFD251;
}
</style>