Shades of Wild Willow #BCD26F
Tints of Wild Willow #BCD26F
RGB
CMYK
RGB Variations
Color information
#BCD26F (or 0xBCD26F) is known color: Wild Willow. HEX triplet: BC, D2 and 6F. RGB value is (188,210,111). Sum of RGB (Red+Green+Blue) = 188+210+111=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD26F is #432D90. Grayscale: #C0C0C0. Windows color (decimal): -4402577 or 7328444. OLE color: 7328444.
HSL color Cylindrical-coordinate representation of color #BCD26F: hue angle of 73.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD26F is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 111 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.18 |
| HSL | 73.33º | 0.52% | 0.63% | - |
| HSV(B) | 73.33º | 0.47% | 0.82% | - |
| XYZ | 46.65 | 57.93 | 23.76 | - |
| YUV | 192.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 111 | 0.10 | 0 | 0.47 | 0.18 | 73.33 | 0.52 | 0.63 |
| Hex | BC | D2 | 6F | A | 0 | 2F | 12 | 49 | 34 | 3F |
| Octal | 274 | 322 | 157 | 12 | 0 | 57 | 22 | 111 | 64 | 77 |
| Binary | 10111100 | 11010010 | 1101111 | 1010 | 0 | 101111 | 10010 | 1001001 | 110100 | 111111 |
Color Harmonies of #BCD26F
Complementary color
Monochromatic Colors of #BCD26F
Black with #BCD26F
Text Example
Text Example
White with #BCD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD26F; }
p { color: rgb(188,210,111); }
H1.HeaderClassName
{
color: #BCD26F;
}
.AnyTagClassName
{
color: #BCD26F;
}
</style>
background-color css
<style>
a { background-color: #BCD26F; }
a { background-color: rgb(188,210,111); }
div.DivClassName
{
background-color: #BCD26F;
}
.BgClassName
{
background-color: #BCD26F;
}
</style>
border-color css
<style>
span { border-color: #BCD26F; }
span { border-color: rgb(188,210,111); }
td.TdClassName
{
border-color: #BCD26F;
}
.TagClassName
{
border-color: #BCD26F;
}
</style>