Shades of Wild Willow #BEC356
Tints of Wild Willow #BEC356
RGB
CMYK
RGB Variations
Color information
#BEC356 (or 0xBEC356) is known color: Wild Willow. HEX triplet: BE, C3 and 56. RGB value is (190,195,86). Sum of RGB (Red+Green+Blue) = 190+195+86=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC356 is #413CA9. Grayscale: #B5B5B5. Windows color (decimal): -4275370 or 5686206. OLE color: 5686206.
HSL color Cylindrical-coordinate representation of color #BEC356: hue angle of 62.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEC356 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 86 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.24 |
| HSL | 62.75º | 0.48% | 0.55% | - |
| HSV(B) | 62.75º | 0.56% | 0.76% | - |
| XYZ | 42.43 | 50.65 | 16.34 | - |
| YUV | 181.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 86 | 0.03 | 0 | 0.56 | 0.24 | 62.75 | 0.48 | 0.55 |
| Hex | BE | C3 | 56 | 3 | 0 | 38 | 18 | 3F | 30 | 37 |
| Octal | 276 | 303 | 126 | 3 | 0 | 70 | 30 | 77 | 60 | 67 |
| Binary | 10111110 | 11000011 | 1010110 | 11 | 0 | 111000 | 11000 | 111111 | 110000 | 110111 |
Color Harmonies of #BEC356
Complementary color
Monochromatic Colors of #BEC356
Black with #BEC356
Text Example
Text Example
White with #BEC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC356; }
p { color: rgb(190,195,86); }
H1.HeaderClassName
{
color: #BEC356;
}
.AnyTagClassName
{
color: #BEC356;
}
</style>
background-color css
<style>
a { background-color: #BEC356; }
a { background-color: rgb(190,195,86); }
div.DivClassName
{
background-color: #BEC356;
}
.BgClassName
{
background-color: #BEC356;
}
</style>
border-color css
<style>
span { border-color: #BEC356; }
span { border-color: rgb(190,195,86); }
td.TdClassName
{
border-color: #BEC356;
}
.TagClassName
{
border-color: #BEC356;
}
</style>