Shades of Wild Willow #BCC96C
Tints of Wild Willow #BCC96C
RGB
CMYK
RGB Variations
Color information
#BCC96C (or 0xBCC96C) is known color: Wild Willow. HEX triplet: BC, C9 and 6C. RGB value is (188,201,108). Sum of RGB (Red+Green+Blue) = 188+201+108=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC96C is #433693. Grayscale: #BABABA. Windows color (decimal): -4404884 or 7129532. OLE color: 7129532.
HSL color Cylindrical-coordinate representation of color #BCC96C: hue angle of 68.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC96C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 108 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.21 |
| HSL | 68.39º | 0.46% | 0.61% | - |
| HSV(B) | 68.39º | 0.46% | 0.79% | - |
| XYZ | 44.33 | 53.55 | 22.19 | - |
| YUV | 186.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 108 | 0.06 | 0 | 0.46 | 0.21 | 68.39 | 0.46 | 0.61 |
| Hex | BC | C9 | 6C | 6 | 0 | 2E | 15 | 44 | 2E | 3D |
| Octal | 274 | 311 | 154 | 6 | 0 | 56 | 25 | 104 | 56 | 75 |
| Binary | 10111100 | 11001001 | 1101100 | 110 | 0 | 101110 | 10101 | 1000100 | 101110 | 111101 |
Color Harmonies of #BCC96C
Complementary color
Monochromatic Colors of #BCC96C
Black with #BCC96C
Text Example
Text Example
White with #BCC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC96C; }
p { color: rgb(188,201,108); }
H1.HeaderClassName
{
color: #BCC96C;
}
.AnyTagClassName
{
color: #BCC96C;
}
</style>
background-color css
<style>
a { background-color: #BCC96C; }
a { background-color: rgb(188,201,108); }
div.DivClassName
{
background-color: #BCC96C;
}
.BgClassName
{
background-color: #BCC96C;
}
</style>
border-color css
<style>
span { border-color: #BCC96C; }
span { border-color: rgb(188,201,108); }
td.TdClassName
{
border-color: #BCC96C;
}
.TagClassName
{
border-color: #BCC96C;
}
</style>