Shades of Wild Willow #BCD65C
Tints of Wild Willow #BCD65C
RGB
CMYK
RGB Variations
Color information
#BCD65C (or 0xBCD65C) is known color: Wild Willow. HEX triplet: BC, D6 and 5C. RGB value is (188,214,92). Sum of RGB (Red+Green+Blue) = 188+214+92=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD65C is #4329A3. Grayscale: #C0C0C0. Windows color (decimal): -4401572 or 6084284. OLE color: 6084284.
HSL color Cylindrical-coordinate representation of color #BCD65C: hue angle of 72.79º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCD65C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 92 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.16 |
| HSL | 72.79º | 0.6% | 0.6% | - |
| HSV(B) | 72.79º | 0.57% | 0.84% | - |
| XYZ | 46.72 | 59.56 | 19.16 | - |
| YUV | 192.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 92 | 0.12 | 0 | 0.57 | 0.16 | 72.79 | 0.6 | 0.6 |
| Hex | BC | D6 | 5C | C | 0 | 39 | 10 | 49 | 3C | 3C |
| Octal | 274 | 326 | 134 | 14 | 0 | 71 | 20 | 111 | 74 | 74 |
| Binary | 10111100 | 11010110 | 1011100 | 1100 | 0 | 111001 | 10000 | 1001001 | 111100 | 111100 |
Color Harmonies of #BCD65C
Complementary color
Monochromatic Colors of #BCD65C
Black with #BCD65C
Text Example
Text Example
White with #BCD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD65C; }
p { color: rgb(188,214,92); }
H1.HeaderClassName
{
color: #BCD65C;
}
.AnyTagClassName
{
color: #BCD65C;
}
</style>
background-color css
<style>
a { background-color: #BCD65C; }
a { background-color: rgb(188,214,92); }
div.DivClassName
{
background-color: #BCD65C;
}
.BgClassName
{
background-color: #BCD65C;
}
</style>
border-color css
<style>
span { border-color: #BCD65C; }
span { border-color: rgb(188,214,92); }
td.TdClassName
{
border-color: #BCD65C;
}
.TagClassName
{
border-color: #BCD65C;
}
</style>