Shades of Wild Willow #BCC966
Tints of Wild Willow #BCC966
RGB
CMYK
RGB Variations
Color information
#BCC966 (or 0xBCC966) is known color: Wild Willow. HEX triplet: BC, C9 and 66. RGB value is (188,201,102). Sum of RGB (Red+Green+Blue) = 188+201+102=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC966 is #433699. Grayscale: #BABABA. Windows color (decimal): -4404890 or 6736316. OLE color: 6736316.
HSL color Cylindrical-coordinate representation of color #BCC966: hue angle of 67.88º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC966 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 102 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.21 |
| HSL | 67.88º | 0.48% | 0.59% | - |
| HSV(B) | 67.88º | 0.49% | 0.79% | - |
| XYZ | 44.02 | 53.42 | 20.56 | - |
| YUV | 185.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 102 | 0.06 | 0 | 0.49 | 0.21 | 67.88 | 0.48 | 0.59 |
| Hex | BC | C9 | 66 | 6 | 0 | 31 | 15 | 44 | 30 | 3B |
| Octal | 274 | 311 | 146 | 6 | 0 | 61 | 25 | 104 | 60 | 73 |
| Binary | 10111100 | 11001001 | 1100110 | 110 | 0 | 110001 | 10101 | 1000100 | 110000 | 111011 |
Color Harmonies of #BCC966
Complementary color
Monochromatic Colors of #BCC966
Black with #BCC966
Text Example
Text Example
White with #BCC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC966; }
p { color: rgb(188,201,102); }
H1.HeaderClassName
{
color: #BCC966;
}
.AnyTagClassName
{
color: #BCC966;
}
</style>
background-color css
<style>
a { background-color: #BCC966; }
a { background-color: rgb(188,201,102); }
div.DivClassName
{
background-color: #BCC966;
}
.BgClassName
{
background-color: #BCC966;
}
</style>
border-color css
<style>
span { border-color: #BCC966; }
span { border-color: rgb(188,201,102); }
td.TdClassName
{
border-color: #BCC966;
}
.TagClassName
{
border-color: #BCC966;
}
</style>