Shades of Wild Willow #BCD46B
Tints of Wild Willow #BCD46B
RGB
CMYK
RGB Variations
Color information
#BCD46B (or 0xBCD46B) is known color: Wild Willow. HEX triplet: BC, D4 and 6B. RGB value is (188,212,107). Sum of RGB (Red+Green+Blue) = 188+212+107=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD46B is #432B94. Grayscale: #C1C1C1. Windows color (decimal): -4402069 or 7066812. OLE color: 7066812.
HSL color Cylindrical-coordinate representation of color #BCD46B: hue angle of 73.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD46B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 107 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.17 |
| HSL | 73.71º | 0.55% | 0.63% | - |
| HSV(B) | 73.71º | 0.5% | 0.83% | - |
| XYZ | 46.94 | 58.84 | 22.79 | - |
| YUV | 192.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 107 | 0.11 | 0 | 0.50 | 0.17 | 73.71 | 0.55 | 0.63 |
| Hex | BC | D4 | 6B | B | 0 | 32 | 11 | 4A | 37 | 3F |
| Octal | 274 | 324 | 153 | 13 | 0 | 62 | 21 | 112 | 67 | 77 |
| Binary | 10111100 | 11010100 | 1101011 | 1011 | 0 | 110010 | 10001 | 1001010 | 110111 | 111111 |
Color Harmonies of #BCD46B
Complementary color
Monochromatic Colors of #BCD46B
Black with #BCD46B
Text Example
Text Example
White with #BCD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD46B; }
p { color: rgb(188,212,107); }
H1.HeaderClassName
{
color: #BCD46B;
}
.AnyTagClassName
{
color: #BCD46B;
}
</style>
background-color css
<style>
a { background-color: #BCD46B; }
a { background-color: rgb(188,212,107); }
div.DivClassName
{
background-color: #BCD46B;
}
.BgClassName
{
background-color: #BCD46B;
}
</style>
border-color css
<style>
span { border-color: #BCD46B; }
span { border-color: rgb(188,212,107); }
td.TdClassName
{
border-color: #BCD46B;
}
.TagClassName
{
border-color: #BCD46B;
}
</style>