Shades of Wild Willow #BCD95F
Tints of Wild Willow #BCD95F
RGB
CMYK
RGB Variations
Color information
#BCD95F (or 0xBCD95F) is known color: Wild Willow. HEX triplet: BC, D9 and 5F. RGB value is (188,217,95). Sum of RGB (Red+Green+Blue) = 188+217+95=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD95F is #4326A0. Grayscale: #C2C2C2. Windows color (decimal): -4400801 or 6281660. OLE color: 6281660.
HSL color Cylindrical-coordinate representation of color #BCD95F: hue angle of 74.26º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD95F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 95 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 74.26º | 0.62% | 0.61% | - |
| HSV(B) | 74.26º | 0.56% | 0.85% | - |
| XYZ | 47.62 | 61.14 | 20.12 | - |
| YUV | 194.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 95 | 0.13 | 0 | 0.56 | 0.15 | 74.26 | 0.62 | 0.61 |
| Hex | BC | D9 | 5F | D | 0 | 38 | F | 4A | 3E | 3D |
| Octal | 274 | 331 | 137 | 15 | 0 | 70 | 17 | 112 | 76 | 75 |
| Binary | 10111100 | 11011001 | 1011111 | 1101 | 0 | 111000 | 1111 | 1001010 | 111110 | 111101 |
Color Harmonies of #BCD95F
Complementary color
Monochromatic Colors of #BCD95F
Black with #BCD95F
Text Example
Text Example
White with #BCD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD95F; }
p { color: rgb(188,217,95); }
H1.HeaderClassName
{
color: #BCD95F;
}
.AnyTagClassName
{
color: #BCD95F;
}
</style>
background-color css
<style>
a { background-color: #BCD95F; }
a { background-color: rgb(188,217,95); }
div.DivClassName
{
background-color: #BCD95F;
}
.BgClassName
{
background-color: #BCD95F;
}
</style>
border-color css
<style>
span { border-color: #BCD95F; }
span { border-color: rgb(188,217,95); }
td.TdClassName
{
border-color: #BCD95F;
}
.TagClassName
{
border-color: #BCD95F;
}
</style>