Shades of Wild Willow #BCD375
Tints of Wild Willow #BCD375
RGB
CMYK
RGB Variations
Color information
#BCD375 (or 0xBCD375) is known color: Wild Willow. HEX triplet: BC, D3 and 75. RGB value is (188,211,117). Sum of RGB (Red+Green+Blue) = 188+211+117=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD375 is #432C8A. Grayscale: #C1C1C1. Windows color (decimal): -4402315 or 7721916. OLE color: 7721916.
HSL color Cylindrical-coordinate representation of color #BCD375: hue angle of 74.68º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCD375 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 117 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.17 |
| HSL | 74.68º | 0.52% | 0.64% | - |
| HSV(B) | 74.68º | 0.45% | 0.83% | - |
| XYZ | 47.24 | 58.56 | 25.64 | - |
| YUV | 193.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 117 | 0.11 | 0 | 0.45 | 0.17 | 74.68 | 0.52 | 0.64 |
| Hex | BC | D3 | 75 | B | 0 | 2D | 11 | 4B | 34 | 40 |
| Octal | 274 | 323 | 165 | 13 | 0 | 55 | 21 | 113 | 64 | 100 |
| Binary | 10111100 | 11010011 | 1110101 | 1011 | 0 | 101101 | 10001 | 1001011 | 110100 | 1000000 |
Color Harmonies of #BCD375
Complementary color
Monochromatic Colors of #BCD375
Black with #BCD375
Text Example
Text Example
White with #BCD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD375; }
p { color: rgb(188,211,117); }
H1.HeaderClassName
{
color: #BCD375;
}
.AnyTagClassName
{
color: #BCD375;
}
</style>
background-color css
<style>
a { background-color: #BCD375; }
a { background-color: rgb(188,211,117); }
div.DivClassName
{
background-color: #BCD375;
}
.BgClassName
{
background-color: #BCD375;
}
</style>
border-color css
<style>
span { border-color: #BCD375; }
span { border-color: rgb(188,211,117); }
td.TdClassName
{
border-color: #BCD375;
}
.TagClassName
{
border-color: #BCD375;
}
</style>