Shades of Wild Willow #BCD362
Tints of Wild Willow #BCD362
RGB
CMYK
RGB Variations
Color information
#BCD362 (or 0xBCD362) is known color: Wild Willow. HEX triplet: BC, D3 and 62. RGB value is (188,211,98). Sum of RGB (Red+Green+Blue) = 188+211+98=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD362 is #432C9D. Grayscale: #BFBFBF. Windows color (decimal): -4402334 or 6476732. OLE color: 6476732.
HSL color Cylindrical-coordinate representation of color #BCD362: hue angle of 72.21º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCD362 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 98 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.17 |
| HSL | 72.21º | 0.56% | 0.61% | - |
| HSV(B) | 72.21º | 0.54% | 0.83% | - |
| XYZ | 46.24 | 58.16 | 20.34 | - |
| YUV | 191.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 98 | 0.11 | 0 | 0.54 | 0.17 | 72.21 | 0.56 | 0.61 |
| Hex | BC | D3 | 62 | B | 0 | 36 | 11 | 48 | 38 | 3D |
| Octal | 274 | 323 | 142 | 13 | 0 | 66 | 21 | 110 | 70 | 75 |
| Binary | 10111100 | 11010011 | 1100010 | 1011 | 0 | 110110 | 10001 | 1001000 | 111000 | 111101 |
Color Harmonies of #BCD362
Complementary color
Monochromatic Colors of #BCD362
Black with #BCD362
Text Example
Text Example
White with #BCD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD362; }
p { color: rgb(188,211,98); }
H1.HeaderClassName
{
color: #BCD362;
}
.AnyTagClassName
{
color: #BCD362;
}
</style>
background-color css
<style>
a { background-color: #BCD362; }
a { background-color: rgb(188,211,98); }
div.DivClassName
{
background-color: #BCD362;
}
.BgClassName
{
background-color: #BCD362;
}
</style>
border-color css
<style>
span { border-color: #BCD362; }
span { border-color: rgb(188,211,98); }
td.TdClassName
{
border-color: #BCD362;
}
.TagClassName
{
border-color: #BCD362;
}
</style>