Shades of Wild Willow #BCDB69
Tints of Wild Willow #BCDB69
RGB
CMYK
RGB Variations
Color information
#BCDB69 (or 0xBCDB69) is known color: Wild Willow. HEX triplet: BC, DB and 69. RGB value is (188,219,105). Sum of RGB (Red+Green+Blue) = 188+219+105=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB69 is #432496. Grayscale: #C5C5C5. Windows color (decimal): -4400279 or 6937532. OLE color: 6937532.
HSL color Cylindrical-coordinate representation of color #BCDB69: hue angle of 76.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDB69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 105 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.14 |
| HSL | 76.32º | 0.61% | 0.64% | - |
| HSV(B) | 76.32º | 0.52% | 0.86% | - |
| XYZ | 48.62 | 62.37 | 22.84 | - |
| YUV | 196.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 105 | 0.14 | 0 | 0.52 | 0.14 | 76.32 | 0.61 | 0.64 |
| Hex | BC | DB | 69 | E | 0 | 34 | E | 4C | 3D | 40 |
| Octal | 274 | 333 | 151 | 16 | 0 | 64 | 16 | 114 | 75 | 100 |
| Binary | 10111100 | 11011011 | 1101001 | 1110 | 0 | 110100 | 1110 | 1001100 | 111101 | 1000000 |
Color Harmonies of #BCDB69
Complementary color
Monochromatic Colors of #BCDB69
Black with #BCDB69
Text Example
Text Example
White with #BCDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB69; }
p { color: rgb(188,219,105); }
H1.HeaderClassName
{
color: #BCDB69;
}
.AnyTagClassName
{
color: #BCDB69;
}
</style>
background-color css
<style>
a { background-color: #BCDB69; }
a { background-color: rgb(188,219,105); }
div.DivClassName
{
background-color: #BCDB69;
}
.BgClassName
{
background-color: #BCDB69;
}
</style>
border-color css
<style>
span { border-color: #BCDB69; }
span { border-color: rgb(188,219,105); }
td.TdClassName
{
border-color: #BCDB69;
}
.TagClassName
{
border-color: #BCDB69;
}
</style>