Shades of Wild Willow #BCDA67
Tints of Wild Willow #BCDA67
RGB
CMYK
RGB Variations
Color information
#BCDA67 (or 0xBCDA67) is known color: Wild Willow. HEX triplet: BC, DA and 67. RGB value is (188,218,103). Sum of RGB (Red+Green+Blue) = 188+218+103=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA67 is #432598. Grayscale: #C4C4C4. Windows color (decimal): -4400537 or 6806204. OLE color: 6806204.
HSL color Cylindrical-coordinate representation of color #BCDA67: hue angle of 75.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDA67 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 103 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.15 |
| HSL | 75.65º | 0.61% | 0.63% | - |
| HSV(B) | 75.65º | 0.53% | 0.85% | - |
| XYZ | 48.26 | 61.81 | 22.22 | - |
| YUV | 195.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 103 | 0.14 | 0 | 0.53 | 0.15 | 75.65 | 0.61 | 0.63 |
| Hex | BC | DA | 67 | E | 0 | 35 | F | 4C | 3D | 3F |
| Octal | 274 | 332 | 147 | 16 | 0 | 65 | 17 | 114 | 75 | 77 |
| Binary | 10111100 | 11011010 | 1100111 | 1110 | 0 | 110101 | 1111 | 1001100 | 111101 | 111111 |
Color Harmonies of #BCDA67
Complementary color
Monochromatic Colors of #BCDA67
Black with #BCDA67
Text Example
Text Example
White with #BCDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA67; }
p { color: rgb(188,218,103); }
H1.HeaderClassName
{
color: #BCDA67;
}
.AnyTagClassName
{
color: #BCDA67;
}
</style>
background-color css
<style>
a { background-color: #BCDA67; }
a { background-color: rgb(188,218,103); }
div.DivClassName
{
background-color: #BCDA67;
}
.BgClassName
{
background-color: #BCDA67;
}
</style>
border-color css
<style>
span { border-color: #BCDA67; }
span { border-color: rgb(188,218,103); }
td.TdClassName
{
border-color: #BCDA67;
}
.TagClassName
{
border-color: #BCDA67;
}
</style>