Shades of Wild Willow #BCCF6D
Tints of Wild Willow #BCCF6D
RGB
CMYK
RGB Variations
Color information
#BCCF6D (or 0xBCCF6D) is known color: Wild Willow. HEX triplet: BC, CF and 6D. RGB value is (188,207,109). Sum of RGB (Red+Green+Blue) = 188+207+109=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF6D is #433092. Grayscale: #BEBEBE. Windows color (decimal): -4403347 or 7196604. OLE color: 7196604.
HSL color Cylindrical-coordinate representation of color #BCCF6D: hue angle of 71.63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCCF6D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 109 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.19 |
| HSL | 71.63º | 0.51% | 0.62% | - |
| HSV(B) | 71.63º | 0.47% | 0.81% | - |
| XYZ | 45.81 | 56.42 | 22.94 | - |
| YUV | 190.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 109 | 0.09 | 0 | 0.47 | 0.19 | 71.63 | 0.51 | 0.62 |
| Hex | BC | CF | 6D | 9 | 0 | 2F | 13 | 48 | 33 | 3E |
| Octal | 274 | 317 | 155 | 11 | 0 | 57 | 23 | 110 | 63 | 76 |
| Binary | 10111100 | 11001111 | 1101101 | 1001 | 0 | 101111 | 10011 | 1001000 | 110011 | 111110 |
Color Harmonies of #BCCF6D
Complementary color
Monochromatic Colors of #BCCF6D
Black with #BCCF6D
Text Example
Text Example
White with #BCCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF6D; }
p { color: rgb(188,207,109); }
H1.HeaderClassName
{
color: #BCCF6D;
}
.AnyTagClassName
{
color: #BCCF6D;
}
</style>
background-color css
<style>
a { background-color: #BCCF6D; }
a { background-color: rgb(188,207,109); }
div.DivClassName
{
background-color: #BCCF6D;
}
.BgClassName
{
background-color: #BCCF6D;
}
</style>
border-color css
<style>
span { border-color: #BCCF6D; }
span { border-color: rgb(188,207,109); }
td.TdClassName
{
border-color: #BCCF6D;
}
.TagClassName
{
border-color: #BCCF6D;
}
</style>