Shades of Wild Willow #BCD567
Tints of Wild Willow #BCD567
RGB
CMYK
RGB Variations
Color information
#BCD567 (or 0xBCD567) is known color: Wild Willow. HEX triplet: BC, D5 and 67. RGB value is (188,213,103). Sum of RGB (Red+Green+Blue) = 188+213+103=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD567 is #432A98. Grayscale: #C1C1C1. Windows color (decimal): -4401817 or 6804924. OLE color: 6804924.
HSL color Cylindrical-coordinate representation of color #BCD567: hue angle of 73.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD567 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 103 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.16 |
| HSL | 73.64º | 0.57% | 0.62% | - |
| HSV(B) | 73.64º | 0.52% | 0.84% | - |
| XYZ | 46.98 | 59.26 | 21.79 | - |
| YUV | 192.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 103 | 0.12 | 0 | 0.52 | 0.16 | 73.64 | 0.57 | 0.62 |
| Hex | BC | D5 | 67 | C | 0 | 34 | 10 | 4A | 39 | 3E |
| Octal | 274 | 325 | 147 | 14 | 0 | 64 | 20 | 112 | 71 | 76 |
| Binary | 10111100 | 11010101 | 1100111 | 1100 | 0 | 110100 | 10000 | 1001010 | 111001 | 111110 |
Color Harmonies of #BCD567
Complementary color
Monochromatic Colors of #BCD567
Black with #BCD567
Text Example
Text Example
White with #BCD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD567; }
p { color: rgb(188,213,103); }
H1.HeaderClassName
{
color: #BCD567;
}
.AnyTagClassName
{
color: #BCD567;
}
</style>
background-color css
<style>
a { background-color: #BCD567; }
a { background-color: rgb(188,213,103); }
div.DivClassName
{
background-color: #BCD567;
}
.BgClassName
{
background-color: #BCD567;
}
</style>
border-color css
<style>
span { border-color: #BCD567; }
span { border-color: rgb(188,213,103); }
td.TdClassName
{
border-color: #BCD567;
}
.TagClassName
{
border-color: #BCD567;
}
</style>