Shades of Wild Willow #BEC566
Tints of Wild Willow #BEC566
RGB
CMYK
RGB Variations
Color information
#BEC566 (or 0xBEC566) is known color: Wild Willow. HEX triplet: BE, C5 and 66. RGB value is (190,197,102). Sum of RGB (Red+Green+Blue) = 190+197+102=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC566 is #413A99. Grayscale: #B8B8B8. Windows color (decimal): -4274842 or 6735294. OLE color: 6735294.
HSL color Cylindrical-coordinate representation of color #BEC566: hue angle of 64.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC566 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 102 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.23 |
| HSL | 64.42º | 0.45% | 0.59% | - |
| HSV(B) | 64.42º | 0.48% | 0.77% | - |
| XYZ | 43.6 | 51.84 | 20.28 | - |
| YUV | 184.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 102 | 0.04 | 0 | 0.48 | 0.23 | 64.42 | 0.45 | 0.59 |
| Hex | BE | C5 | 66 | 4 | 0 | 30 | 17 | 40 | 2D | 3B |
| Octal | 276 | 305 | 146 | 4 | 0 | 60 | 27 | 100 | 55 | 73 |
| Binary | 10111110 | 11000101 | 1100110 | 100 | 0 | 110000 | 10111 | 1000000 | 101101 | 111011 |
Color Harmonies of #BEC566
Complementary color
Monochromatic Colors of #BEC566
Black with #BEC566
Text Example
Text Example
White with #BEC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC566; }
p { color: rgb(190,197,102); }
H1.HeaderClassName
{
color: #BEC566;
}
.AnyTagClassName
{
color: #BEC566;
}
</style>
background-color css
<style>
a { background-color: #BEC566; }
a { background-color: rgb(190,197,102); }
div.DivClassName
{
background-color: #BEC566;
}
.BgClassName
{
background-color: #BEC566;
}
</style>
border-color css
<style>
span { border-color: #BEC566; }
span { border-color: rgb(190,197,102); }
td.TdClassName
{
border-color: #BEC566;
}
.TagClassName
{
border-color: #BEC566;
}
</style>