Shades of Wild Willow #BEC561
Tints of Wild Willow #BEC561
RGB
CMYK
RGB Variations
Color information
#BEC561 (or 0xBEC561) is known color: Wild Willow. HEX triplet: BE, C5 and 61. RGB value is (190,197,97). Sum of RGB (Red+Green+Blue) = 190+197+97=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC561 is #413A9E. Grayscale: #B7B7B7. Windows color (decimal): -4274847 or 6407614. OLE color: 6407614.
HSL color Cylindrical-coordinate representation of color #BEC561: hue angle of 64.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC561 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 97 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.23 |
| HSL | 64.2º | 0.46% | 0.58% | - |
| HSV(B) | 64.2º | 0.51% | 0.77% | - |
| XYZ | 43.36 | 51.74 | 19.01 | - |
| YUV | 183.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 97 | 0.04 | 0 | 0.51 | 0.23 | 64.2 | 0.46 | 0.58 |
| Hex | BE | C5 | 61 | 4 | 0 | 33 | 17 | 40 | 2E | 3A |
| Octal | 276 | 305 | 141 | 4 | 0 | 63 | 27 | 100 | 56 | 72 |
| Binary | 10111110 | 11000101 | 1100001 | 100 | 0 | 110011 | 10111 | 1000000 | 101110 | 111010 |
Color Harmonies of #BEC561
Complementary color
Monochromatic Colors of #BEC561
Black with #BEC561
Text Example
Text Example
White with #BEC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC561; }
p { color: rgb(190,197,97); }
H1.HeaderClassName
{
color: #BEC561;
}
.AnyTagClassName
{
color: #BEC561;
}
</style>
background-color css
<style>
a { background-color: #BEC561; }
a { background-color: rgb(190,197,97); }
div.DivClassName
{
background-color: #BEC561;
}
.BgClassName
{
background-color: #BEC561;
}
</style>
border-color css
<style>
span { border-color: #BEC561; }
span { border-color: rgb(190,197,97); }
td.TdClassName
{
border-color: #BEC561;
}
.TagClassName
{
border-color: #BEC561;
}
</style>