Shades of Wild Willow #BFD351
Tints of Wild Willow #BFD351
RGB
CMYK
RGB Variations
Color information
#BFD351 (or 0xBFD351) is known color: Wild Willow. HEX triplet: BF, D3 and 51. RGB value is (191,211,81). Sum of RGB (Red+Green+Blue) = 191+211+81=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD351 is #402CAE. Grayscale: #BEBEBE. Windows color (decimal): -4205743 or 5362623. OLE color: 5362623.
HSL color Cylindrical-coordinate representation of color #BFD351: hue angle of 69.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD351 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 81 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.17 |
| HSL | 69.23º | 0.6% | 0.57% | - |
| HSV(B) | 69.23º | 0.62% | 0.83% | - |
| XYZ | 46.27 | 58.26 | 16.59 | - |
| YUV | 190.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 81 | 0.09 | 0 | 0.62 | 0.17 | 69.23 | 0.6 | 0.57 |
| Hex | BF | D3 | 51 | 9 | 0 | 3E | 11 | 45 | 3C | 39 |
| Octal | 277 | 323 | 121 | 11 | 0 | 76 | 21 | 105 | 74 | 71 |
| Binary | 10111111 | 11010011 | 1010001 | 1001 | 0 | 111110 | 10001 | 1000101 | 111100 | 111001 |
Color Harmonies of #BFD351
Complementary color
Monochromatic Colors of #BFD351
Black with #BFD351
Text Example
Text Example
White with #BFD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD351; }
p { color: rgb(191,211,81); }
H1.HeaderClassName
{
color: #BFD351;
}
.AnyTagClassName
{
color: #BFD351;
}
</style>
background-color css
<style>
a { background-color: #BFD351; }
a { background-color: rgb(191,211,81); }
div.DivClassName
{
background-color: #BFD351;
}
.BgClassName
{
background-color: #BFD351;
}
</style>
border-color css
<style>
span { border-color: #BFD351; }
span { border-color: rgb(191,211,81); }
td.TdClassName
{
border-color: #BFD351;
}
.TagClassName
{
border-color: #BFD351;
}
</style>