Shades of Wild Willow #BCC564
Tints of Wild Willow #BCC564
RGB
CMYK
RGB Variations
Color information
#BCC564 (or 0xBCC564) is known color: Wild Willow. HEX triplet: BC, C5 and 64. RGB value is (188,197,100). Sum of RGB (Red+Green+Blue) = 188+197+100=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC564 is #433A9B. Grayscale: #B7B7B7. Windows color (decimal): -4405916 or 6604220. OLE color: 6604220.
HSL color Cylindrical-coordinate representation of color #BCC564: hue angle of 65.57º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC564 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 100 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.23 |
| HSL | 65.57º | 0.46% | 0.58% | - |
| HSV(B) | 65.57º | 0.49% | 0.77% | - |
| XYZ | 43.01 | 51.54 | 19.74 | - |
| YUV | 183.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 100 | 0.05 | 0 | 0.49 | 0.23 | 65.57 | 0.46 | 0.58 |
| Hex | BC | C5 | 64 | 5 | 0 | 31 | 17 | 42 | 2E | 3A |
| Octal | 274 | 305 | 144 | 5 | 0 | 61 | 27 | 102 | 56 | 72 |
| Binary | 10111100 | 11000101 | 1100100 | 101 | 0 | 110001 | 10111 | 1000010 | 101110 | 111010 |
Color Harmonies of #BCC564
Complementary color
Monochromatic Colors of #BCC564
Black with #BCC564
Text Example
Text Example
White with #BCC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC564; }
p { color: rgb(188,197,100); }
H1.HeaderClassName
{
color: #BCC564;
}
.AnyTagClassName
{
color: #BCC564;
}
</style>
background-color css
<style>
a { background-color: #BCC564; }
a { background-color: rgb(188,197,100); }
div.DivClassName
{
background-color: #BCC564;
}
.BgClassName
{
background-color: #BCC564;
}
</style>
border-color css
<style>
span { border-color: #BCC564; }
span { border-color: rgb(188,197,100); }
td.TdClassName
{
border-color: #BCC564;
}
.TagClassName
{
border-color: #BCC564;
}
</style>