Shades of Wild Willow #BCCF6B
Tints of Wild Willow #BCCF6B
RGB
CMYK
RGB Variations
Color information
#BCCF6B (or 0xBCCF6B) is known color: Wild Willow. HEX triplet: BC, CF and 6B. RGB value is (188,207,107). Sum of RGB (Red+Green+Blue) = 188+207+107=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF6B is #433094. Grayscale: #BEBEBE. Windows color (decimal): -4403349 or 7065532. OLE color: 7065532.
HSL color Cylindrical-coordinate representation of color #BCCF6B: hue angle of 71.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCCF6B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 107 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.19 |
| HSL | 71.4º | 0.51% | 0.62% | - |
| HSV(B) | 71.4º | 0.48% | 0.81% | - |
| XYZ | 45.71 | 56.38 | 22.38 | - |
| YUV | 189.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 107 | 0.09 | 0 | 0.48 | 0.19 | 71.4 | 0.51 | 0.62 |
| Hex | BC | CF | 6B | 9 | 0 | 30 | 13 | 47 | 33 | 3E |
| Octal | 274 | 317 | 153 | 11 | 0 | 60 | 23 | 107 | 63 | 76 |
| Binary | 10111100 | 11001111 | 1101011 | 1001 | 0 | 110000 | 10011 | 1000111 | 110011 | 111110 |
Color Harmonies of #BCCF6B
Complementary color
Monochromatic Colors of #BCCF6B
Black with #BCCF6B
Text Example
Text Example
White with #BCCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF6B; }
p { color: rgb(188,207,107); }
H1.HeaderClassName
{
color: #BCCF6B;
}
.AnyTagClassName
{
color: #BCCF6B;
}
</style>
background-color css
<style>
a { background-color: #BCCF6B; }
a { background-color: rgb(188,207,107); }
div.DivClassName
{
background-color: #BCCF6B;
}
.BgClassName
{
background-color: #BCCF6B;
}
</style>
border-color css
<style>
span { border-color: #BCCF6B; }
span { border-color: rgb(188,207,107); }
td.TdClassName
{
border-color: #BCCF6B;
}
.TagClassName
{
border-color: #BCCF6B;
}
</style>