Shades of Wild Willow #BCD769
Tints of Wild Willow #BCD769
RGB
CMYK
RGB Variations
Color information
#BCD769 (or 0xBCD769) is known color: Wild Willow. HEX triplet: BC, D7 and 69. RGB value is (188,215,105). Sum of RGB (Red+Green+Blue) = 188+215+105=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD769 is #432896. Grayscale: #C2C2C2. Windows color (decimal): -4401303 or 6936508. OLE color: 6936508.
HSL color Cylindrical-coordinate representation of color #BCD769: hue angle of 74.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD769 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 105 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.16 |
| HSL | 74.73º | 0.58% | 0.63% | - |
| HSV(B) | 74.73º | 0.51% | 0.84% | - |
| XYZ | 47.59 | 60.31 | 22.5 | - |
| YUV | 194.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 105 | 0.13 | 0 | 0.51 | 0.16 | 74.73 | 0.58 | 0.63 |
| Hex | BC | D7 | 69 | D | 0 | 33 | 10 | 4B | 3A | 3F |
| Octal | 274 | 327 | 151 | 15 | 0 | 63 | 20 | 113 | 72 | 77 |
| Binary | 10111100 | 11010111 | 1101001 | 1101 | 0 | 110011 | 10000 | 1001011 | 111010 | 111111 |
Color Harmonies of #BCD769
Complementary color
Monochromatic Colors of #BCD769
Black with #BCD769
Text Example
Text Example
White with #BCD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD769; }
p { color: rgb(188,215,105); }
H1.HeaderClassName
{
color: #BCD769;
}
.AnyTagClassName
{
color: #BCD769;
}
</style>
background-color css
<style>
a { background-color: #BCD769; }
a { background-color: rgb(188,215,105); }
div.DivClassName
{
background-color: #BCD769;
}
.BgClassName
{
background-color: #BCD769;
}
</style>
border-color css
<style>
span { border-color: #BCD769; }
span { border-color: rgb(188,215,105); }
td.TdClassName
{
border-color: #BCD769;
}
.TagClassName
{
border-color: #BCD769;
}
</style>