Shades of Wild Willow #BCD760
Tints of Wild Willow #BCD760
RGB
CMYK
RGB Variations
Color information
#BCD760 (or 0xBCD760) is known color: Wild Willow. HEX triplet: BC, D7 and 60. RGB value is (188,215,96). Sum of RGB (Red+Green+Blue) = 188+215+96=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD760 is #43289F. Grayscale: #C1C1C1. Windows color (decimal): -4401312 or 6346684. OLE color: 6346684.
HSL color Cylindrical-coordinate representation of color #BCD760: hue angle of 73.61º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD760 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 96 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.16 |
| HSL | 73.61º | 0.6% | 0.61% | - |
| HSV(B) | 73.61º | 0.55% | 0.84% | - |
| XYZ | 47.15 | 60.14 | 20.19 | - |
| YUV | 193.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 96 | 0.13 | 0 | 0.55 | 0.16 | 73.61 | 0.6 | 0.61 |
| Hex | BC | D7 | 60 | D | 0 | 37 | 10 | 4A | 3C | 3D |
| Octal | 274 | 327 | 140 | 15 | 0 | 67 | 20 | 112 | 74 | 75 |
| Binary | 10111100 | 11010111 | 1100000 | 1101 | 0 | 110111 | 10000 | 1001010 | 111100 | 111101 |
Color Harmonies of #BCD760
Complementary color
Monochromatic Colors of #BCD760
Black with #BCD760
Text Example
Text Example
White with #BCD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD760; }
p { color: rgb(188,215,96); }
H1.HeaderClassName
{
color: #BCD760;
}
.AnyTagClassName
{
color: #BCD760;
}
</style>
background-color css
<style>
a { background-color: #BCD760; }
a { background-color: rgb(188,215,96); }
div.DivClassName
{
background-color: #BCD760;
}
.BgClassName
{
background-color: #BCD760;
}
</style>
border-color css
<style>
span { border-color: #BCD760; }
span { border-color: rgb(188,215,96); }
td.TdClassName
{
border-color: #BCD760;
}
.TagClassName
{
border-color: #BCD760;
}
</style>