Shades of Wild Willow #BCD770
Tints of Wild Willow #BCD770
RGB
CMYK
RGB Variations
Color information
#BCD770 (or 0xBCD770) is known color: Wild Willow. HEX triplet: BC, D7 and 70. RGB value is (188,215,112). Sum of RGB (Red+Green+Blue) = 188+215+112=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD770 is #43288F. Grayscale: #C3C3C3. Windows color (decimal): -4401296 or 7395260. OLE color: 7395260.
HSL color Cylindrical-coordinate representation of color #BCD770: hue angle of 75.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCD770 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 112 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.16 |
| HSL | 75.73º | 0.56% | 0.64% | - |
| HSV(B) | 75.73º | 0.48% | 0.84% | - |
| XYZ | 47.96 | 60.46 | 24.47 | - |
| YUV | 195.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 112 | 0.13 | 0 | 0.48 | 0.16 | 75.73 | 0.56 | 0.64 |
| Hex | BC | D7 | 70 | D | 0 | 30 | 10 | 4C | 38 | 40 |
| Octal | 274 | 327 | 160 | 15 | 0 | 60 | 20 | 114 | 70 | 100 |
| Binary | 10111100 | 11010111 | 1110000 | 1101 | 0 | 110000 | 10000 | 1001100 | 111000 | 1000000 |
Color Harmonies of #BCD770
Complementary color
Monochromatic Colors of #BCD770
Black with #BCD770
Text Example
Text Example
White with #BCD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD770; }
p { color: rgb(188,215,112); }
H1.HeaderClassName
{
color: #BCD770;
}
.AnyTagClassName
{
color: #BCD770;
}
</style>
background-color css
<style>
a { background-color: #BCD770; }
a { background-color: rgb(188,215,112); }
div.DivClassName
{
background-color: #BCD770;
}
.BgClassName
{
background-color: #BCD770;
}
</style>
border-color css
<style>
span { border-color: #BCD770; }
span { border-color: rgb(188,215,112); }
td.TdClassName
{
border-color: #BCD770;
}
.TagClassName
{
border-color: #BCD770;
}
</style>