Shades of Wild Willow #BCD14F
Tints of Wild Willow #BCD14F
RGB
CMYK
RGB Variations
Color information
#BCD14F (or 0xBCD14F) is known color: Wild Willow. HEX triplet: BC, D1 and 4F. RGB value is (188,209,79). Sum of RGB (Red+Green+Blue) = 188+209+79=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD14F is #432EB0. Grayscale: #BCBCBC. Windows color (decimal): -4402865 or 5231036. OLE color: 5231036.
HSL color Cylindrical-coordinate representation of color #BCD14F: hue angle of 69.69º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD14F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 79 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.18 |
| HSL | 69.69º | 0.59% | 0.56% | - |
| HSV(B) | 69.69º | 0.62% | 0.82% | - |
| XYZ | 44.95 | 56.86 | 16 | - |
| YUV | 187.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 79 | 0.10 | 0 | 0.62 | 0.18 | 69.69 | 0.59 | 0.56 |
| Hex | BC | D1 | 4F | A | 0 | 3E | 12 | 46 | 3B | 38 |
| Octal | 274 | 321 | 117 | 12 | 0 | 76 | 22 | 106 | 73 | 70 |
| Binary | 10111100 | 11010001 | 1001111 | 1010 | 0 | 111110 | 10010 | 1000110 | 111011 | 111000 |
Color Harmonies of #BCD14F
Complementary color
Monochromatic Colors of #BCD14F
Black with #BCD14F
Text Example
Text Example
White with #BCD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD14F; }
p { color: rgb(188,209,79); }
H1.HeaderClassName
{
color: #BCD14F;
}
.AnyTagClassName
{
color: #BCD14F;
}
</style>
background-color css
<style>
a { background-color: #BCD14F; }
a { background-color: rgb(188,209,79); }
div.DivClassName
{
background-color: #BCD14F;
}
.BgClassName
{
background-color: #BCD14F;
}
</style>
border-color css
<style>
span { border-color: #BCD14F; }
span { border-color: rgb(188,209,79); }
td.TdClassName
{
border-color: #BCD14F;
}
.TagClassName
{
border-color: #BCD14F;
}
</style>