Shades of Wild Willow #BCC159
Tints of Wild Willow #BCC159
RGB
CMYK
RGB Variations
Color information
#BCC159 (or 0xBCC159) is known color: Wild Willow. HEX triplet: BC, C1 and 59. RGB value is (188,193,89). Sum of RGB (Red+Green+Blue) = 188+193+89=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC159 is #433EA6. Grayscale: #B4B4B4. Windows color (decimal): -4406951 or 5882300. OLE color: 5882300.
HSL color Cylindrical-coordinate representation of color #BCC159: hue angle of 62.88º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCC159 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 89 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 62.88º | 0.46% | 0.55% | - |
| HSV(B) | 62.88º | 0.54% | 0.76% | - |
| XYZ | 41.61 | 49.55 | 16.82 | - |
| YUV | 179.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 89 | 0.03 | 0 | 0.54 | 0.24 | 62.88 | 0.46 | 0.55 |
| Hex | BC | C1 | 59 | 3 | 0 | 36 | 18 | 3F | 2E | 37 |
| Octal | 274 | 301 | 131 | 3 | 0 | 66 | 30 | 77 | 56 | 67 |
| Binary | 10111100 | 11000001 | 1011001 | 11 | 0 | 110110 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BCC159
Complementary color
Monochromatic Colors of #BCC159
Black with #BCC159
Text Example
Text Example
White with #BCC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC159; }
p { color: rgb(188,193,89); }
H1.HeaderClassName
{
color: #BCC159;
}
.AnyTagClassName
{
color: #BCC159;
}
</style>
background-color css
<style>
a { background-color: #BCC159; }
a { background-color: rgb(188,193,89); }
div.DivClassName
{
background-color: #BCC159;
}
.BgClassName
{
background-color: #BCC159;
}
</style>
border-color css
<style>
span { border-color: #BCC159; }
span { border-color: rgb(188,193,89); }
td.TdClassName
{
border-color: #BCC159;
}
.TagClassName
{
border-color: #BCC159;
}
</style>