Shades of Wild Willow #BEC268
Tints of Wild Willow #BEC268
RGB
CMYK
RGB Variations
Color information
#BEC268 (or 0xBEC268) is known color: Wild Willow. HEX triplet: BE, C2 and 68. RGB value is (190,194,104). Sum of RGB (Red+Green+Blue) = 190+194+104=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC268 is #413D97. Grayscale: #B6B6B6. Windows color (decimal): -4275608 or 6865598. OLE color: 6865598.
HSL color Cylindrical-coordinate representation of color #BEC268: hue angle of 62.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEC268 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 104 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.67º | 0.42% | 0.58% | - |
| HSV(B) | 62.67º | 0.46% | 0.76% | - |
| XYZ | 43.03 | 50.53 | 20.58 | - |
| YUV | 182.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 104 | 0.02 | 0 | 0.46 | 0.24 | 62.67 | 0.42 | 0.58 |
| Hex | BE | C2 | 68 | 2 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 276 | 302 | 150 | 2 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111110 | 11000010 | 1101000 | 10 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BEC268
Complementary color
Monochromatic Colors of #BEC268
Black with #BEC268
Text Example
Text Example
White with #BEC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC268; }
p { color: rgb(190,194,104); }
H1.HeaderClassName
{
color: #BEC268;
}
.AnyTagClassName
{
color: #BEC268;
}
</style>
background-color css
<style>
a { background-color: #BEC268; }
a { background-color: rgb(190,194,104); }
div.DivClassName
{
background-color: #BEC268;
}
.BgClassName
{
background-color: #BEC268;
}
</style>
border-color css
<style>
span { border-color: #BEC268; }
span { border-color: rgb(190,194,104); }
td.TdClassName
{
border-color: #BEC268;
}
.TagClassName
{
border-color: #BEC268;
}
</style>