Shades of Wild Willow #BFD572
Tints of Wild Willow #BFD572
RGB
CMYK
RGB Variations
Color information
#BFD572 (or 0xBFD572) is known color: Wild Willow. HEX triplet: BF, D5 and 72. RGB value is (191,213,114). Sum of RGB (Red+Green+Blue) = 191+213+114=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD572 is #402A8D. Grayscale: #C3C3C3. Windows color (decimal): -4205198 or 7525823. OLE color: 7525823.
HSL color Cylindrical-coordinate representation of color #BFD572: hue angle of 73.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD572 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 114 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.16 |
| HSL | 73.33º | 0.54% | 0.64% | - |
| HSV(B) | 73.33º | 0.46% | 0.84% | - |
| XYZ | 48.32 | 59.88 | 24.93 | - |
| YUV | 195.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 114 | 0.10 | 0 | 0.46 | 0.16 | 73.33 | 0.54 | 0.64 |
| Hex | BF | D5 | 72 | A | 0 | 2E | 10 | 49 | 36 | 40 |
| Octal | 277 | 325 | 162 | 12 | 0 | 56 | 20 | 111 | 66 | 100 |
| Binary | 10111111 | 11010101 | 1110010 | 1010 | 0 | 101110 | 10000 | 1001001 | 110110 | 1000000 |
Color Harmonies of #BFD572
Complementary color
Monochromatic Colors of #BFD572
Black with #BFD572
Text Example
Text Example
White with #BFD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD572; }
p { color: rgb(191,213,114); }
H1.HeaderClassName
{
color: #BFD572;
}
.AnyTagClassName
{
color: #BFD572;
}
</style>
background-color css
<style>
a { background-color: #BFD572; }
a { background-color: rgb(191,213,114); }
div.DivClassName
{
background-color: #BFD572;
}
.BgClassName
{
background-color: #BFD572;
}
</style>
border-color css
<style>
span { border-color: #BFD572; }
span { border-color: rgb(191,213,114); }
td.TdClassName
{
border-color: #BFD572;
}
.TagClassName
{
border-color: #BFD572;
}
</style>