Shades of Wild Willow #BCC260
Tints of Wild Willow #BCC260
RGB
CMYK
RGB Variations
Color information
#BCC260 (or 0xBCC260) is known color: Wild Willow. HEX triplet: BC, C2 and 60. RGB value is (188,194,96). Sum of RGB (Red+Green+Blue) = 188+194+96=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC260 is #433D9F. Grayscale: #B5B5B5. Windows color (decimal): -4406688 or 6341308. OLE color: 6341308.
HSL color Cylindrical-coordinate representation of color #BCC260: hue angle of 63.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC260 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 96 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.24 |
| HSL | 63.67º | 0.45% | 0.57% | - |
| HSV(B) | 63.67º | 0.51% | 0.76% | - |
| XYZ | 42.14 | 50.12 | 18.52 | - |
| YUV | 181.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 96 | 0.03 | 0 | 0.51 | 0.24 | 63.67 | 0.45 | 0.57 |
| Hex | BC | C2 | 60 | 3 | 0 | 33 | 18 | 40 | 2D | 39 |
| Octal | 274 | 302 | 140 | 3 | 0 | 63 | 30 | 100 | 55 | 71 |
| Binary | 10111100 | 11000010 | 1100000 | 11 | 0 | 110011 | 11000 | 1000000 | 101101 | 111001 |
Color Harmonies of #BCC260
Complementary color
Monochromatic Colors of #BCC260
Black with #BCC260
Text Example
Text Example
White with #BCC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC260; }
p { color: rgb(188,194,96); }
H1.HeaderClassName
{
color: #BCC260;
}
.AnyTagClassName
{
color: #BCC260;
}
</style>
background-color css
<style>
a { background-color: #BCC260; }
a { background-color: rgb(188,194,96); }
div.DivClassName
{
background-color: #BCC260;
}
.BgClassName
{
background-color: #BCC260;
}
</style>
border-color css
<style>
span { border-color: #BCC260; }
span { border-color: rgb(188,194,96); }
td.TdClassName
{
border-color: #BCC260;
}
.TagClassName
{
border-color: #BCC260;
}
</style>