Shades of Wild Willow #BCD151
Tints of Wild Willow #BCD151
RGB
CMYK
RGB Variations
Color information
#BCD151 (or 0xBCD151) is known color: Wild Willow. HEX triplet: BC, D1 and 51. RGB value is (188,209,81). Sum of RGB (Red+Green+Blue) = 188+209+81=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD151 is #432EAE. Grayscale: #BCBCBC. Windows color (decimal): -4402863 or 5362108. OLE color: 5362108.
HSL color Cylindrical-coordinate representation of color #BCD151: hue angle of 69.84º degrees, saturation: 0.58, 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 #BCD151 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 81 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.18 |
| HSL | 69.84º | 0.58% | 0.57% | - |
| HSV(B) | 69.84º | 0.61% | 0.82% | - |
| XYZ | 45.02 | 56.89 | 16.39 | - |
| YUV | 188.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 81 | 0.10 | 0 | 0.61 | 0.18 | 69.84 | 0.58 | 0.57 |
| Hex | BC | D1 | 51 | A | 0 | 3D | 12 | 46 | 3A | 39 |
| Octal | 274 | 321 | 121 | 12 | 0 | 75 | 22 | 106 | 72 | 71 |
| Binary | 10111100 | 11010001 | 1010001 | 1010 | 0 | 111101 | 10010 | 1000110 | 111010 | 111001 |
Color Harmonies of #BCD151
Complementary color
Monochromatic Colors of #BCD151
Black with #BCD151
Text Example
Text Example
White with #BCD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD151; }
p { color: rgb(188,209,81); }
H1.HeaderClassName
{
color: #BCD151;
}
.AnyTagClassName
{
color: #BCD151;
}
</style>
background-color css
<style>
a { background-color: #BCD151; }
a { background-color: rgb(188,209,81); }
div.DivClassName
{
background-color: #BCD151;
}
.BgClassName
{
background-color: #BCD151;
}
</style>
border-color css
<style>
span { border-color: #BCD151; }
span { border-color: rgb(188,209,81); }
td.TdClassName
{
border-color: #BCD151;
}
.TagClassName
{
border-color: #BCD151;
}
</style>