Shades of Wild Willow #BCD45D
Tints of Wild Willow #BCD45D
RGB
CMYK
RGB Variations
Color information
#BCD45D (or 0xBCD45D) is known color: Wild Willow. HEX triplet: BC, D4 and 5D. RGB value is (188,212,93). Sum of RGB (Red+Green+Blue) = 188+212+93=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD45D is #432BA2. Grayscale: #BFBFBF. Windows color (decimal): -4402083 or 6149308. OLE color: 6149308.
HSL color Cylindrical-coordinate representation of color #BCD45D: hue angle of 72.1º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD45D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 93 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.17 |
| HSL | 72.1º | 0.58% | 0.6% | - |
| HSV(B) | 72.1º | 0.56% | 0.83% | - |
| XYZ | 46.26 | 58.57 | 19.22 | - |
| YUV | 191.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 93 | 0.11 | 0 | 0.56 | 0.17 | 72.1 | 0.58 | 0.6 |
| Hex | BC | D4 | 5D | B | 0 | 38 | 11 | 48 | 3A | 3C |
| Octal | 274 | 324 | 135 | 13 | 0 | 70 | 21 | 110 | 72 | 74 |
| Binary | 10111100 | 11010100 | 1011101 | 1011 | 0 | 111000 | 10001 | 1001000 | 111010 | 111100 |
Color Harmonies of #BCD45D
Complementary color
Monochromatic Colors of #BCD45D
Black with #BCD45D
Text Example
Text Example
White with #BCD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD45D; }
p { color: rgb(188,212,93); }
H1.HeaderClassName
{
color: #BCD45D;
}
.AnyTagClassName
{
color: #BCD45D;
}
</style>
background-color css
<style>
a { background-color: #BCD45D; }
a { background-color: rgb(188,212,93); }
div.DivClassName
{
background-color: #BCD45D;
}
.BgClassName
{
background-color: #BCD45D;
}
</style>
border-color css
<style>
span { border-color: #BCD45D; }
span { border-color: rgb(188,212,93); }
td.TdClassName
{
border-color: #BCD45D;
}
.TagClassName
{
border-color: #BCD45D;
}
</style>