Shades of Wild Willow #BCD06D
Tints of Wild Willow #BCD06D
RGB
CMYK
RGB Variations
Color information
#BCD06D (or 0xBCD06D) is known color: Wild Willow. HEX triplet: BC, D0 and 6D. RGB value is (188,208,109). Sum of RGB (Red+Green+Blue) = 188+208+109=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD06D is #432F92. Grayscale: #BFBFBF. Windows color (decimal): -4403091 or 7196860. OLE color: 7196860.
HSL color Cylindrical-coordinate representation of color #BCD06D: hue angle of 72.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCD06D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 109 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.18 |
| HSL | 72.12º | 0.51% | 0.62% | - |
| HSV(B) | 72.12º | 0.48% | 0.82% | - |
| XYZ | 46.06 | 56.91 | 23.02 | - |
| YUV | 190.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 109 | 0.10 | 0 | 0.48 | 0.18 | 72.12 | 0.51 | 0.62 |
| Hex | BC | D0 | 6D | A | 0 | 30 | 12 | 48 | 33 | 3E |
| Octal | 274 | 320 | 155 | 12 | 0 | 60 | 22 | 110 | 63 | 76 |
| Binary | 10111100 | 11010000 | 1101101 | 1010 | 0 | 110000 | 10010 | 1001000 | 110011 | 111110 |
Color Harmonies of #BCD06D
Complementary color
Monochromatic Colors of #BCD06D
Black with #BCD06D
Text Example
Text Example
White with #BCD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD06D; }
p { color: rgb(188,208,109); }
H1.HeaderClassName
{
color: #BCD06D;
}
.AnyTagClassName
{
color: #BCD06D;
}
</style>
background-color css
<style>
a { background-color: #BCD06D; }
a { background-color: rgb(188,208,109); }
div.DivClassName
{
background-color: #BCD06D;
}
.BgClassName
{
background-color: #BCD06D;
}
</style>
border-color css
<style>
span { border-color: #BCD06D; }
span { border-color: rgb(188,208,109); }
td.TdClassName
{
border-color: #BCD06D;
}
.TagClassName
{
border-color: #BCD06D;
}
</style>