Shades of Wild Willow #BFD372
Tints of Wild Willow #BFD372
RGB
CMYK
RGB Variations
Color information
#BFD372 (or 0xBFD372) is known color: Wild Willow. HEX triplet: BF, D3 and 72. RGB value is (191,211,114). Sum of RGB (Red+Green+Blue) = 191+211+114=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD372 is #402C8D. Grayscale: #C2C2C2. Windows color (decimal): -4205710 or 7525311. OLE color: 7525311.
HSL color Cylindrical-coordinate representation of color #BFD372: hue angle of 72.37º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD372 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 114 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.17 |
| HSL | 72.37º | 0.52% | 0.64% | - |
| HSV(B) | 72.37º | 0.46% | 0.83% | - |
| XYZ | 47.82 | 58.88 | 24.76 | - |
| YUV | 193.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 114 | 0.09 | 0 | 0.46 | 0.17 | 72.37 | 0.52 | 0.64 |
| Hex | BF | D3 | 72 | 9 | 0 | 2E | 11 | 48 | 34 | 40 |
| Octal | 277 | 323 | 162 | 11 | 0 | 56 | 21 | 110 | 64 | 100 |
| Binary | 10111111 | 11010011 | 1110010 | 1001 | 0 | 101110 | 10001 | 1001000 | 110100 | 1000000 |
Color Harmonies of #BFD372
Complementary color
Monochromatic Colors of #BFD372
Black with #BFD372
Text Example
Text Example
White with #BFD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD372; }
p { color: rgb(191,211,114); }
H1.HeaderClassName
{
color: #BFD372;
}
.AnyTagClassName
{
color: #BFD372;
}
</style>
background-color css
<style>
a { background-color: #BFD372; }
a { background-color: rgb(191,211,114); }
div.DivClassName
{
background-color: #BFD372;
}
.BgClassName
{
background-color: #BFD372;
}
</style>
border-color css
<style>
span { border-color: #BFD372; }
span { border-color: rgb(191,211,114); }
td.TdClassName
{
border-color: #BFD372;
}
.TagClassName
{
border-color: #BFD372;
}
</style>