Shades of Wild Willow #BEC168
Tints of Wild Willow #BEC168
RGB
CMYK
RGB Variations
Color information
#BEC168 (or 0xBEC168) is known color: Wild Willow. HEX triplet: BE, C1 and 68. RGB value is (190,193,104). Sum of RGB (Red+Green+Blue) = 190+193+104=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC168 is #413E97. Grayscale: #B6B6B6. Windows color (decimal): -4275864 or 6865342. OLE color: 6865342.
HSL color Cylindrical-coordinate representation of color #BEC168: hue angle of 62.02º 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 #BEC168 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 104 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.02º | 0.42% | 0.58% | - |
| HSV(B) | 62.02º | 0.46% | 0.76% | - |
| XYZ | 42.8 | 50.09 | 20.51 | - |
| YUV | 181.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 104 | 0.02 | 0 | 0.46 | 0.24 | 62.02 | 0.42 | 0.58 |
| Hex | BE | C1 | 68 | 2 | 0 | 2E | 18 | 3E | 2A | 3A |
| Octal | 276 | 301 | 150 | 2 | 0 | 56 | 30 | 76 | 52 | 72 |
| Binary | 10111110 | 11000001 | 1101000 | 10 | 0 | 101110 | 11000 | 111110 | 101010 | 111010 |
Color Harmonies of #BEC168
Complementary color
Monochromatic Colors of #BEC168
Black with #BEC168
Text Example
Text Example
White with #BEC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC168; }
p { color: rgb(190,193,104); }
H1.HeaderClassName
{
color: #BEC168;
}
.AnyTagClassName
{
color: #BEC168;
}
</style>
background-color css
<style>
a { background-color: #BEC168; }
a { background-color: rgb(190,193,104); }
div.DivClassName
{
background-color: #BEC168;
}
.BgClassName
{
background-color: #BEC168;
}
</style>
border-color css
<style>
span { border-color: #BEC168; }
span { border-color: rgb(190,193,104); }
td.TdClassName
{
border-color: #BEC168;
}
.TagClassName
{
border-color: #BEC168;
}
</style>