Shades of Wild Willow #BCD268
Tints of Wild Willow #BCD268
RGB
CMYK
RGB Variations
Color information
#BCD268 (or 0xBCD268) is known color: Wild Willow. HEX triplet: BC, D2 and 68. RGB value is (188,210,104). Sum of RGB (Red+Green+Blue) = 188+210+104=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD268 is #432D97. Grayscale: #BFBFBF. Windows color (decimal): -4402584 or 6869692. OLE color: 6869692.
HSL color Cylindrical-coordinate representation of color #BCD268: hue angle of 72.45º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD268 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 104 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.18 |
| HSL | 72.45º | 0.54% | 0.62% | - |
| HSV(B) | 72.45º | 0.5% | 0.82% | - |
| XYZ | 46.28 | 57.78 | 21.81 | - |
| YUV | 191.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 104 | 0.10 | 0 | 0.50 | 0.18 | 72.45 | 0.54 | 0.62 |
| Hex | BC | D2 | 68 | A | 0 | 32 | 12 | 48 | 36 | 3E |
| Octal | 274 | 322 | 150 | 12 | 0 | 62 | 22 | 110 | 66 | 76 |
| Binary | 10111100 | 11010010 | 1101000 | 1010 | 0 | 110010 | 10010 | 1001000 | 110110 | 111110 |
Color Harmonies of #BCD268
Complementary color
Monochromatic Colors of #BCD268
Black with #BCD268
Text Example
Text Example
White with #BCD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD268; }
p { color: rgb(188,210,104); }
H1.HeaderClassName
{
color: #BCD268;
}
.AnyTagClassName
{
color: #BCD268;
}
</style>
background-color css
<style>
a { background-color: #BCD268; }
a { background-color: rgb(188,210,104); }
div.DivClassName
{
background-color: #BCD268;
}
.BgClassName
{
background-color: #BCD268;
}
</style>
border-color css
<style>
span { border-color: #BCD268; }
span { border-color: rgb(188,210,104); }
td.TdClassName
{
border-color: #BCD268;
}
.TagClassName
{
border-color: #BCD268;
}
</style>