Shades of Wild Willow #BCCC63
Tints of Wild Willow #BCCC63
RGB
CMYK
RGB Variations
Color information
#BCCC63 (or 0xBCCC63) is known color: Wild Willow. HEX triplet: BC, CC and 63. RGB value is (188,204,99). Sum of RGB (Red+Green+Blue) = 188+204+99=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC63 is #43339C. Grayscale: #BBBBBB. Windows color (decimal): -4404125 or 6540476. OLE color: 6540476.
HSL color Cylindrical-coordinate representation of color #BCCC63: hue angle of 69.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCCC63 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 99 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.2 |
| HSL | 69.14º | 0.51% | 0.59% | - |
| HSV(B) | 69.14º | 0.51% | 0.8% | - |
| XYZ | 44.58 | 54.78 | 20.03 | - |
| YUV | 187.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 99 | 0.08 | 0 | 0.51 | 0.2 | 69.14 | 0.51 | 0.59 |
| Hex | BC | CC | 63 | 8 | 0 | 33 | 14 | 45 | 33 | 3B |
| Octal | 274 | 314 | 143 | 10 | 0 | 63 | 24 | 105 | 63 | 73 |
| Binary | 10111100 | 11001100 | 1100011 | 1000 | 0 | 110011 | 10100 | 1000101 | 110011 | 111011 |
Color Harmonies of #BCCC63
Complementary color
Monochromatic Colors of #BCCC63
Black with #BCCC63
Text Example
Text Example
White with #BCCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC63; }
p { color: rgb(188,204,99); }
H1.HeaderClassName
{
color: #BCCC63;
}
.AnyTagClassName
{
color: #BCCC63;
}
</style>
background-color css
<style>
a { background-color: #BCCC63; }
a { background-color: rgb(188,204,99); }
div.DivClassName
{
background-color: #BCCC63;
}
.BgClassName
{
background-color: #BCCC63;
}
</style>
border-color css
<style>
span { border-color: #BCCC63; }
span { border-color: rgb(188,204,99); }
td.TdClassName
{
border-color: #BCCC63;
}
.TagClassName
{
border-color: #BCCC63;
}
</style>