Shades of Wild Willow #BCC56B
Tints of Wild Willow #BCC56B
RGB
CMYK
RGB Variations
Color information
#BCC56B (or 0xBCC56B) is known color: Wild Willow. HEX triplet: BC, C5 and 6B. RGB value is (188,197,107). Sum of RGB (Red+Green+Blue) = 188+197+107=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC56B is #433A94. Grayscale: #B8B8B8. Windows color (decimal): -4405909 or 7062972. OLE color: 7062972.
HSL color Cylindrical-coordinate representation of color #BCC56B: hue angle of 66º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC56B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 107 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.23 |
| HSL | 66º | 0.44% | 0.6% | - |
| HSV(B) | 66º | 0.46% | 0.77% | - |
| XYZ | 43.36 | 51.69 | 21.6 | - |
| YUV | 184.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 107 | 0.05 | 0 | 0.46 | 0.23 | 66 | 0.44 | 0.6 |
| Hex | BC | C5 | 6B | 5 | 0 | 2E | 17 | 42 | 2C | 3C |
| Octal | 274 | 305 | 153 | 5 | 0 | 56 | 27 | 102 | 54 | 74 |
| Binary | 10111100 | 11000101 | 1101011 | 101 | 0 | 101110 | 10111 | 1000010 | 101100 | 111100 |
Color Harmonies of #BCC56B
Complementary color
Monochromatic Colors of #BCC56B
Black with #BCC56B
Text Example
Text Example
White with #BCC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC56B; }
p { color: rgb(188,197,107); }
H1.HeaderClassName
{
color: #BCC56B;
}
.AnyTagClassName
{
color: #BCC56B;
}
</style>
background-color css
<style>
a { background-color: #BCC56B; }
a { background-color: rgb(188,197,107); }
div.DivClassName
{
background-color: #BCC56B;
}
.BgClassName
{
background-color: #BCC56B;
}
</style>
border-color css
<style>
span { border-color: #BCC56B; }
span { border-color: rgb(188,197,107); }
td.TdClassName
{
border-color: #BCC56B;
}
.TagClassName
{
border-color: #BCC56B;
}
</style>