Shades of Wild Willow #BCC963
Tints of Wild Willow #BCC963
RGB
CMYK
RGB Variations
Color information
#BCC963 (or 0xBCC963) is known color: Wild Willow. HEX triplet: BC, C9 and 63. RGB value is (188,201,99). Sum of RGB (Red+Green+Blue) = 188+201+99=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC963 is #43369C. Grayscale: #B9B9B9. Windows color (decimal): -4404893 or 6539708. OLE color: 6539708.
HSL color Cylindrical-coordinate representation of color #BCC963: hue angle of 67.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC963 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 99 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.21 |
| HSL | 67.65º | 0.49% | 0.59% | - |
| HSV(B) | 67.65º | 0.51% | 0.79% | - |
| XYZ | 43.88 | 53.37 | 19.79 | - |
| YUV | 185.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 99 | 0.06 | 0 | 0.51 | 0.21 | 67.65 | 0.49 | 0.59 |
| Hex | BC | C9 | 63 | 6 | 0 | 33 | 15 | 44 | 31 | 3B |
| Octal | 274 | 311 | 143 | 6 | 0 | 63 | 25 | 104 | 61 | 73 |
| Binary | 10111100 | 11001001 | 1100011 | 110 | 0 | 110011 | 10101 | 1000100 | 110001 | 111011 |
Color Harmonies of #BCC963
Complementary color
Monochromatic Colors of #BCC963
Black with #BCC963
Text Example
Text Example
White with #BCC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC963; }
p { color: rgb(188,201,99); }
H1.HeaderClassName
{
color: #BCC963;
}
.AnyTagClassName
{
color: #BCC963;
}
</style>
background-color css
<style>
a { background-color: #BCC963; }
a { background-color: rgb(188,201,99); }
div.DivClassName
{
background-color: #BCC963;
}
.BgClassName
{
background-color: #BCC963;
}
</style>
border-color css
<style>
span { border-color: #BCC963; }
span { border-color: rgb(188,201,99); }
td.TdClassName
{
border-color: #BCC963;
}
.TagClassName
{
border-color: #BCC963;
}
</style>