Shades of Wild Willow #BCC459
Tints of Wild Willow #BCC459
RGB
CMYK
RGB Variations
Color information
#BCC459 (or 0xBCC459) is known color: Wild Willow. HEX triplet: BC, C4 and 59. RGB value is (188,196,89). Sum of RGB (Red+Green+Blue) = 188+196+89=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC459 is #433BA6. Grayscale: #B5B5B5. Windows color (decimal): -4406183 or 5883068. OLE color: 5883068.
HSL color Cylindrical-coordinate representation of color #BCC459: hue angle of 64.49º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC459 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 89 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.23 |
| HSL | 64.49º | 0.48% | 0.56% | - |
| HSV(B) | 64.49º | 0.55% | 0.77% | - |
| XYZ | 42.28 | 50.89 | 17.05 | - |
| YUV | 181.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 89 | 0.04 | 0 | 0.55 | 0.23 | 64.49 | 0.48 | 0.56 |
| Hex | BC | C4 | 59 | 4 | 0 | 37 | 17 | 40 | 30 | 38 |
| Octal | 274 | 304 | 131 | 4 | 0 | 67 | 27 | 100 | 60 | 70 |
| Binary | 10111100 | 11000100 | 1011001 | 100 | 0 | 110111 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BCC459
Complementary color
Monochromatic Colors of #BCC459
Black with #BCC459
Text Example
Text Example
White with #BCC459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC459; }
p { color: rgb(188,196,89); }
H1.HeaderClassName
{
color: #BCC459;
}
.AnyTagClassName
{
color: #BCC459;
}
</style>
background-color css
<style>
a { background-color: #BCC459; }
a { background-color: rgb(188,196,89); }
div.DivClassName
{
background-color: #BCC459;
}
.BgClassName
{
background-color: #BCC459;
}
</style>
border-color css
<style>
span { border-color: #BCC459; }
span { border-color: rgb(188,196,89); }
td.TdClassName
{
border-color: #BCC459;
}
.TagClassName
{
border-color: #BCC459;
}
</style>