Shades of Wild Willow #BCCB71
Tints of Wild Willow #BCCB71
RGB
CMYK
RGB Variations
Color information
#BCCB71 (or 0xBCCB71) is known color: Wild Willow. HEX triplet: BC, CB and 71. RGB value is (188,203,113). Sum of RGB (Red+Green+Blue) = 188+203+113=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB71 is #43348E. Grayscale: #BCBCBC. Windows color (decimal): -4404367 or 7457724. OLE color: 7457724.
HSL color Cylindrical-coordinate representation of color #BCCB71: hue angle of 70º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCCB71 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 113 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.20 |
| HSL | 70º | 0.46% | 0.62% | - |
| HSV(B) | 70º | 0.44% | 0.8% | - |
| XYZ | 45.08 | 54.6 | 23.79 | - |
| YUV | 188.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 113 | 0.07 | 0 | 0.44 | 0.20 | 70 | 0.46 | 0.62 |
| Hex | BC | CB | 71 | 7 | 0 | 2C | 14 | 46 | 2E | 3E |
| Octal | 274 | 313 | 161 | 7 | 0 | 54 | 24 | 106 | 56 | 76 |
| Binary | 10111100 | 11001011 | 1110001 | 111 | 0 | 101100 | 10100 | 1000110 | 101110 | 111110 |
Color Harmonies of #BCCB71
Complementary color
Monochromatic Colors of #BCCB71
Black with #BCCB71
Text Example
Text Example
White with #BCCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB71; }
p { color: rgb(188,203,113); }
H1.HeaderClassName
{
color: #BCCB71;
}
.AnyTagClassName
{
color: #BCCB71;
}
</style>
background-color css
<style>
a { background-color: #BCCB71; }
a { background-color: rgb(188,203,113); }
div.DivClassName
{
background-color: #BCCB71;
}
.BgClassName
{
background-color: #BCCB71;
}
</style>
border-color css
<style>
span { border-color: #BCCB71; }
span { border-color: rgb(188,203,113); }
td.TdClassName
{
border-color: #BCCB71;
}
.TagClassName
{
border-color: #BCCB71;
}
</style>