Shades of Wild Willow #BCD05C
Tints of Wild Willow #BCD05C
RGB
CMYK
RGB Variations
Color information
#BCD05C (or 0xBCD05C) is known color: Wild Willow. HEX triplet: BC, D0 and 5C. RGB value is (188,208,92). Sum of RGB (Red+Green+Blue) = 188+208+92=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD05C is #432FA3. Grayscale: #BDBDBD. Windows color (decimal): -4403108 or 6082748. OLE color: 6082748.
HSL color Cylindrical-coordinate representation of color #BCD05C: hue angle of 70.34º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD05C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 92 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.18 |
| HSL | 70.34º | 0.55% | 0.59% | - |
| HSV(B) | 70.34º | 0.56% | 0.82% | - |
| XYZ | 45.23 | 56.58 | 18.66 | - |
| YUV | 188.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 92 | 0.10 | 0 | 0.56 | 0.18 | 70.34 | 0.55 | 0.59 |
| Hex | BC | D0 | 5C | A | 0 | 38 | 12 | 46 | 37 | 3B |
| Octal | 274 | 320 | 134 | 12 | 0 | 70 | 22 | 106 | 67 | 73 |
| Binary | 10111100 | 11010000 | 1011100 | 1010 | 0 | 111000 | 10010 | 1000110 | 110111 | 111011 |
Color Harmonies of #BCD05C
Complementary color
Monochromatic Colors of #BCD05C
Black with #BCD05C
Text Example
Text Example
White with #BCD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD05C; }
p { color: rgb(188,208,92); }
H1.HeaderClassName
{
color: #BCD05C;
}
.AnyTagClassName
{
color: #BCD05C;
}
</style>
background-color css
<style>
a { background-color: #BCD05C; }
a { background-color: rgb(188,208,92); }
div.DivClassName
{
background-color: #BCD05C;
}
.BgClassName
{
background-color: #BCD05C;
}
</style>
border-color css
<style>
span { border-color: #BCD05C; }
span { border-color: rgb(188,208,92); }
td.TdClassName
{
border-color: #BCD05C;
}
.TagClassName
{
border-color: #BCD05C;
}
</style>