Shades of Wild Willow #BCC161
Tints of Wild Willow #BCC161
RGB
CMYK
RGB Variations
Color information
#BCC161 (or 0xBCC161) is known color: Wild Willow. HEX triplet: BC, C1 and 61. RGB value is (188,193,97). Sum of RGB (Red+Green+Blue) = 188+193+97=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC161 is #433E9E. Grayscale: #B4B4B4. Windows color (decimal): -4406943 or 6406588. OLE color: 6406588.
HSL color Cylindrical-coordinate representation of color #BCC161: hue angle of 63.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCC161 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 97 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.24 |
| HSL | 63.13º | 0.44% | 0.57% | - |
| HSV(B) | 63.13º | 0.5% | 0.76% | - |
| XYZ | 41.97 | 49.69 | 18.69 | - |
| YUV | 180.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 97 | 0.03 | 0 | 0.50 | 0.24 | 63.13 | 0.44 | 0.57 |
| Hex | BC | C1 | 61 | 3 | 0 | 32 | 18 | 3F | 2C | 39 |
| Octal | 274 | 301 | 141 | 3 | 0 | 62 | 30 | 77 | 54 | 71 |
| Binary | 10111100 | 11000001 | 1100001 | 11 | 0 | 110010 | 11000 | 111111 | 101100 | 111001 |
Color Harmonies of #BCC161
Complementary color
Monochromatic Colors of #BCC161
Black with #BCC161
Text Example
Text Example
White with #BCC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC161; }
p { color: rgb(188,193,97); }
H1.HeaderClassName
{
color: #BCC161;
}
.AnyTagClassName
{
color: #BCC161;
}
</style>
background-color css
<style>
a { background-color: #BCC161; }
a { background-color: rgb(188,193,97); }
div.DivClassName
{
background-color: #BCC161;
}
.BgClassName
{
background-color: #BCC161;
}
</style>
border-color css
<style>
span { border-color: #BCC161; }
span { border-color: rgb(188,193,97); }
td.TdClassName
{
border-color: #BCC161;
}
.TagClassName
{
border-color: #BCC161;
}
</style>