Shades of Wild Willow #BCC561
Tints of Wild Willow #BCC561
RGB
CMYK
RGB Variations
Color information
#BCC561 (or 0xBCC561) is known color: Wild Willow. HEX triplet: BC, C5 and 61. RGB value is (188,197,97). Sum of RGB (Red+Green+Blue) = 188+197+97=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC561 is #433A9E. Grayscale: #B7B7B7. Windows color (decimal): -4405919 or 6407612. OLE color: 6407612.
HSL color Cylindrical-coordinate representation of color #BCC561: hue angle of 65.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC561 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 97 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.23 |
| HSL | 65.4º | 0.46% | 0.58% | - |
| HSV(B) | 65.4º | 0.51% | 0.77% | - |
| XYZ | 42.86 | 51.49 | 18.99 | - |
| YUV | 182.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 97 | 0.05 | 0 | 0.51 | 0.23 | 65.4 | 0.46 | 0.58 |
| Hex | BC | C5 | 61 | 5 | 0 | 33 | 17 | 41 | 2E | 3A |
| Octal | 274 | 305 | 141 | 5 | 0 | 63 | 27 | 101 | 56 | 72 |
| Binary | 10111100 | 11000101 | 1100001 | 101 | 0 | 110011 | 10111 | 1000001 | 101110 | 111010 |
Color Harmonies of #BCC561
Complementary color
Monochromatic Colors of #BCC561
Black with #BCC561
Text Example
Text Example
White with #BCC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC561; }
p { color: rgb(188,197,97); }
H1.HeaderClassName
{
color: #BCC561;
}
.AnyTagClassName
{
color: #BCC561;
}
</style>
background-color css
<style>
a { background-color: #BCC561; }
a { background-color: rgb(188,197,97); }
div.DivClassName
{
background-color: #BCC561;
}
.BgClassName
{
background-color: #BCC561;
}
</style>
border-color css
<style>
span { border-color: #BCC561; }
span { border-color: rgb(188,197,97); }
td.TdClassName
{
border-color: #BCC561;
}
.TagClassName
{
border-color: #BCC561;
}
</style>