Shades of Wild Willow #BFD652
Tints of Wild Willow #BFD652
RGB
CMYK
RGB Variations
Color information
#BFD652 (or 0xBFD652) is known color: Wild Willow. HEX triplet: BF, D6 and 52. RGB value is (191,214,82). Sum of RGB (Red+Green+Blue) = 191+214+82=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD652 is #4029AD. Grayscale: #C0C0C0. Windows color (decimal): -4204974 or 5428927. OLE color: 5428927.
HSL color Cylindrical-coordinate representation of color #BFD652: hue angle of 70.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD652 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 82 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.45º | 0.62% | 0.58% | - |
| HSV(B) | 70.45º | 0.62% | 0.84% | - |
| XYZ | 47.06 | 59.78 | 17.04 | - |
| YUV | 192.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 82 | 0.11 | 0 | 0.62 | 0.16 | 70.45 | 0.62 | 0.58 |
| Hex | BF | D6 | 52 | B | 0 | 3E | 10 | 46 | 3E | 3A |
| Octal | 277 | 326 | 122 | 13 | 0 | 76 | 20 | 106 | 76 | 72 |
| Binary | 10111111 | 11010110 | 1010010 | 1011 | 0 | 111110 | 10000 | 1000110 | 111110 | 111010 |
Color Harmonies of #BFD652
Complementary color
Monochromatic Colors of #BFD652
Black with #BFD652
Text Example
Text Example
White with #BFD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD652; }
p { color: rgb(191,214,82); }
H1.HeaderClassName
{
color: #BFD652;
}
.AnyTagClassName
{
color: #BFD652;
}
</style>
background-color css
<style>
a { background-color: #BFD652; }
a { background-color: rgb(191,214,82); }
div.DivClassName
{
background-color: #BFD652;
}
.BgClassName
{
background-color: #BFD652;
}
</style>
border-color css
<style>
span { border-color: #BFD652; }
span { border-color: rgb(191,214,82); }
td.TdClassName
{
border-color: #BFD652;
}
.TagClassName
{
border-color: #BFD652;
}
</style>