Shades of Wild Willow #BCD963
Tints of Wild Willow #BCD963
RGB
CMYK
RGB Variations
Color information
#BCD963 (or 0xBCD963) is known color: Wild Willow. HEX triplet: BC, D9 and 63. RGB value is (188,217,99). Sum of RGB (Red+Green+Blue) = 188+217+99=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD963 is #43269C. Grayscale: #C3C3C3. Windows color (decimal): -4400797 or 6543804. OLE color: 6543804.
HSL color Cylindrical-coordinate representation of color #BCD963: hue angle of 74.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD963 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 99 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.15 |
| HSL | 74.75º | 0.61% | 0.62% | - |
| HSV(B) | 74.75º | 0.54% | 0.85% | - |
| XYZ | 47.8 | 61.22 | 21.1 | - |
| YUV | 194.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 99 | 0.13 | 0 | 0.54 | 0.15 | 74.75 | 0.61 | 0.62 |
| Hex | BC | D9 | 63 | D | 0 | 36 | F | 4B | 3D | 3E |
| Octal | 274 | 331 | 143 | 15 | 0 | 66 | 17 | 113 | 75 | 76 |
| Binary | 10111100 | 11011001 | 1100011 | 1101 | 0 | 110110 | 1111 | 1001011 | 111101 | 111110 |
Color Harmonies of #BCD963
Complementary color
Monochromatic Colors of #BCD963
Black with #BCD963
Text Example
Text Example
White with #BCD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD963; }
p { color: rgb(188,217,99); }
H1.HeaderClassName
{
color: #BCD963;
}
.AnyTagClassName
{
color: #BCD963;
}
</style>
background-color css
<style>
a { background-color: #BCD963; }
a { background-color: rgb(188,217,99); }
div.DivClassName
{
background-color: #BCD963;
}
.BgClassName
{
background-color: #BCD963;
}
</style>
border-color css
<style>
span { border-color: #BCD963; }
span { border-color: rgb(188,217,99); }
td.TdClassName
{
border-color: #BCD963;
}
.TagClassName
{
border-color: #BCD963;
}
</style>