Shades of Wild Willow #BCD671
Tints of Wild Willow #BCD671
RGB
CMYK
RGB Variations
Color information
#BCD671 (or 0xBCD671) is known color: Wild Willow. HEX triplet: BC, D6 and 71. RGB value is (188,214,113). Sum of RGB (Red+Green+Blue) = 188+214+113=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD671 is #43298E. Grayscale: #C3C3C3. Windows color (decimal): -4401551 or 7460540. OLE color: 7460540.
HSL color Cylindrical-coordinate representation of color #BCD671: hue angle of 75.45º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD671 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 113 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.16 |
| HSL | 75.45º | 0.55% | 0.64% | - |
| HSV(B) | 75.45º | 0.47% | 0.84% | - |
| XYZ | 47.77 | 59.98 | 24.68 | - |
| YUV | 194.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 113 | 0.12 | 0 | 0.47 | 0.16 | 75.45 | 0.55 | 0.64 |
| Hex | BC | D6 | 71 | C | 0 | 2F | 10 | 4B | 37 | 40 |
| Octal | 274 | 326 | 161 | 14 | 0 | 57 | 20 | 113 | 67 | 100 |
| Binary | 10111100 | 11010110 | 1110001 | 1100 | 0 | 101111 | 10000 | 1001011 | 110111 | 1000000 |
Color Harmonies of #BCD671
Complementary color
Monochromatic Colors of #BCD671
Black with #BCD671
Text Example
Text Example
White with #BCD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD671; }
p { color: rgb(188,214,113); }
H1.HeaderClassName
{
color: #BCD671;
}
.AnyTagClassName
{
color: #BCD671;
}
</style>
background-color css
<style>
a { background-color: #BCD671; }
a { background-color: rgb(188,214,113); }
div.DivClassName
{
background-color: #BCD671;
}
.BgClassName
{
background-color: #BCD671;
}
</style>
border-color css
<style>
span { border-color: #BCD671; }
span { border-color: rgb(188,214,113); }
td.TdClassName
{
border-color: #BCD671;
}
.TagClassName
{
border-color: #BCD671;
}
</style>