Shades of Wild Willow #BCD26E
Tints of Wild Willow #BCD26E
RGB
CMYK
RGB Variations
Color information
#BCD26E (or 0xBCD26E) is known color: Wild Willow. HEX triplet: BC, D2 and 6E. RGB value is (188,210,110). Sum of RGB (Red+Green+Blue) = 188+210+110=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD26E is #432D91. Grayscale: #C0C0C0. Windows color (decimal): -4402578 or 7262908. OLE color: 7262908.
HSL color Cylindrical-coordinate representation of color #BCD26E: hue angle of 73.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCD26E is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 110 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.18 |
| HSL | 73.2º | 0.53% | 0.63% | - |
| HSV(B) | 73.2º | 0.48% | 0.82% | - |
| XYZ | 46.6 | 57.91 | 23.47 | - |
| YUV | 192.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 110 | 0.10 | 0 | 0.48 | 0.18 | 73.2 | 0.53 | 0.63 |
| Hex | BC | D2 | 6E | A | 0 | 30 | 12 | 49 | 35 | 3F |
| Octal | 274 | 322 | 156 | 12 | 0 | 60 | 22 | 111 | 65 | 77 |
| Binary | 10111100 | 11010010 | 1101110 | 1010 | 0 | 110000 | 10010 | 1001001 | 110101 | 111111 |
Color Harmonies of #BCD26E
Complementary color
Monochromatic Colors of #BCD26E
Black with #BCD26E
Text Example
Text Example
White with #BCD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD26E; }
p { color: rgb(188,210,110); }
H1.HeaderClassName
{
color: #BCD26E;
}
.AnyTagClassName
{
color: #BCD26E;
}
</style>
background-color css
<style>
a { background-color: #BCD26E; }
a { background-color: rgb(188,210,110); }
div.DivClassName
{
background-color: #BCD26E;
}
.BgClassName
{
background-color: #BCD26E;
}
</style>
border-color css
<style>
span { border-color: #BCD26E; }
span { border-color: rgb(188,210,110); }
td.TdClassName
{
border-color: #BCD26E;
}
.TagClassName
{
border-color: #BCD26E;
}
</style>