Shades of Wild Willow #BCD265
Tints of Wild Willow #BCD265
RGB
CMYK
RGB Variations
Color information
#BCD265 (or 0xBCD265) is known color: Wild Willow. HEX triplet: BC, D2 and 65. RGB value is (188,210,101). Sum of RGB (Red+Green+Blue) = 188+210+101=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD265 is #432D9A. Grayscale: #BFBFBF. Windows color (decimal): -4402587 or 6673084. OLE color: 6673084.
HSL color Cylindrical-coordinate representation of color #BCD265: hue angle of 72.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD265 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 101 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.18 |
| HSL | 72.11º | 0.55% | 0.61% | - |
| HSV(B) | 72.11º | 0.52% | 0.82% | - |
| XYZ | 46.13 | 57.72 | 21.02 | - |
| YUV | 191 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 101 | 0.10 | 0 | 0.52 | 0.18 | 72.11 | 0.55 | 0.61 |
| Hex | BC | D2 | 65 | A | 0 | 34 | 12 | 48 | 37 | 3D |
| Octal | 274 | 322 | 145 | 12 | 0 | 64 | 22 | 110 | 67 | 75 |
| Binary | 10111100 | 11010010 | 1100101 | 1010 | 0 | 110100 | 10010 | 1001000 | 110111 | 111101 |
Color Harmonies of #BCD265
Complementary color
Monochromatic Colors of #BCD265
Black with #BCD265
Text Example
Text Example
White with #BCD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD265; }
p { color: rgb(188,210,101); }
H1.HeaderClassName
{
color: #BCD265;
}
.AnyTagClassName
{
color: #BCD265;
}
</style>
background-color css
<style>
a { background-color: #BCD265; }
a { background-color: rgb(188,210,101); }
div.DivClassName
{
background-color: #BCD265;
}
.BgClassName
{
background-color: #BCD265;
}
</style>
border-color css
<style>
span { border-color: #BCD265; }
span { border-color: rgb(188,210,101); }
td.TdClassName
{
border-color: #BCD265;
}
.TagClassName
{
border-color: #BCD265;
}
</style>