Shades of Wild Willow #BFD053
Tints of Wild Willow #BFD053
RGB
CMYK
RGB Variations
Color information
#BFD053 (or 0xBFD053) is known color: Wild Willow. HEX triplet: BF, D0 and 53. RGB value is (191,208,83). Sum of RGB (Red+Green+Blue) = 191+208+83=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD053 is #402FAC. Grayscale: #BDBDBD. Windows color (decimal): -4206509 or 5492927. OLE color: 5492927.
HSL color Cylindrical-coordinate representation of color #BFD053: hue angle of 68.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFD053 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 83 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.18 |
| HSL | 68.16º | 0.57% | 0.57% | - |
| HSV(B) | 68.16º | 0.6% | 0.82% | - |
| XYZ | 45.6 | 56.81 | 16.75 | - |
| YUV | 188.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 83 | 0.08 | 0 | 0.60 | 0.18 | 68.16 | 0.57 | 0.57 |
| Hex | BF | D0 | 53 | 8 | 0 | 3C | 12 | 44 | 39 | 39 |
| Octal | 277 | 320 | 123 | 10 | 0 | 74 | 22 | 104 | 71 | 71 |
| Binary | 10111111 | 11010000 | 1010011 | 1000 | 0 | 111100 | 10010 | 1000100 | 111001 | 111001 |
Color Harmonies of #BFD053
Complementary color
Monochromatic Colors of #BFD053
Black with #BFD053
Text Example
Text Example
White with #BFD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD053; }
p { color: rgb(191,208,83); }
H1.HeaderClassName
{
color: #BFD053;
}
.AnyTagClassName
{
color: #BFD053;
}
</style>
background-color css
<style>
a { background-color: #BFD053; }
a { background-color: rgb(191,208,83); }
div.DivClassName
{
background-color: #BFD053;
}
.BgClassName
{
background-color: #BFD053;
}
</style>
border-color css
<style>
span { border-color: #BFD053; }
span { border-color: rgb(191,208,83); }
td.TdClassName
{
border-color: #BFD053;
}
.TagClassName
{
border-color: #BFD053;
}
</style>