Shades of Wild Willow #BEC366
Tints of Wild Willow #BEC366
RGB
CMYK
RGB Variations
Color information
#BEC366 (or 0xBEC366) is known color: Wild Willow. HEX triplet: BE, C3 and 66. RGB value is (190,195,102). Sum of RGB (Red+Green+Blue) = 190+195+102=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC366 is #413C99. Grayscale: #B7B7B7. Windows color (decimal): -4275354 or 6734782. OLE color: 6734782.
HSL color Cylindrical-coordinate representation of color #BEC366: hue angle of 63.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC366 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 102 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.24 |
| HSL | 63.23º | 0.44% | 0.58% | - |
| HSV(B) | 63.23º | 0.48% | 0.76% | - |
| XYZ | 43.15 | 50.94 | 20.13 | - |
| YUV | 182.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 102 | 0.03 | 0 | 0.48 | 0.24 | 63.23 | 0.44 | 0.58 |
| Hex | BE | C3 | 66 | 3 | 0 | 30 | 18 | 3F | 2C | 3A |
| Octal | 276 | 303 | 146 | 3 | 0 | 60 | 30 | 77 | 54 | 72 |
| Binary | 10111110 | 11000011 | 1100110 | 11 | 0 | 110000 | 11000 | 111111 | 101100 | 111010 |
Color Harmonies of #BEC366
Complementary color
Monochromatic Colors of #BEC366
Black with #BEC366
Text Example
Text Example
White with #BEC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC366; }
p { color: rgb(190,195,102); }
H1.HeaderClassName
{
color: #BEC366;
}
.AnyTagClassName
{
color: #BEC366;
}
</style>
background-color css
<style>
a { background-color: #BEC366; }
a { background-color: rgb(190,195,102); }
div.DivClassName
{
background-color: #BEC366;
}
.BgClassName
{
background-color: #BEC366;
}
</style>
border-color css
<style>
span { border-color: #BEC366; }
span { border-color: rgb(190,195,102); }
td.TdClassName
{
border-color: #BEC366;
}
.TagClassName
{
border-color: #BEC366;
}
</style>