Shades of Wild Willow #BCC86D
Tints of Wild Willow #BCC86D
RGB
CMYK
RGB Variations
Color information
#BCC86D (or 0xBCC86D) is known color: Wild Willow. HEX triplet: BC, C8 and 6D. RGB value is (188,200,109). Sum of RGB (Red+Green+Blue) = 188+200+109=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC86D is #433792. Grayscale: #BABABA. Windows color (decimal): -4405139 or 7194812. OLE color: 7194812.
HSL color Cylindrical-coordinate representation of color #BCC86D: hue angle of 67.91º 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 #BCC86D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 109 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.22 |
| HSL | 67.91º | 0.45% | 0.61% | - |
| HSV(B) | 67.91º | 0.46% | 0.78% | - |
| XYZ | 44.15 | 53.1 | 22.39 | - |
| YUV | 186.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 109 | 0.06 | 0 | 0.46 | 0.22 | 67.91 | 0.45 | 0.61 |
| Hex | BC | C8 | 6D | 6 | 0 | 2E | 16 | 44 | 2D | 3D |
| Octal | 274 | 310 | 155 | 6 | 0 | 56 | 26 | 104 | 55 | 75 |
| Binary | 10111100 | 11001000 | 1101101 | 110 | 0 | 101110 | 10110 | 1000100 | 101101 | 111101 |
Color Harmonies of #BCC86D
Complementary color
Monochromatic Colors of #BCC86D
Black with #BCC86D
Text Example
Text Example
White with #BCC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC86D; }
p { color: rgb(188,200,109); }
H1.HeaderClassName
{
color: #BCC86D;
}
.AnyTagClassName
{
color: #BCC86D;
}
</style>
background-color css
<style>
a { background-color: #BCC86D; }
a { background-color: rgb(188,200,109); }
div.DivClassName
{
background-color: #BCC86D;
}
.BgClassName
{
background-color: #BCC86D;
}
</style>
border-color css
<style>
span { border-color: #BCC86D; }
span { border-color: rgb(188,200,109); }
td.TdClassName
{
border-color: #BCC86D;
}
.TagClassName
{
border-color: #BCC86D;
}
</style>