Shades of Wild Willow #BCC96D
Tints of Wild Willow #BCC96D
RGB
CMYK
RGB Variations
Color information
#BCC96D (or 0xBCC96D) is known color: Wild Willow. HEX triplet: BC, C9 and 6D. RGB value is (188,201,109). Sum of RGB (Red+Green+Blue) = 188+201+109=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC96D is #433692. Grayscale: #BABABA. Windows color (decimal): -4404883 or 7195068. OLE color: 7195068.
HSL color Cylindrical-coordinate representation of color #BCC96D: hue angle of 68.48º 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 #BCC96D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 109 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.21 |
| HSL | 68.48º | 0.46% | 0.61% | - |
| HSV(B) | 68.48º | 0.46% | 0.79% | - |
| XYZ | 44.39 | 53.57 | 22.47 | - |
| YUV | 186.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 109 | 0.06 | 0 | 0.46 | 0.21 | 68.48 | 0.46 | 0.61 |
| Hex | BC | C9 | 6D | 6 | 0 | 2E | 15 | 44 | 2E | 3D |
| Octal | 274 | 311 | 155 | 6 | 0 | 56 | 25 | 104 | 56 | 75 |
| Binary | 10111100 | 11001001 | 1101101 | 110 | 0 | 101110 | 10101 | 1000100 | 101110 | 111101 |
Color Harmonies of #BCC96D
Complementary color
Monochromatic Colors of #BCC96D
Black with #BCC96D
Text Example
Text Example
White with #BCC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC96D; }
p { color: rgb(188,201,109); }
H1.HeaderClassName
{
color: #BCC96D;
}
.AnyTagClassName
{
color: #BCC96D;
}
</style>
background-color css
<style>
a { background-color: #BCC96D; }
a { background-color: rgb(188,201,109); }
div.DivClassName
{
background-color: #BCC96D;
}
.BgClassName
{
background-color: #BCC96D;
}
</style>
border-color css
<style>
span { border-color: #BCC96D; }
span { border-color: rgb(188,201,109); }
td.TdClassName
{
border-color: #BCC96D;
}
.TagClassName
{
border-color: #BCC96D;
}
</style>