Shades of Wild Willow #BEC963
Tints of Wild Willow #BEC963
RGB
CMYK
RGB Variations
Color information
#BEC963 (or 0xBEC963) is known color: Wild Willow. HEX triplet: BE, C9 and 63. RGB value is (190,201,99). Sum of RGB (Red+Green+Blue) = 190+201+99=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC963 is #41369C. Grayscale: #BABABA. Windows color (decimal): -4273821 or 6539710. OLE color: 6539710.
HSL color Cylindrical-coordinate representation of color #BEC963: hue angle of 66.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC963 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 99 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.21 |
| HSL | 66.47º | 0.49% | 0.59% | - |
| HSV(B) | 66.47º | 0.51% | 0.79% | - |
| XYZ | 44.37 | 53.62 | 19.82 | - |
| YUV | 186.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 99 | 0.05 | 0 | 0.51 | 0.21 | 66.47 | 0.49 | 0.59 |
| Hex | BE | C9 | 63 | 5 | 0 | 33 | 15 | 42 | 31 | 3B |
| Octal | 276 | 311 | 143 | 5 | 0 | 63 | 25 | 102 | 61 | 73 |
| Binary | 10111110 | 11001001 | 1100011 | 101 | 0 | 110011 | 10101 | 1000010 | 110001 | 111011 |
Color Harmonies of #BEC963
Complementary color
Monochromatic Colors of #BEC963
Black with #BEC963
Text Example
Text Example
White with #BEC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC963; }
p { color: rgb(190,201,99); }
H1.HeaderClassName
{
color: #BEC963;
}
.AnyTagClassName
{
color: #BEC963;
}
</style>
background-color css
<style>
a { background-color: #BEC963; }
a { background-color: rgb(190,201,99); }
div.DivClassName
{
background-color: #BEC963;
}
.BgClassName
{
background-color: #BEC963;
}
</style>
border-color css
<style>
span { border-color: #BEC963; }
span { border-color: rgb(190,201,99); }
td.TdClassName
{
border-color: #BEC963;
}
.TagClassName
{
border-color: #BEC963;
}
</style>