Shades of Wild Willow #BCCC65
Tints of Wild Willow #BCCC65
RGB
CMYK
RGB Variations
Color information
#BCCC65 (or 0xBCCC65) is known color: Wild Willow. HEX triplet: BC, CC and 65. RGB value is (188,204,101). Sum of RGB (Red+Green+Blue) = 188+204+101=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC65 is #43339A. Grayscale: #BBBBBB. Windows color (decimal): -4404123 or 6671548. OLE color: 6671548.
HSL color Cylindrical-coordinate representation of color #BCCC65: hue angle of 69.32º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCCC65 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 101 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.2 |
| HSL | 69.32º | 0.5% | 0.6% | - |
| HSV(B) | 69.32º | 0.5% | 0.8% | - |
| XYZ | 44.68 | 54.82 | 20.54 | - |
| YUV | 187.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 101 | 0.08 | 0 | 0.50 | 0.2 | 69.32 | 0.5 | 0.6 |
| Hex | BC | CC | 65 | 8 | 0 | 32 | 14 | 45 | 32 | 3C |
| Octal | 274 | 314 | 145 | 10 | 0 | 62 | 24 | 105 | 62 | 74 |
| Binary | 10111100 | 11001100 | 1100101 | 1000 | 0 | 110010 | 10100 | 1000101 | 110010 | 111100 |
Color Harmonies of #BCCC65
Complementary color
Monochromatic Colors of #BCCC65
Black with #BCCC65
Text Example
Text Example
White with #BCCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC65; }
p { color: rgb(188,204,101); }
H1.HeaderClassName
{
color: #BCCC65;
}
.AnyTagClassName
{
color: #BCCC65;
}
</style>
background-color css
<style>
a { background-color: #BCCC65; }
a { background-color: rgb(188,204,101); }
div.DivClassName
{
background-color: #BCCC65;
}
.BgClassName
{
background-color: #BCCC65;
}
</style>
border-color css
<style>
span { border-color: #BCCC65; }
span { border-color: rgb(188,204,101); }
td.TdClassName
{
border-color: #BCCC65;
}
.TagClassName
{
border-color: #BCCC65;
}
</style>