Shades of Wild Willow #BCD566
Tints of Wild Willow #BCD566
RGB
CMYK
RGB Variations
Color information
#BCD566 (or 0xBCD566) is known color: Wild Willow. HEX triplet: BC, D5 and 66. RGB value is (188,213,102). Sum of RGB (Red+Green+Blue) = 188+213+102=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD566 is #432A99. Grayscale: #C1C1C1. Windows color (decimal): -4401818 or 6739388. OLE color: 6739388.
HSL color Cylindrical-coordinate representation of color #BCD566: hue angle of 73.51º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD566 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 102 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.16 |
| HSL | 73.51º | 0.57% | 0.62% | - |
| HSV(B) | 73.51º | 0.52% | 0.84% | - |
| XYZ | 46.93 | 59.24 | 21.53 | - |
| YUV | 192.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 102 | 0.12 | 0 | 0.52 | 0.16 | 73.51 | 0.57 | 0.62 |
| Hex | BC | D5 | 66 | C | 0 | 34 | 10 | 4A | 39 | 3E |
| Octal | 274 | 325 | 146 | 14 | 0 | 64 | 20 | 112 | 71 | 76 |
| Binary | 10111100 | 11010101 | 1100110 | 1100 | 0 | 110100 | 10000 | 1001010 | 111001 | 111110 |
Color Harmonies of #BCD566
Complementary color
Monochromatic Colors of #BCD566
Black with #BCD566
Text Example
Text Example
White with #BCD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD566; }
p { color: rgb(188,213,102); }
H1.HeaderClassName
{
color: #BCD566;
}
.AnyTagClassName
{
color: #BCD566;
}
</style>
background-color css
<style>
a { background-color: #BCD566; }
a { background-color: rgb(188,213,102); }
div.DivClassName
{
background-color: #BCD566;
}
.BgClassName
{
background-color: #BCD566;
}
</style>
border-color css
<style>
span { border-color: #BCD566; }
span { border-color: rgb(188,213,102); }
td.TdClassName
{
border-color: #BCD566;
}
.TagClassName
{
border-color: #BCD566;
}
</style>