Shades of Wild Willow #BCD367
Tints of Wild Willow #BCD367
RGB
CMYK
RGB Variations
Color information
#BCD367 (or 0xBCD367) is known color: Wild Willow. HEX triplet: BC, D3 and 67. RGB value is (188,211,103). Sum of RGB (Red+Green+Blue) = 188+211+103=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD367 is #432C98. Grayscale: #C0C0C0. Windows color (decimal): -4402329 or 6804412. OLE color: 6804412.
HSL color Cylindrical-coordinate representation of color #BCD367: hue angle of 72.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD367 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 103 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.17 |
| HSL | 72.78º | 0.55% | 0.62% | - |
| HSV(B) | 72.78º | 0.51% | 0.83% | - |
| XYZ | 46.48 | 58.26 | 21.63 | - |
| YUV | 191.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 103 | 0.11 | 0 | 0.51 | 0.17 | 72.78 | 0.55 | 0.62 |
| Hex | BC | D3 | 67 | B | 0 | 33 | 11 | 49 | 37 | 3E |
| Octal | 274 | 323 | 147 | 13 | 0 | 63 | 21 | 111 | 67 | 76 |
| Binary | 10111100 | 11010011 | 1100111 | 1011 | 0 | 110011 | 10001 | 1001001 | 110111 | 111110 |
Color Harmonies of #BCD367
Complementary color
Monochromatic Colors of #BCD367
Black with #BCD367
Text Example
Text Example
White with #BCD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD367; }
p { color: rgb(188,211,103); }
H1.HeaderClassName
{
color: #BCD367;
}
.AnyTagClassName
{
color: #BCD367;
}
</style>
background-color css
<style>
a { background-color: #BCD367; }
a { background-color: rgb(188,211,103); }
div.DivClassName
{
background-color: #BCD367;
}
.BgClassName
{
background-color: #BCD367;
}
</style>
border-color css
<style>
span { border-color: #BCD367; }
span { border-color: rgb(188,211,103); }
td.TdClassName
{
border-color: #BCD367;
}
.TagClassName
{
border-color: #BCD367;
}
</style>