Shades of Wild Willow #BFD672
Tints of Wild Willow #BFD672
RGB
CMYK
RGB Variations
Color information
#BFD672 (or 0xBFD672) is known color: Wild Willow. HEX triplet: BF, D6 and 72. RGB value is (191,214,114). Sum of RGB (Red+Green+Blue) = 191+214+114=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD672 is #40298D. Grayscale: #C4C4C4. Windows color (decimal): -4204942 or 7526079. OLE color: 7526079.
HSL color Cylindrical-coordinate representation of color #BFD672: hue angle of 73.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD672 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 114 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.16 |
| HSL | 73.8º | 0.55% | 0.64% | - |
| HSV(B) | 73.8º | 0.47% | 0.84% | - |
| XYZ | 48.57 | 60.38 | 25.02 | - |
| YUV | 195.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 114 | 0.11 | 0 | 0.47 | 0.16 | 73.8 | 0.55 | 0.64 |
| Hex | BF | D6 | 72 | B | 0 | 2F | 10 | 4A | 37 | 40 |
| Octal | 277 | 326 | 162 | 13 | 0 | 57 | 20 | 112 | 67 | 100 |
| Binary | 10111111 | 11010110 | 1110010 | 1011 | 0 | 101111 | 10000 | 1001010 | 110111 | 1000000 |
Color Harmonies of #BFD672
Complementary color
Monochromatic Colors of #BFD672
Black with #BFD672
Text Example
Text Example
White with #BFD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD672; }
p { color: rgb(191,214,114); }
H1.HeaderClassName
{
color: #BFD672;
}
.AnyTagClassName
{
color: #BFD672;
}
</style>
background-color css
<style>
a { background-color: #BFD672; }
a { background-color: rgb(191,214,114); }
div.DivClassName
{
background-color: #BFD672;
}
.BgClassName
{
background-color: #BFD672;
}
</style>
border-color css
<style>
span { border-color: #BFD672; }
span { border-color: rgb(191,214,114); }
td.TdClassName
{
border-color: #BFD672;
}
.TagClassName
{
border-color: #BFD672;
}
</style>