Shades of Wild Willow #BCC86E
Tints of Wild Willow #BCC86E
RGB
CMYK
RGB Variations
Color information
#BCC86E (or 0xBCC86E) is known color: Wild Willow. HEX triplet: BC, C8 and 6E. RGB value is (188,200,110). Sum of RGB (Red+Green+Blue) = 188+200+110=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC86E is #433791. Grayscale: #BABABA. Windows color (decimal): -4405138 or 7260348. OLE color: 7260348.
HSL color Cylindrical-coordinate representation of color #BCC86E: hue angle of 68º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCC86E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 110 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.22 |
| HSL | 68º | 0.45% | 0.61% | - |
| HSV(B) | 68º | 0.45% | 0.78% | - |
| XYZ | 44.21 | 53.13 | 22.68 | - |
| YUV | 186.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 110 | 0.06 | 0 | 0.45 | 0.22 | 68 | 0.45 | 0.61 |
| Hex | BC | C8 | 6E | 6 | 0 | 2D | 16 | 44 | 2D | 3D |
| Octal | 274 | 310 | 156 | 6 | 0 | 55 | 26 | 104 | 55 | 75 |
| Binary | 10111100 | 11001000 | 1101110 | 110 | 0 | 101101 | 10110 | 1000100 | 101101 | 111101 |
Color Harmonies of #BCC86E
Complementary color
Monochromatic Colors of #BCC86E
Black with #BCC86E
Text Example
Text Example
White with #BCC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC86E; }
p { color: rgb(188,200,110); }
H1.HeaderClassName
{
color: #BCC86E;
}
.AnyTagClassName
{
color: #BCC86E;
}
</style>
background-color css
<style>
a { background-color: #BCC86E; }
a { background-color: rgb(188,200,110); }
div.DivClassName
{
background-color: #BCC86E;
}
.BgClassName
{
background-color: #BCC86E;
}
</style>
border-color css
<style>
span { border-color: #BCC86E; }
span { border-color: rgb(188,200,110); }
td.TdClassName
{
border-color: #BCC86E;
}
.TagClassName
{
border-color: #BCC86E;
}
</style>