Shades of Wild Willow #BFD269
Tints of Wild Willow #BFD269
RGB
CMYK
RGB Variations
Color information
#BFD269 (or 0xBFD269) is known color: Wild Willow. HEX triplet: BF, D2 and 69. RGB value is (191,210,105). Sum of RGB (Red+Green+Blue) = 191+210+105=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD269 is #402D96. Grayscale: #C0C0C0. Windows color (decimal): -4205975 or 6935231. OLE color: 6935231.
HSL color Cylindrical-coordinate representation of color #BFD269: hue angle of 70.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD269 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 105 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.18 |
| HSL | 70.86º | 0.54% | 0.62% | - |
| HSV(B) | 70.86º | 0.5% | 0.82% | - |
| XYZ | 47.08 | 58.19 | 22.11 | - |
| YUV | 192.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 105 | 0.09 | 0 | 0.50 | 0.18 | 70.86 | 0.54 | 0.62 |
| Hex | BF | D2 | 69 | 9 | 0 | 32 | 12 | 47 | 36 | 3E |
| Octal | 277 | 322 | 151 | 11 | 0 | 62 | 22 | 107 | 66 | 76 |
| Binary | 10111111 | 11010010 | 1101001 | 1001 | 0 | 110010 | 10010 | 1000111 | 110110 | 111110 |
Color Harmonies of #BFD269
Complementary color
Monochromatic Colors of #BFD269
Black with #BFD269
Text Example
Text Example
White with #BFD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD269; }
p { color: rgb(191,210,105); }
H1.HeaderClassName
{
color: #BFD269;
}
.AnyTagClassName
{
color: #BFD269;
}
</style>
background-color css
<style>
a { background-color: #BFD269; }
a { background-color: rgb(191,210,105); }
div.DivClassName
{
background-color: #BFD269;
}
.BgClassName
{
background-color: #BFD269;
}
</style>
border-color css
<style>
span { border-color: #BFD269; }
span { border-color: rgb(191,210,105); }
td.TdClassName
{
border-color: #BFD269;
}
.TagClassName
{
border-color: #BFD269;
}
</style>