Shades of Wild Willow #BFCD52
Tints of Wild Willow #BFCD52
RGB
CMYK
RGB Variations
Color information
#BFCD52 (or 0xBFCD52) is known color: Wild Willow. HEX triplet: BF, CD and 52. RGB value is (191,205,82). Sum of RGB (Red+Green+Blue) = 191+205+82=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD52 is #4032AD. Grayscale: #BBBBBB. Windows color (decimal): -4207278 or 5426623. OLE color: 5426623.
HSL color Cylindrical-coordinate representation of color #BFCD52: hue angle of 66.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFCD52 is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 82 | - |
| CMYK | 0.07 | 0 | 0.6 | 0.20 |
| HSL | 66.83º | 0.55% | 0.56% | - |
| HSV(B) | 66.83º | 0.6% | 0.8% | - |
| XYZ | 44.84 | 55.35 | 16.3 | - |
| YUV | 186.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 82 | 0.07 | 0 | 0.6 | 0.20 | 66.83 | 0.55 | 0.56 |
| Hex | BF | CD | 52 | 7 | 0 | 3C | 14 | 43 | 37 | 38 |
| Octal | 277 | 315 | 122 | 7 | 0 | 74 | 24 | 103 | 67 | 70 |
| Binary | 10111111 | 11001101 | 1010010 | 111 | 0 | 111100 | 10100 | 1000011 | 110111 | 111000 |
Color Harmonies of #BFCD52
Complementary color
Monochromatic Colors of #BFCD52
Black with #BFCD52
Text Example
Text Example
White with #BFCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD52; }
p { color: rgb(191,205,82); }
H1.HeaderClassName
{
color: #BFCD52;
}
.AnyTagClassName
{
color: #BFCD52;
}
</style>
background-color css
<style>
a { background-color: #BFCD52; }
a { background-color: rgb(191,205,82); }
div.DivClassName
{
background-color: #BFCD52;
}
.BgClassName
{
background-color: #BFCD52;
}
</style>
border-color css
<style>
span { border-color: #BFCD52; }
span { border-color: rgb(191,205,82); }
td.TdClassName
{
border-color: #BFCD52;
}
.TagClassName
{
border-color: #BFCD52;
}
</style>