Shades of Wild Willow #BCC359
Tints of Wild Willow #BCC359
RGB
CMYK
RGB Variations
Color information
#BCC359 (or 0xBCC359) is known color: Wild Willow. HEX triplet: BC, C3 and 59. RGB value is (188,195,89). Sum of RGB (Red+Green+Blue) = 188+195+89=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC359 is #433CA6. Grayscale: #B5B5B5. Windows color (decimal): -4406439 or 5882812. OLE color: 5882812.
HSL color Cylindrical-coordinate representation of color #BCC359: hue angle of 63.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCC359 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 89 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.24 |
| HSL | 63.96º | 0.47% | 0.56% | - |
| HSV(B) | 63.96º | 0.54% | 0.76% | - |
| XYZ | 42.06 | 50.44 | 16.97 | - |
| YUV | 180.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 89 | 0.04 | 0 | 0.54 | 0.24 | 63.96 | 0.47 | 0.56 |
| Hex | BC | C3 | 59 | 4 | 0 | 36 | 18 | 40 | 2F | 38 |
| Octal | 274 | 303 | 131 | 4 | 0 | 66 | 30 | 100 | 57 | 70 |
| Binary | 10111100 | 11000011 | 1011001 | 100 | 0 | 110110 | 11000 | 1000000 | 101111 | 111000 |
Color Harmonies of #BCC359
Complementary color
Monochromatic Colors of #BCC359
Black with #BCC359
Text Example
Text Example
White with #BCC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC359; }
p { color: rgb(188,195,89); }
H1.HeaderClassName
{
color: #BCC359;
}
.AnyTagClassName
{
color: #BCC359;
}
</style>
background-color css
<style>
a { background-color: #BCC359; }
a { background-color: rgb(188,195,89); }
div.DivClassName
{
background-color: #BCC359;
}
.BgClassName
{
background-color: #BCC359;
}
</style>
border-color css
<style>
span { border-color: #BCC359; }
span { border-color: rgb(188,195,89); }
td.TdClassName
{
border-color: #BCC359;
}
.TagClassName
{
border-color: #BCC359;
}
</style>