Shades of Wild Willow #BCC971
Tints of Wild Willow #BCC971
RGB
CMYK
RGB Variations
Color information
#BCC971 (or 0xBCC971) is known color: Wild Willow. HEX triplet: BC, C9 and 71. RGB value is (188,201,113). Sum of RGB (Red+Green+Blue) = 188+201+113=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC971 is #43368E. Grayscale: #BBBBBB. Windows color (decimal): -4404879 or 7457212. OLE color: 7457212.
HSL color Cylindrical-coordinate representation of color #BCC971: hue angle of 68.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC971 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 113 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.21 |
| HSL | 68.86º | 0.45% | 0.62% | - |
| HSV(B) | 68.86º | 0.44% | 0.79% | - |
| XYZ | 44.61 | 53.66 | 23.63 | - |
| YUV | 187.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 113 | 0.06 | 0 | 0.44 | 0.21 | 68.86 | 0.45 | 0.62 |
| Hex | BC | C9 | 71 | 6 | 0 | 2C | 15 | 45 | 2D | 3E |
| Octal | 274 | 311 | 161 | 6 | 0 | 54 | 25 | 105 | 55 | 76 |
| Binary | 10111100 | 11001001 | 1110001 | 110 | 0 | 101100 | 10101 | 1000101 | 101101 | 111110 |
Color Harmonies of #BCC971
Complementary color
Monochromatic Colors of #BCC971
Black with #BCC971
Text Example
Text Example
White with #BCC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC971; }
p { color: rgb(188,201,113); }
H1.HeaderClassName
{
color: #BCC971;
}
.AnyTagClassName
{
color: #BCC971;
}
</style>
background-color css
<style>
a { background-color: #BCC971; }
a { background-color: rgb(188,201,113); }
div.DivClassName
{
background-color: #BCC971;
}
.BgClassName
{
background-color: #BCC971;
}
</style>
border-color css
<style>
span { border-color: #BCC971; }
span { border-color: rgb(188,201,113); }
td.TdClassName
{
border-color: #BCC971;
}
.TagClassName
{
border-color: #BCC971;
}
</style>