Shades of Wild Willow #BCD667
Tints of Wild Willow #BCD667
RGB
CMYK
RGB Variations
Color information
#BCD667 (or 0xBCD667) is known color: Wild Willow. HEX triplet: BC, D6 and 67. RGB value is (188,214,103). Sum of RGB (Red+Green+Blue) = 188+214+103=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD667 is #432998. Grayscale: #C1C1C1. Windows color (decimal): -4401561 or 6805180. OLE color: 6805180.
HSL color Cylindrical-coordinate representation of color #BCD667: hue angle of 74.05º degrees, saturation: 0.58, 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 #BCD667 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 103 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.16 |
| HSL | 74.05º | 0.58% | 0.62% | - |
| HSV(B) | 74.05º | 0.52% | 0.84% | - |
| XYZ | 47.23 | 59.76 | 21.88 | - |
| YUV | 193.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 103 | 0.12 | 0 | 0.52 | 0.16 | 74.05 | 0.58 | 0.62 |
| Hex | BC | D6 | 67 | C | 0 | 34 | 10 | 4A | 3A | 3E |
| Octal | 274 | 326 | 147 | 14 | 0 | 64 | 20 | 112 | 72 | 76 |
| Binary | 10111100 | 11010110 | 1100111 | 1100 | 0 | 110100 | 10000 | 1001010 | 111010 | 111110 |
Color Harmonies of #BCD667
Complementary color
Monochromatic Colors of #BCD667
Black with #BCD667
Text Example
Text Example
White with #BCD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD667; }
p { color: rgb(188,214,103); }
H1.HeaderClassName
{
color: #BCD667;
}
.AnyTagClassName
{
color: #BCD667;
}
</style>
background-color css
<style>
a { background-color: #BCD667; }
a { background-color: rgb(188,214,103); }
div.DivClassName
{
background-color: #BCD667;
}
.BgClassName
{
background-color: #BCD667;
}
</style>
border-color css
<style>
span { border-color: #BCD667; }
span { border-color: rgb(188,214,103); }
td.TdClassName
{
border-color: #BCD667;
}
.TagClassName
{
border-color: #BCD667;
}
</style>