Shades of Wild Willow #BFD150
Tints of Wild Willow #BFD150
RGB
CMYK
RGB Variations
Color information
#BFD150 (or 0xBFD150) is known color: Wild Willow. HEX triplet: BF, D1 and 50. RGB value is (191,209,80). Sum of RGB (Red+Green+Blue) = 191+209+80=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD150 is #402EAF. Grayscale: #BDBDBD. Windows color (decimal): -4206256 or 5296575. OLE color: 5296575.
HSL color Cylindrical-coordinate representation of color #BFD150: hue angle of 68.37º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD150 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 80 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.18 |
| HSL | 68.37º | 0.58% | 0.57% | - |
| HSV(B) | 68.37º | 0.62% | 0.82% | - |
| XYZ | 45.73 | 57.26 | 16.23 | - |
| YUV | 188.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 80 | 0.09 | 0 | 0.62 | 0.18 | 68.37 | 0.58 | 0.57 |
| Hex | BF | D1 | 50 | 9 | 0 | 3E | 12 | 44 | 3A | 39 |
| Octal | 277 | 321 | 120 | 11 | 0 | 76 | 22 | 104 | 72 | 71 |
| Binary | 10111111 | 11010001 | 1010000 | 1001 | 0 | 111110 | 10010 | 1000100 | 111010 | 111001 |
Color Harmonies of #BFD150
Complementary color
Monochromatic Colors of #BFD150
Black with #BFD150
Text Example
Text Example
White with #BFD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD150; }
p { color: rgb(191,209,80); }
H1.HeaderClassName
{
color: #BFD150;
}
.AnyTagClassName
{
color: #BFD150;
}
</style>
background-color css
<style>
a { background-color: #BFD150; }
a { background-color: rgb(191,209,80); }
div.DivClassName
{
background-color: #BFD150;
}
.BgClassName
{
background-color: #BFD150;
}
</style>
border-color css
<style>
span { border-color: #BFD150; }
span { border-color: rgb(191,209,80); }
td.TdClassName
{
border-color: #BFD150;
}
.TagClassName
{
border-color: #BFD150;
}
</style>