Shades of Wild Willow #BCC259
Tints of Wild Willow #BCC259
RGB
CMYK
RGB Variations
Color information
#BCC259 (or 0xBCC259) is known color: Wild Willow. HEX triplet: BC, C2 and 59. RGB value is (188,194,89). Sum of RGB (Red+Green+Blue) = 188+194+89=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC259 is #433DA6. Grayscale: #B4B4B4. Windows color (decimal): -4406695 or 5882556. OLE color: 5882556.
HSL color Cylindrical-coordinate representation of color #BCC259: hue angle of 63.43º 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 #BCC259 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 89 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 63.43º | 0.46% | 0.55% | - |
| HSV(B) | 63.43º | 0.54% | 0.76% | - |
| XYZ | 41.83 | 50 | 16.9 | - |
| YUV | 180.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 89 | 0.03 | 0 | 0.54 | 0.24 | 63.43 | 0.46 | 0.55 |
| Hex | BC | C2 | 59 | 3 | 0 | 36 | 18 | 3F | 2E | 37 |
| Octal | 274 | 302 | 131 | 3 | 0 | 66 | 30 | 77 | 56 | 67 |
| Binary | 10111100 | 11000010 | 1011001 | 11 | 0 | 110110 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BCC259
Complementary color
Monochromatic Colors of #BCC259
Black with #BCC259
Text Example
Text Example
White with #BCC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC259; }
p { color: rgb(188,194,89); }
H1.HeaderClassName
{
color: #BCC259;
}
.AnyTagClassName
{
color: #BCC259;
}
</style>
background-color css
<style>
a { background-color: #BCC259; }
a { background-color: rgb(188,194,89); }
div.DivClassName
{
background-color: #BCC259;
}
.BgClassName
{
background-color: #BCC259;
}
</style>
border-color css
<style>
span { border-color: #BCC259; }
span { border-color: rgb(188,194,89); }
td.TdClassName
{
border-color: #BCC259;
}
.TagClassName
{
border-color: #BCC259;
}
</style>