Shades of Wild Willow #BCCE65
Tints of Wild Willow #BCCE65
RGB
CMYK
RGB Variations
Color information
#BCCE65 (or 0xBCCE65) is known color: Wild Willow. HEX triplet: BC, CE and 65. RGB value is (188,206,101). Sum of RGB (Red+Green+Blue) = 188+206+101=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE65 is #43319A. Grayscale: #BDBDBD. Windows color (decimal): -4403611 or 6672060. OLE color: 6672060.
HSL color Cylindrical-coordinate representation of color #BCCE65: hue angle of 70.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCCE65 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 101 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.19 |
| HSL | 70.29º | 0.52% | 0.6% | - |
| HSV(B) | 70.29º | 0.51% | 0.81% | - |
| XYZ | 45.16 | 55.77 | 20.7 | - |
| YUV | 188.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 101 | 0.09 | 0 | 0.51 | 0.19 | 70.29 | 0.52 | 0.6 |
| Hex | BC | CE | 65 | 9 | 0 | 33 | 13 | 46 | 34 | 3C |
| Octal | 274 | 316 | 145 | 11 | 0 | 63 | 23 | 106 | 64 | 74 |
| Binary | 10111100 | 11001110 | 1100101 | 1001 | 0 | 110011 | 10011 | 1000110 | 110100 | 111100 |
Color Harmonies of #BCCE65
Complementary color
Monochromatic Colors of #BCCE65
Black with #BCCE65
Text Example
Text Example
White with #BCCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE65; }
p { color: rgb(188,206,101); }
H1.HeaderClassName
{
color: #BCCE65;
}
.AnyTagClassName
{
color: #BCCE65;
}
</style>
background-color css
<style>
a { background-color: #BCCE65; }
a { background-color: rgb(188,206,101); }
div.DivClassName
{
background-color: #BCCE65;
}
.BgClassName
{
background-color: #BCCE65;
}
</style>
border-color css
<style>
span { border-color: #BCCE65; }
span { border-color: rgb(188,206,101); }
td.TdClassName
{
border-color: #BCCE65;
}
.TagClassName
{
border-color: #BCCE65;
}
</style>