Shades of Wild Willow #BEC960
Tints of Wild Willow #BEC960
RGB
CMYK
RGB Variations
Color information
#BEC960 (or 0xBEC960) is known color: Wild Willow. HEX triplet: BE, C9 and 60. RGB value is (190,201,96). Sum of RGB (Red+Green+Blue) = 190+201+96=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC960 is #41369F. Grayscale: #BABABA. Windows color (decimal): -4273824 or 6343102. OLE color: 6343102.
HSL color Cylindrical-coordinate representation of color #BEC960: hue angle of 66.29º 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 #BEC960 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 96 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.21 |
| HSL | 66.29º | 0.49% | 0.58% | - |
| HSV(B) | 66.29º | 0.52% | 0.79% | - |
| XYZ | 44.23 | 53.56 | 19.07 | - |
| YUV | 185.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 96 | 0.05 | 0 | 0.52 | 0.21 | 66.29 | 0.49 | 0.58 |
| Hex | BE | C9 | 60 | 5 | 0 | 34 | 15 | 42 | 31 | 3A |
| Octal | 276 | 311 | 140 | 5 | 0 | 64 | 25 | 102 | 61 | 72 |
| Binary | 10111110 | 11001001 | 1100000 | 101 | 0 | 110100 | 10101 | 1000010 | 110001 | 111010 |
Color Harmonies of #BEC960
Complementary color
Monochromatic Colors of #BEC960
Black with #BEC960
Text Example
Text Example
White with #BEC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC960; }
p { color: rgb(190,201,96); }
H1.HeaderClassName
{
color: #BEC960;
}
.AnyTagClassName
{
color: #BEC960;
}
</style>
background-color css
<style>
a { background-color: #BEC960; }
a { background-color: rgb(190,201,96); }
div.DivClassName
{
background-color: #BEC960;
}
.BgClassName
{
background-color: #BEC960;
}
</style>
border-color css
<style>
span { border-color: #BEC960; }
span { border-color: rgb(190,201,96); }
td.TdClassName
{
border-color: #BEC960;
}
.TagClassName
{
border-color: #BEC960;
}
</style>