Shades of Wild Willow #BCC957
Tints of Wild Willow #BCC957
RGB
CMYK
RGB Variations
Color information
#BCC957 (or 0xBCC957) is known color: Wild Willow. HEX triplet: BC, C9 and 57. RGB value is (188,201,87). Sum of RGB (Red+Green+Blue) = 188+201+87=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC957 is #4336A8. Grayscale: #B8B8B8. Windows color (decimal): -4404905 or 5753276. OLE color: 5753276.
HSL color Cylindrical-coordinate representation of color #BCC957: hue angle of 66.84º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC957 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 87 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.21 |
| HSL | 66.84º | 0.51% | 0.56% | - |
| HSV(B) | 66.84º | 0.57% | 0.79% | - |
| XYZ | 43.35 | 53.15 | 16.99 | - |
| YUV | 184.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 87 | 0.06 | 0 | 0.57 | 0.21 | 66.84 | 0.51 | 0.56 |
| Hex | BC | C9 | 57 | 6 | 0 | 39 | 15 | 43 | 33 | 38 |
| Octal | 274 | 311 | 127 | 6 | 0 | 71 | 25 | 103 | 63 | 70 |
| Binary | 10111100 | 11001001 | 1010111 | 110 | 0 | 111001 | 10101 | 1000011 | 110011 | 111000 |
Color Harmonies of #BCC957
Complementary color
Monochromatic Colors of #BCC957
Black with #BCC957
Text Example
Text Example
White with #BCC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC957; }
p { color: rgb(188,201,87); }
H1.HeaderClassName
{
color: #BCC957;
}
.AnyTagClassName
{
color: #BCC957;
}
</style>
background-color css
<style>
a { background-color: #BCC957; }
a { background-color: rgb(188,201,87); }
div.DivClassName
{
background-color: #BCC957;
}
.BgClassName
{
background-color: #BCC957;
}
</style>
border-color css
<style>
span { border-color: #BCC957; }
span { border-color: rgb(188,201,87); }
td.TdClassName
{
border-color: #BCC957;
}
.TagClassName
{
border-color: #BCC957;
}
</style>