Shades of Wild Willow #BCD772
Tints of Wild Willow #BCD772
RGB
CMYK
RGB Variations
Color information
#BCD772 (or 0xBCD772) is known color: Wild Willow. HEX triplet: BC, D7 and 72. RGB value is (188,215,114). Sum of RGB (Red+Green+Blue) = 188+215+114=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD772 is #43288D. Grayscale: #C3C3C3. Windows color (decimal): -4401294 or 7526332. OLE color: 7526332.
HSL color Cylindrical-coordinate representation of color #BCD772: hue angle of 76.04º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD772 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 114 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.16 |
| HSL | 76.04º | 0.56% | 0.65% | - |
| HSV(B) | 76.04º | 0.47% | 0.84% | - |
| XYZ | 48.08 | 60.51 | 25.06 | - |
| YUV | 195.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 114 | 0.13 | 0 | 0.47 | 0.16 | 76.04 | 0.56 | 0.65 |
| Hex | BC | D7 | 72 | D | 0 | 2F | 10 | 4C | 38 | 41 |
| Octal | 274 | 327 | 162 | 15 | 0 | 57 | 20 | 114 | 70 | 101 |
| Binary | 10111100 | 11010111 | 1110010 | 1101 | 0 | 101111 | 10000 | 1001100 | 111000 | 1000001 |
Color Harmonies of #BCD772
Complementary color
Monochromatic Colors of #BCD772
Black with #BCD772
Text Example
Text Example
White with #BCD772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD772; }
p { color: rgb(188,215,114); }
H1.HeaderClassName
{
color: #BCD772;
}
.AnyTagClassName
{
color: #BCD772;
}
</style>
background-color css
<style>
a { background-color: #BCD772; }
a { background-color: rgb(188,215,114); }
div.DivClassName
{
background-color: #BCD772;
}
.BgClassName
{
background-color: #BCD772;
}
</style>
border-color css
<style>
span { border-color: #BCD772; }
span { border-color: rgb(188,215,114); }
td.TdClassName
{
border-color: #BCD772;
}
.TagClassName
{
border-color: #BCD772;
}
</style>