Shades of Wild Willow #BCCE63
Tints of Wild Willow #BCCE63
RGB
CMYK
RGB Variations
Color information
#BCCE63 (or 0xBCCE63) is known color: Wild Willow. HEX triplet: BC, CE and 63. RGB value is (188,206,99). Sum of RGB (Red+Green+Blue) = 188+206+99=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE63 is #43319C. Grayscale: #BCBCBC. Windows color (decimal): -4403613 or 6540988. OLE color: 6540988.
HSL color Cylindrical-coordinate representation of color #BCCE63: hue angle of 70.09º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCCE63 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 99 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.19 |
| HSL | 70.09º | 0.52% | 0.6% | - |
| HSV(B) | 70.09º | 0.52% | 0.81% | - |
| XYZ | 45.06 | 55.73 | 20.19 | - |
| YUV | 188.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 99 | 0.09 | 0 | 0.52 | 0.19 | 70.09 | 0.52 | 0.6 |
| Hex | BC | CE | 63 | 9 | 0 | 34 | 13 | 46 | 34 | 3C |
| Octal | 274 | 316 | 143 | 11 | 0 | 64 | 23 | 106 | 64 | 74 |
| Binary | 10111100 | 11001110 | 1100011 | 1001 | 0 | 110100 | 10011 | 1000110 | 110100 | 111100 |
Color Harmonies of #BCCE63
Complementary color
Monochromatic Colors of #BCCE63
Black with #BCCE63
Text Example
Text Example
White with #BCCE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE63; }
p { color: rgb(188,206,99); }
H1.HeaderClassName
{
color: #BCCE63;
}
.AnyTagClassName
{
color: #BCCE63;
}
</style>
background-color css
<style>
a { background-color: #BCCE63; }
a { background-color: rgb(188,206,99); }
div.DivClassName
{
background-color: #BCCE63;
}
.BgClassName
{
background-color: #BCCE63;
}
</style>
border-color css
<style>
span { border-color: #BCCE63; }
span { border-color: rgb(188,206,99); }
td.TdClassName
{
border-color: #BCCE63;
}
.TagClassName
{
border-color: #BCCE63;
}
</style>