Shades of Wild Willow #BEC56C
Tints of Wild Willow #BEC56C
RGB
CMYK
RGB Variations
Color information
#BEC56C (or 0xBEC56C) is known color: Wild Willow. HEX triplet: BE, C5 and 6C. RGB value is (190,197,108). Sum of RGB (Red+Green+Blue) = 190+197+108=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC56C is #413A93. Grayscale: #B9B9B9. Windows color (decimal): -4274836 or 7128510. OLE color: 7128510.
HSL color Cylindrical-coordinate representation of color #BEC56C: hue angle of 64.72º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEC56C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 108 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.23 |
| HSL | 64.72º | 0.43% | 0.6% | - |
| HSV(B) | 64.72º | 0.45% | 0.77% | - |
| XYZ | 43.91 | 51.96 | 21.9 | - |
| YUV | 184.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 108 | 0.04 | 0 | 0.45 | 0.23 | 64.72 | 0.43 | 0.6 |
| Hex | BE | C5 | 6C | 4 | 0 | 2D | 17 | 41 | 2B | 3C |
| Octal | 276 | 305 | 154 | 4 | 0 | 55 | 27 | 101 | 53 | 74 |
| Binary | 10111110 | 11000101 | 1101100 | 100 | 0 | 101101 | 10111 | 1000001 | 101011 | 111100 |
Color Harmonies of #BEC56C
Complementary color
Monochromatic Colors of #BEC56C
Black with #BEC56C
Text Example
Text Example
White with #BEC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC56C; }
p { color: rgb(190,197,108); }
H1.HeaderClassName
{
color: #BEC56C;
}
.AnyTagClassName
{
color: #BEC56C;
}
</style>
background-color css
<style>
a { background-color: #BEC56C; }
a { background-color: rgb(190,197,108); }
div.DivClassName
{
background-color: #BEC56C;
}
.BgClassName
{
background-color: #BEC56C;
}
</style>
border-color css
<style>
span { border-color: #BEC56C; }
span { border-color: rgb(190,197,108); }
td.TdClassName
{
border-color: #BEC56C;
}
.TagClassName
{
border-color: #BEC56C;
}
</style>