Shades of Wild Willow #BEC668
Tints of Wild Willow #BEC668
RGB
CMYK
RGB Variations
Color information
#BEC668 (or 0xBEC668) is known color: Wild Willow. HEX triplet: BE, C6 and 68. RGB value is (190,198,104). Sum of RGB (Red+Green+Blue) = 190+198+104=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC668 is #413997. Grayscale: #B9B9B9. Windows color (decimal): -4274584 or 6866622. OLE color: 6866622.
HSL color Cylindrical-coordinate representation of color #BEC668: hue angle of 65.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEC668 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 104 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.22 |
| HSL | 65.11º | 0.45% | 0.59% | - |
| HSV(B) | 65.11º | 0.47% | 0.78% | - |
| XYZ | 43.93 | 52.33 | 20.88 | - |
| YUV | 184.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 104 | 0.04 | 0 | 0.47 | 0.22 | 65.11 | 0.45 | 0.59 |
| Hex | BE | C6 | 68 | 4 | 0 | 2F | 16 | 41 | 2D | 3B |
| Octal | 276 | 306 | 150 | 4 | 0 | 57 | 26 | 101 | 55 | 73 |
| Binary | 10111110 | 11000110 | 1101000 | 100 | 0 | 101111 | 10110 | 1000001 | 101101 | 111011 |
Color Harmonies of #BEC668
Complementary color
Monochromatic Colors of #BEC668
Black with #BEC668
Text Example
Text Example
White with #BEC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC668; }
p { color: rgb(190,198,104); }
H1.HeaderClassName
{
color: #BEC668;
}
.AnyTagClassName
{
color: #BEC668;
}
</style>
background-color css
<style>
a { background-color: #BEC668; }
a { background-color: rgb(190,198,104); }
div.DivClassName
{
background-color: #BEC668;
}
.BgClassName
{
background-color: #BEC668;
}
</style>
border-color css
<style>
span { border-color: #BEC668; }
span { border-color: rgb(190,198,104); }
td.TdClassName
{
border-color: #BEC668;
}
.TagClassName
{
border-color: #BEC668;
}
</style>