Shades of Wild Willow #BEC866
Tints of Wild Willow #BEC866
RGB
CMYK
RGB Variations
Color information
#BEC866 (or 0xBEC866) is known color: Wild Willow. HEX triplet: BE, C8 and 66. RGB value is (190,200,102). Sum of RGB (Red+Green+Blue) = 190+200+102=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC866 is #413799. Grayscale: #BABABA. Windows color (decimal): -4274074 or 6736062. OLE color: 6736062.
HSL color Cylindrical-coordinate representation of color #BEC866: hue angle of 66.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC866 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 102 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.22 |
| HSL | 66.12º | 0.47% | 0.59% | - |
| HSV(B) | 66.12º | 0.49% | 0.78% | - |
| XYZ | 44.29 | 53.22 | 20.51 | - |
| YUV | 185.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 102 | 0.05 | 0 | 0.49 | 0.22 | 66.12 | 0.47 | 0.59 |
| Hex | BE | C8 | 66 | 5 | 0 | 31 | 16 | 42 | 2F | 3B |
| Octal | 276 | 310 | 146 | 5 | 0 | 61 | 26 | 102 | 57 | 73 |
| Binary | 10111110 | 11001000 | 1100110 | 101 | 0 | 110001 | 10110 | 1000010 | 101111 | 111011 |
Color Harmonies of #BEC866
Complementary color
Monochromatic Colors of #BEC866
Black with #BEC866
Text Example
Text Example
White with #BEC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC866; }
p { color: rgb(190,200,102); }
H1.HeaderClassName
{
color: #BEC866;
}
.AnyTagClassName
{
color: #BEC866;
}
</style>
background-color css
<style>
a { background-color: #BEC866; }
a { background-color: rgb(190,200,102); }
div.DivClassName
{
background-color: #BEC866;
}
.BgClassName
{
background-color: #BEC866;
}
</style>
border-color css
<style>
span { border-color: #BEC866; }
span { border-color: rgb(190,200,102); }
td.TdClassName
{
border-color: #BEC866;
}
.TagClassName
{
border-color: #BEC866;
}
</style>