Shades of Wild Willow #BCD574
Tints of Wild Willow #BCD574
RGB
CMYK
RGB Variations
Color information
#BCD574 (or 0xBCD574) is known color: Wild Willow. HEX triplet: BC, D5 and 74. RGB value is (188,213,116). Sum of RGB (Red+Green+Blue) = 188+213+116=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD574 is #432A8B. Grayscale: #C2C2C2. Windows color (decimal): -4401804 or 7656892. OLE color: 7656892.
HSL color Cylindrical-coordinate representation of color #BCD574: hue angle of 75.46º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD574 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 116 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.16 |
| HSL | 75.46º | 0.54% | 0.65% | - |
| HSV(B) | 75.46º | 0.46% | 0.84% | - |
| XYZ | 47.69 | 59.54 | 25.5 | - |
| YUV | 194.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 116 | 0.12 | 0 | 0.46 | 0.16 | 75.46 | 0.54 | 0.65 |
| Hex | BC | D5 | 74 | C | 0 | 2E | 10 | 4B | 36 | 41 |
| Octal | 274 | 325 | 164 | 14 | 0 | 56 | 20 | 113 | 66 | 101 |
| Binary | 10111100 | 11010101 | 1110100 | 1100 | 0 | 101110 | 10000 | 1001011 | 110110 | 1000001 |
Color Harmonies of #BCD574
Complementary color
Monochromatic Colors of #BCD574
Black with #BCD574
Text Example
Text Example
White with #BCD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD574; }
p { color: rgb(188,213,116); }
H1.HeaderClassName
{
color: #BCD574;
}
.AnyTagClassName
{
color: #BCD574;
}
</style>
background-color css
<style>
a { background-color: #BCD574; }
a { background-color: rgb(188,213,116); }
div.DivClassName
{
background-color: #BCD574;
}
.BgClassName
{
background-color: #BCD574;
}
</style>
border-color css
<style>
span { border-color: #BCD574; }
span { border-color: rgb(188,213,116); }
td.TdClassName
{
border-color: #BCD574;
}
.TagClassName
{
border-color: #BCD574;
}
</style>