Shades of Wild Willow #BCD568
Tints of Wild Willow #BCD568
RGB
CMYK
RGB Variations
Color information
#BCD568 (or 0xBCD568) is known color: Wild Willow. HEX triplet: BC, D5 and 68. RGB value is (188,213,104). Sum of RGB (Red+Green+Blue) = 188+213+104=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD568 is #432A97. Grayscale: #C1C1C1. Windows color (decimal): -4401816 or 6870460. OLE color: 6870460.
HSL color Cylindrical-coordinate representation of color #BCD568: hue angle of 73.76º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD568 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 104 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.16 |
| HSL | 73.76º | 0.56% | 0.62% | - |
| HSV(B) | 73.76º | 0.51% | 0.84% | - |
| XYZ | 47.03 | 59.28 | 22.06 | - |
| YUV | 193.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 104 | 0.12 | 0 | 0.51 | 0.16 | 73.76 | 0.56 | 0.62 |
| Hex | BC | D5 | 68 | C | 0 | 33 | 10 | 4A | 38 | 3E |
| Octal | 274 | 325 | 150 | 14 | 0 | 63 | 20 | 112 | 70 | 76 |
| Binary | 10111100 | 11010101 | 1101000 | 1100 | 0 | 110011 | 10000 | 1001010 | 111000 | 111110 |
Color Harmonies of #BCD568
Complementary color
Monochromatic Colors of #BCD568
Black with #BCD568
Text Example
Text Example
White with #BCD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD568; }
p { color: rgb(188,213,104); }
H1.HeaderClassName
{
color: #BCD568;
}
.AnyTagClassName
{
color: #BCD568;
}
</style>
background-color css
<style>
a { background-color: #BCD568; }
a { background-color: rgb(188,213,104); }
div.DivClassName
{
background-color: #BCD568;
}
.BgClassName
{
background-color: #BCD568;
}
</style>
border-color css
<style>
span { border-color: #BCD568; }
span { border-color: rgb(188,213,104); }
td.TdClassName
{
border-color: #BCD568;
}
.TagClassName
{
border-color: #BCD568;
}
</style>