Shades of Wild Willow #BCD051
Tints of Wild Willow #BCD051
RGB
CMYK
RGB Variations
Color information
#BCD051 (or 0xBCD051) is known color: Wild Willow. HEX triplet: BC, D0 and 51. RGB value is (188,208,81). Sum of RGB (Red+Green+Blue) = 188+208+81=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD051 is #432FAE. Grayscale: #BCBCBC. Windows color (decimal): -4403119 or 5361852. OLE color: 5361852.
HSL color Cylindrical-coordinate representation of color #BCD051: hue angle of 69.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCD051 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 81 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.18 |
| HSL | 69.45º | 0.57% | 0.57% | - |
| HSV(B) | 69.45º | 0.61% | 0.82% | - |
| XYZ | 44.78 | 56.4 | 16.31 | - |
| YUV | 187.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 81 | 0.10 | 0 | 0.61 | 0.18 | 69.45 | 0.57 | 0.57 |
| Hex | BC | D0 | 51 | A | 0 | 3D | 12 | 45 | 39 | 39 |
| Octal | 274 | 320 | 121 | 12 | 0 | 75 | 22 | 105 | 71 | 71 |
| Binary | 10111100 | 11010000 | 1010001 | 1010 | 0 | 111101 | 10010 | 1000101 | 111001 | 111001 |
Color Harmonies of #BCD051
Complementary color
Monochromatic Colors of #BCD051
Black with #BCD051
Text Example
Text Example
White with #BCD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD051; }
p { color: rgb(188,208,81); }
H1.HeaderClassName
{
color: #BCD051;
}
.AnyTagClassName
{
color: #BCD051;
}
</style>
background-color css
<style>
a { background-color: #BCD051; }
a { background-color: rgb(188,208,81); }
div.DivClassName
{
background-color: #BCD051;
}
.BgClassName
{
background-color: #BCD051;
}
</style>
border-color css
<style>
span { border-color: #BCD051; }
span { border-color: rgb(188,208,81); }
td.TdClassName
{
border-color: #BCD051;
}
.TagClassName
{
border-color: #BCD051;
}
</style>