Shades of Wild Willow #BFD262
Tints of Wild Willow #BFD262
RGB
CMYK
RGB Variations
Color information
#BFD262 (or 0xBFD262) is known color: Wild Willow. HEX triplet: BF, D2 and 62. RGB value is (191,210,98). Sum of RGB (Red+Green+Blue) = 191+210+98=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD262 is #402D9D. Grayscale: #BFBFBF. Windows color (decimal): -4205982 or 6476479. OLE color: 6476479.
HSL color Cylindrical-coordinate representation of color #BFD262: hue angle of 70.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD262 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 98 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.18 |
| HSL | 70.18º | 0.55% | 0.6% | - |
| HSV(B) | 70.18º | 0.53% | 0.82% | - |
| XYZ | 46.74 | 58.05 | 20.3 | - |
| YUV | 191.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 98 | 0.09 | 0 | 0.53 | 0.18 | 70.18 | 0.55 | 0.6 |
| Hex | BF | D2 | 62 | 9 | 0 | 35 | 12 | 46 | 37 | 3C |
| Octal | 277 | 322 | 142 | 11 | 0 | 65 | 22 | 106 | 67 | 74 |
| Binary | 10111111 | 11010010 | 1100010 | 1001 | 0 | 110101 | 10010 | 1000110 | 110111 | 111100 |
Color Harmonies of #BFD262
Complementary color
Monochromatic Colors of #BFD262
Black with #BFD262
Text Example
Text Example
White with #BFD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD262; }
p { color: rgb(191,210,98); }
H1.HeaderClassName
{
color: #BFD262;
}
.AnyTagClassName
{
color: #BFD262;
}
</style>
background-color css
<style>
a { background-color: #BFD262; }
a { background-color: rgb(191,210,98); }
div.DivClassName
{
background-color: #BFD262;
}
.BgClassName
{
background-color: #BFD262;
}
</style>
border-color css
<style>
span { border-color: #BFD262; }
span { border-color: rgb(191,210,98); }
td.TdClassName
{
border-color: #BFD262;
}
.TagClassName
{
border-color: #BFD262;
}
</style>