Shades of Wild Willow #BCC363
Tints of Wild Willow #BCC363
RGB
CMYK
RGB Variations
Color information
#BCC363 (or 0xBCC363) is known color: Wild Willow. HEX triplet: BC, C3 and 63. RGB value is (188,195,99). Sum of RGB (Red+Green+Blue) = 188+195+99=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC363 is #433C9C. Grayscale: #B6B6B6. Windows color (decimal): -4406429 or 6538172. OLE color: 6538172.
HSL color Cylindrical-coordinate representation of color #BCC363: hue angle of 64.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC363 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 99 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.24 |
| HSL | 64.38º | 0.44% | 0.58% | - |
| HSV(B) | 64.38º | 0.49% | 0.76% | - |
| XYZ | 42.51 | 50.62 | 19.34 | - |
| YUV | 181.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 99 | 0.04 | 0 | 0.49 | 0.24 | 64.38 | 0.44 | 0.58 |
| Hex | BC | C3 | 63 | 4 | 0 | 31 | 18 | 40 | 2C | 3A |
| Octal | 274 | 303 | 143 | 4 | 0 | 61 | 30 | 100 | 54 | 72 |
| Binary | 10111100 | 11000011 | 1100011 | 100 | 0 | 110001 | 11000 | 1000000 | 101100 | 111010 |
Color Harmonies of #BCC363
Complementary color
Monochromatic Colors of #BCC363
Black with #BCC363
Text Example
Text Example
White with #BCC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC363; }
p { color: rgb(188,195,99); }
H1.HeaderClassName
{
color: #BCC363;
}
.AnyTagClassName
{
color: #BCC363;
}
</style>
background-color css
<style>
a { background-color: #BCC363; }
a { background-color: rgb(188,195,99); }
div.DivClassName
{
background-color: #BCC363;
}
.BgClassName
{
background-color: #BCC363;
}
</style>
border-color css
<style>
span { border-color: #BCC363; }
span { border-color: rgb(188,195,99); }
td.TdClassName
{
border-color: #BCC363;
}
.TagClassName
{
border-color: #BCC363;
}
</style>