Shades of Wild Willow #BFCD62
Tints of Wild Willow #BFCD62
RGB
CMYK
RGB Variations
Color information
#BFCD62 (or 0xBFCD62) is known color: Wild Willow. HEX triplet: BF, CD and 62. RGB value is (191,205,98). Sum of RGB (Red+Green+Blue) = 191+205+98=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD62 is #40329D. Grayscale: #BDBDBD. Windows color (decimal): -4207262 or 6475199. OLE color: 6475199.
HSL color Cylindrical-coordinate representation of color #BFCD62: hue angle of 67.85º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFCD62 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 98 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.20 |
| HSL | 67.85º | 0.52% | 0.59% | - |
| HSV(B) | 67.85º | 0.52% | 0.8% | - |
| XYZ | 45.52 | 55.62 | 19.89 | - |
| YUV | 188.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 98 | 0.07 | 0 | 0.52 | 0.20 | 67.85 | 0.52 | 0.59 |
| Hex | BF | CD | 62 | 7 | 0 | 34 | 14 | 44 | 34 | 3B |
| Octal | 277 | 315 | 142 | 7 | 0 | 64 | 24 | 104 | 64 | 73 |
| Binary | 10111111 | 11001101 | 1100010 | 111 | 0 | 110100 | 10100 | 1000100 | 110100 | 111011 |
Color Harmonies of #BFCD62
Complementary color
Monochromatic Colors of #BFCD62
Black with #BFCD62
Text Example
Text Example
White with #BFCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD62; }
p { color: rgb(191,205,98); }
H1.HeaderClassName
{
color: #BFCD62;
}
.AnyTagClassName
{
color: #BFCD62;
}
</style>
background-color css
<style>
a { background-color: #BFCD62; }
a { background-color: rgb(191,205,98); }
div.DivClassName
{
background-color: #BFCD62;
}
.BgClassName
{
background-color: #BFCD62;
}
</style>
border-color css
<style>
span { border-color: #BFCD62; }
span { border-color: rgb(191,205,98); }
td.TdClassName
{
border-color: #BFCD62;
}
.TagClassName
{
border-color: #BFCD62;
}
</style>