Shades of Wild Willow #BCCF66
Tints of Wild Willow #BCCF66
RGB
CMYK
RGB Variations
Color information
#BCCF66 (or 0xBCCF66) is known color: Wild Willow. HEX triplet: BC, CF and 66. RGB value is (188,207,102). Sum of RGB (Red+Green+Blue) = 188+207+102=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF66 is #433099. Grayscale: #BDBDBD. Windows color (decimal): -4403354 or 6737852. OLE color: 6737852.
HSL color Cylindrical-coordinate representation of color #BCCF66: hue angle of 70.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCCF66 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 102 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.19 |
| HSL | 70.86º | 0.52% | 0.61% | - |
| HSV(B) | 70.86º | 0.51% | 0.81% | - |
| XYZ | 45.45 | 56.28 | 21.04 | - |
| YUV | 189.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 102 | 0.09 | 0 | 0.51 | 0.19 | 70.86 | 0.52 | 0.61 |
| Hex | BC | CF | 66 | 9 | 0 | 33 | 13 | 47 | 34 | 3D |
| Octal | 274 | 317 | 146 | 11 | 0 | 63 | 23 | 107 | 64 | 75 |
| Binary | 10111100 | 11001111 | 1100110 | 1001 | 0 | 110011 | 10011 | 1000111 | 110100 | 111101 |
Color Harmonies of #BCCF66
Complementary color
Monochromatic Colors of #BCCF66
Black with #BCCF66
Text Example
Text Example
White with #BCCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF66; }
p { color: rgb(188,207,102); }
H1.HeaderClassName
{
color: #BCCF66;
}
.AnyTagClassName
{
color: #BCCF66;
}
</style>
background-color css
<style>
a { background-color: #BCCF66; }
a { background-color: rgb(188,207,102); }
div.DivClassName
{
background-color: #BCCF66;
}
.BgClassName
{
background-color: #BCCF66;
}
</style>
border-color css
<style>
span { border-color: #BCCF66; }
span { border-color: rgb(188,207,102); }
td.TdClassName
{
border-color: #BCCF66;
}
.TagClassName
{
border-color: #BCCF66;
}
</style>