Shades of Wild Willow #BEC961
Tints of Wild Willow #BEC961
RGB
CMYK
RGB Variations
Color information
#BEC961 (or 0xBEC961) is known color: Wild Willow. HEX triplet: BE, C9 and 61. RGB value is (190,201,97). Sum of RGB (Red+Green+Blue) = 190+201+97=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC961 is #41369E. Grayscale: #BABABA. Windows color (decimal): -4273823 or 6408638. OLE color: 6408638.
HSL color Cylindrical-coordinate representation of color #BEC961: hue angle of 66.35º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC961 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 97 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.21 |
| HSL | 66.35º | 0.49% | 0.58% | - |
| HSV(B) | 66.35º | 0.52% | 0.79% | - |
| XYZ | 44.28 | 53.58 | 19.32 | - |
| YUV | 185.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 97 | 0.05 | 0 | 0.52 | 0.21 | 66.35 | 0.49 | 0.58 |
| Hex | BE | C9 | 61 | 5 | 0 | 34 | 15 | 42 | 31 | 3A |
| Octal | 276 | 311 | 141 | 5 | 0 | 64 | 25 | 102 | 61 | 72 |
| Binary | 10111110 | 11001001 | 1100001 | 101 | 0 | 110100 | 10101 | 1000010 | 110001 | 111010 |
Color Harmonies of #BEC961
Complementary color
Monochromatic Colors of #BEC961
Black with #BEC961
Text Example
Text Example
White with #BEC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC961; }
p { color: rgb(190,201,97); }
H1.HeaderClassName
{
color: #BEC961;
}
.AnyTagClassName
{
color: #BEC961;
}
</style>
background-color css
<style>
a { background-color: #BEC961; }
a { background-color: rgb(190,201,97); }
div.DivClassName
{
background-color: #BEC961;
}
.BgClassName
{
background-color: #BEC961;
}
</style>
border-color css
<style>
span { border-color: #BEC961; }
span { border-color: rgb(190,201,97); }
td.TdClassName
{
border-color: #BEC961;
}
.TagClassName
{
border-color: #BEC961;
}
</style>