Shades of Wild Willow #BFD267
Tints of Wild Willow #BFD267
RGB
CMYK
RGB Variations
Color information
#BFD267 (or 0xBFD267) is known color: Wild Willow. HEX triplet: BF, D2 and 67. RGB value is (191,210,103). Sum of RGB (Red+Green+Blue) = 191+210+103=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD267 is #402D98. Grayscale: #C0C0C0. Windows color (decimal): -4205977 or 6804159. OLE color: 6804159.
HSL color Cylindrical-coordinate representation of color #BFD267: hue angle of 70.65º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFD267 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 103 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.18 |
| HSL | 70.65º | 0.54% | 0.61% | - |
| HSV(B) | 70.65º | 0.51% | 0.82% | - |
| XYZ | 46.98 | 58.15 | 21.58 | - |
| YUV | 192.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 103 | 0.09 | 0 | 0.51 | 0.18 | 70.65 | 0.54 | 0.61 |
| Hex | BF | D2 | 67 | 9 | 0 | 33 | 12 | 47 | 36 | 3D |
| Octal | 277 | 322 | 147 | 11 | 0 | 63 | 22 | 107 | 66 | 75 |
| Binary | 10111111 | 11010010 | 1100111 | 1001 | 0 | 110011 | 10010 | 1000111 | 110110 | 111101 |
Color Harmonies of #BFD267
Complementary color
Monochromatic Colors of #BFD267
Black with #BFD267
Text Example
Text Example
White with #BFD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD267; }
p { color: rgb(191,210,103); }
H1.HeaderClassName
{
color: #BFD267;
}
.AnyTagClassName
{
color: #BFD267;
}
</style>
background-color css
<style>
a { background-color: #BFD267; }
a { background-color: rgb(191,210,103); }
div.DivClassName
{
background-color: #BFD267;
}
.BgClassName
{
background-color: #BFD267;
}
</style>
border-color css
<style>
span { border-color: #BFD267; }
span { border-color: rgb(191,210,103); }
td.TdClassName
{
border-color: #BFD267;
}
.TagClassName
{
border-color: #BFD267;
}
</style>