Shades of Wild Willow #BCD455
Tints of Wild Willow #BCD455
RGB
CMYK
RGB Variations
Color information
#BCD455 (or 0xBCD455) is known color: Wild Willow. HEX triplet: BC, D4 and 55. RGB value is (188,212,85). Sum of RGB (Red+Green+Blue) = 188+212+85=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD455 is #432BAA. Grayscale: #BEBEBE. Windows color (decimal): -4402091 or 5625020. OLE color: 5625020.
HSL color Cylindrical-coordinate representation of color #BCD455: hue angle of 71.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD455 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 85 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.17 |
| HSL | 71.34º | 0.6% | 0.58% | - |
| HSV(B) | 71.34º | 0.6% | 0.83% | - |
| XYZ | 45.92 | 58.43 | 17.45 | - |
| YUV | 190.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 85 | 0.11 | 0 | 0.60 | 0.17 | 71.34 | 0.6 | 0.58 |
| Hex | BC | D4 | 55 | B | 0 | 3C | 11 | 47 | 3C | 3A |
| Octal | 274 | 324 | 125 | 13 | 0 | 74 | 21 | 107 | 74 | 72 |
| Binary | 10111100 | 11010100 | 1010101 | 1011 | 0 | 111100 | 10001 | 1000111 | 111100 | 111010 |
Color Harmonies of #BCD455
Complementary color
Monochromatic Colors of #BCD455
Black with #BCD455
Text Example
Text Example
White with #BCD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD455; }
p { color: rgb(188,212,85); }
H1.HeaderClassName
{
color: #BCD455;
}
.AnyTagClassName
{
color: #BCD455;
}
</style>
background-color css
<style>
a { background-color: #BCD455; }
a { background-color: rgb(188,212,85); }
div.DivClassName
{
background-color: #BCD455;
}
.BgClassName
{
background-color: #BCD455;
}
</style>
border-color css
<style>
span { border-color: #BCD455; }
span { border-color: rgb(188,212,85); }
td.TdClassName
{
border-color: #BCD455;
}
.TagClassName
{
border-color: #BCD455;
}
</style>