Shades of Wild Willow #BCD066
Tints of Wild Willow #BCD066
RGB
CMYK
RGB Variations
Color information
#BCD066 (or 0xBCD066) is known color: Wild Willow. HEX triplet: BC, D0 and 66. RGB value is (188,208,102). Sum of RGB (Red+Green+Blue) = 188+208+102=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD066 is #432F99. Grayscale: #BEBEBE. Windows color (decimal): -4403098 or 6738108. OLE color: 6738108.
HSL color Cylindrical-coordinate representation of color #BCD066: hue angle of 71.32º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD066 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 102 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.18 |
| HSL | 71.32º | 0.53% | 0.61% | - |
| HSV(B) | 71.32º | 0.51% | 0.82% | - |
| XYZ | 45.69 | 56.76 | 21.12 | - |
| YUV | 189.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 102 | 0.10 | 0 | 0.51 | 0.18 | 71.32 | 0.53 | 0.61 |
| Hex | BC | D0 | 66 | A | 0 | 33 | 12 | 47 | 35 | 3D |
| Octal | 274 | 320 | 146 | 12 | 0 | 63 | 22 | 107 | 65 | 75 |
| Binary | 10111100 | 11010000 | 1100110 | 1010 | 0 | 110011 | 10010 | 1000111 | 110101 | 111101 |
Color Harmonies of #BCD066
Complementary color
Monochromatic Colors of #BCD066
Black with #BCD066
Text Example
Text Example
White with #BCD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD066; }
p { color: rgb(188,208,102); }
H1.HeaderClassName
{
color: #BCD066;
}
.AnyTagClassName
{
color: #BCD066;
}
</style>
background-color css
<style>
a { background-color: #BCD066; }
a { background-color: rgb(188,208,102); }
div.DivClassName
{
background-color: #BCD066;
}
.BgClassName
{
background-color: #BCD066;
}
</style>
border-color css
<style>
span { border-color: #BCD066; }
span { border-color: rgb(188,208,102); }
td.TdClassName
{
border-color: #BCD066;
}
.TagClassName
{
border-color: #BCD066;
}
</style>