Shades of Wild Willow #BCD165
Tints of Wild Willow #BCD165
RGB
CMYK
RGB Variations
Color information
#BCD165 (or 0xBCD165) is known color: Wild Willow. HEX triplet: BC, D1 and 65. RGB value is (188,209,101). Sum of RGB (Red+Green+Blue) = 188+209+101=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD165 is #432E9A. Grayscale: #BEBEBE. Windows color (decimal): -4402843 or 6672828. OLE color: 6672828.
HSL color Cylindrical-coordinate representation of color #BCD165: hue angle of 71.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD165 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 101 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.18 |
| HSL | 71.67º | 0.54% | 0.61% | - |
| HSV(B) | 71.67º | 0.52% | 0.82% | - |
| XYZ | 45.89 | 57.23 | 20.94 | - |
| YUV | 190.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 101 | 0.10 | 0 | 0.52 | 0.18 | 71.67 | 0.54 | 0.61 |
| Hex | BC | D1 | 65 | A | 0 | 34 | 12 | 48 | 36 | 3D |
| Octal | 274 | 321 | 145 | 12 | 0 | 64 | 22 | 110 | 66 | 75 |
| Binary | 10111100 | 11010001 | 1100101 | 1010 | 0 | 110100 | 10010 | 1001000 | 110110 | 111101 |
Color Harmonies of #BCD165
Complementary color
Monochromatic Colors of #BCD165
Black with #BCD165
Text Example
Text Example
White with #BCD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD165; }
p { color: rgb(188,209,101); }
H1.HeaderClassName
{
color: #BCD165;
}
.AnyTagClassName
{
color: #BCD165;
}
</style>
background-color css
<style>
a { background-color: #BCD165; }
a { background-color: rgb(188,209,101); }
div.DivClassName
{
background-color: #BCD165;
}
.BgClassName
{
background-color: #BCD165;
}
</style>
border-color css
<style>
span { border-color: #BCD165; }
span { border-color: rgb(188,209,101); }
td.TdClassName
{
border-color: #BCD165;
}
.TagClassName
{
border-color: #BCD165;
}
</style>