Shades of Wild Willow #BCD163
Tints of Wild Willow #BCD163
RGB
CMYK
RGB Variations
Color information
#BCD163 (or 0xBCD163) is known color: Wild Willow. HEX triplet: BC, D1 and 63. RGB value is (188,209,99). Sum of RGB (Red+Green+Blue) = 188+209+99=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD163 is #432E9C. Grayscale: #BEBEBE. Windows color (decimal): -4402845 or 6541756. OLE color: 6541756.
HSL color Cylindrical-coordinate representation of color #BCD163: hue angle of 71.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD163 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 99 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.18 |
| HSL | 71.45º | 0.54% | 0.6% | - |
| HSV(B) | 71.45º | 0.53% | 0.82% | - |
| XYZ | 45.79 | 57.19 | 20.43 | - |
| YUV | 190.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 99 | 0.10 | 0 | 0.53 | 0.18 | 71.45 | 0.54 | 0.6 |
| Hex | BC | D1 | 63 | A | 0 | 35 | 12 | 47 | 36 | 3C |
| Octal | 274 | 321 | 143 | 12 | 0 | 65 | 22 | 107 | 66 | 74 |
| Binary | 10111100 | 11010001 | 1100011 | 1010 | 0 | 110101 | 10010 | 1000111 | 110110 | 111100 |
Color Harmonies of #BCD163
Complementary color
Monochromatic Colors of #BCD163
Black with #BCD163
Text Example
Text Example
White with #BCD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD163; }
p { color: rgb(188,209,99); }
H1.HeaderClassName
{
color: #BCD163;
}
.AnyTagClassName
{
color: #BCD163;
}
</style>
background-color css
<style>
a { background-color: #BCD163; }
a { background-color: rgb(188,209,99); }
div.DivClassName
{
background-color: #BCD163;
}
.BgClassName
{
background-color: #BCD163;
}
</style>
border-color css
<style>
span { border-color: #BCD163; }
span { border-color: rgb(188,209,99); }
td.TdClassName
{
border-color: #BCD163;
}
.TagClassName
{
border-color: #BCD163;
}
</style>