Shades of Wild Willow #BCCB64
Tints of Wild Willow #BCCB64
RGB
CMYK
RGB Variations
Color information
#BCCB64 (or 0xBCCB64) is known color: Wild Willow. HEX triplet: BC, CB and 64. RGB value is (188,203,100). Sum of RGB (Red+Green+Blue) = 188+203+100=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB64 is #43349B. Grayscale: #BBBBBB. Windows color (decimal): -4404380 or 6605756. OLE color: 6605756.
HSL color Cylindrical-coordinate representation of color #BCCB64: hue angle of 68.74º degrees, saturation: 0.5, 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 #BCCB64 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 100 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.20 |
| HSL | 68.74º | 0.5% | 0.59% | - |
| HSV(B) | 68.74º | 0.51% | 0.8% | - |
| XYZ | 44.4 | 54.32 | 20.2 | - |
| YUV | 186.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 100 | 0.07 | 0 | 0.51 | 0.20 | 68.74 | 0.5 | 0.59 |
| Hex | BC | CB | 64 | 7 | 0 | 33 | 14 | 45 | 32 | 3B |
| Octal | 274 | 313 | 144 | 7 | 0 | 63 | 24 | 105 | 62 | 73 |
| Binary | 10111100 | 11001011 | 1100100 | 111 | 0 | 110011 | 10100 | 1000101 | 110010 | 111011 |
Color Harmonies of #BCCB64
Complementary color
Monochromatic Colors of #BCCB64
Black with #BCCB64
Text Example
Text Example
White with #BCCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB64; }
p { color: rgb(188,203,100); }
H1.HeaderClassName
{
color: #BCCB64;
}
.AnyTagClassName
{
color: #BCCB64;
}
</style>
background-color css
<style>
a { background-color: #BCCB64; }
a { background-color: rgb(188,203,100); }
div.DivClassName
{
background-color: #BCCB64;
}
.BgClassName
{
background-color: #BCCB64;
}
</style>
border-color css
<style>
span { border-color: #BCCB64; }
span { border-color: rgb(188,203,100); }
td.TdClassName
{
border-color: #BCCB64;
}
.TagClassName
{
border-color: #BCCB64;
}
</style>