Shades of Wild Willow #BFD25D
Tints of Wild Willow #BFD25D
RGB
CMYK
RGB Variations
Color information
#BFD25D (or 0xBFD25D) is known color: Wild Willow. HEX triplet: BF, D2 and 5D. RGB value is (191,210,93). Sum of RGB (Red+Green+Blue) = 191+210+93=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD25D is #402DA2. Grayscale: #BFBFBF. Windows color (decimal): -4205987 or 6148799. OLE color: 6148799.
HSL color Cylindrical-coordinate representation of color #BFD25D: hue angle of 69.74º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD25D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 93 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.18 |
| HSL | 69.74º | 0.57% | 0.59% | - |
| HSV(B) | 69.74º | 0.56% | 0.82% | - |
| XYZ | 46.51 | 57.96 | 19.09 | - |
| YUV | 190.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 93 | 0.09 | 0 | 0.56 | 0.18 | 69.74 | 0.57 | 0.59 |
| Hex | BF | D2 | 5D | 9 | 0 | 38 | 12 | 46 | 39 | 3B |
| Octal | 277 | 322 | 135 | 11 | 0 | 70 | 22 | 106 | 71 | 73 |
| Binary | 10111111 | 11010010 | 1011101 | 1001 | 0 | 111000 | 10010 | 1000110 | 111001 | 111011 |
Color Harmonies of #BFD25D
Complementary color
Monochromatic Colors of #BFD25D
Black with #BFD25D
Text Example
Text Example
White with #BFD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD25D; }
p { color: rgb(191,210,93); }
H1.HeaderClassName
{
color: #BFD25D;
}
.AnyTagClassName
{
color: #BFD25D;
}
</style>
background-color css
<style>
a { background-color: #BFD25D; }
a { background-color: rgb(191,210,93); }
div.DivClassName
{
background-color: #BFD25D;
}
.BgClassName
{
background-color: #BFD25D;
}
</style>
border-color css
<style>
span { border-color: #BFD25D; }
span { border-color: rgb(191,210,93); }
td.TdClassName
{
border-color: #BFD25D;
}
.TagClassName
{
border-color: #BFD25D;
}
</style>