Shades of Wild Willow #BCC163
Tints of Wild Willow #BCC163
RGB
CMYK
RGB Variations
Color information
#BCC163 (or 0xBCC163) is known color: Wild Willow. HEX triplet: BC, C1 and 63. RGB value is (188,193,99). Sum of RGB (Red+Green+Blue) = 188+193+99=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC163 is #433E9C. Grayscale: #B5B5B5. Windows color (decimal): -4406941 or 6537660. OLE color: 6537660.
HSL color Cylindrical-coordinate representation of color #BCC163: hue angle of 63.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC163 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 99 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.24 |
| HSL | 63.19º | 0.43% | 0.57% | - |
| HSV(B) | 63.19º | 0.49% | 0.76% | - |
| XYZ | 42.06 | 49.73 | 19.19 | - |
| YUV | 180.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 99 | 0.03 | 0 | 0.49 | 0.24 | 63.19 | 0.43 | 0.57 |
| Hex | BC | C1 | 63 | 3 | 0 | 31 | 18 | 3F | 2B | 39 |
| Octal | 274 | 301 | 143 | 3 | 0 | 61 | 30 | 77 | 53 | 71 |
| Binary | 10111100 | 11000001 | 1100011 | 11 | 0 | 110001 | 11000 | 111111 | 101011 | 111001 |
Color Harmonies of #BCC163
Complementary color
Monochromatic Colors of #BCC163
Black with #BCC163
Text Example
Text Example
White with #BCC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC163; }
p { color: rgb(188,193,99); }
H1.HeaderClassName
{
color: #BCC163;
}
.AnyTagClassName
{
color: #BCC163;
}
</style>
background-color css
<style>
a { background-color: #BCC163; }
a { background-color: rgb(188,193,99); }
div.DivClassName
{
background-color: #BCC163;
}
.BgClassName
{
background-color: #BCC163;
}
</style>
border-color css
<style>
span { border-color: #BCC163; }
span { border-color: rgb(188,193,99); }
td.TdClassName
{
border-color: #BCC163;
}
.TagClassName
{
border-color: #BCC163;
}
</style>