Shades of Wild Willow #BCD271
Tints of Wild Willow #BCD271
RGB
CMYK
RGB Variations
Color information
#BCD271 (or 0xBCD271) is known color: Wild Willow. HEX triplet: BC, D2 and 71. RGB value is (188,210,113). Sum of RGB (Red+Green+Blue) = 188+210+113=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD271 is #432D8E. Grayscale: #C0C0C0. Windows color (decimal): -4402575 or 7459516. OLE color: 7459516.
HSL color Cylindrical-coordinate representation of color #BCD271: hue angle of 73.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD271 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 113 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.18 |
| HSL | 73.61º | 0.52% | 0.63% | - |
| HSV(B) | 73.61º | 0.46% | 0.82% | - |
| XYZ | 46.77 | 57.98 | 24.35 | - |
| YUV | 192.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 113 | 0.10 | 0 | 0.46 | 0.18 | 73.61 | 0.52 | 0.63 |
| Hex | BC | D2 | 71 | A | 0 | 2E | 12 | 4A | 34 | 3F |
| Octal | 274 | 322 | 161 | 12 | 0 | 56 | 22 | 112 | 64 | 77 |
| Binary | 10111100 | 11010010 | 1110001 | 1010 | 0 | 101110 | 10010 | 1001010 | 110100 | 111111 |
Color Harmonies of #BCD271
Complementary color
Monochromatic Colors of #BCD271
Black with #BCD271
Text Example
Text Example
White with #BCD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD271; }
p { color: rgb(188,210,113); }
H1.HeaderClassName
{
color: #BCD271;
}
.AnyTagClassName
{
color: #BCD271;
}
</style>
background-color css
<style>
a { background-color: #BCD271; }
a { background-color: rgb(188,210,113); }
div.DivClassName
{
background-color: #BCD271;
}
.BgClassName
{
background-color: #BCD271;
}
</style>
border-color css
<style>
span { border-color: #BCD271; }
span { border-color: rgb(188,210,113); }
td.TdClassName
{
border-color: #BCD271;
}
.TagClassName
{
border-color: #BCD271;
}
</style>