Shades of Wild Willow #BEC263
Tints of Wild Willow #BEC263
RGB
CMYK
RGB Variations
Color information
#BEC263 (or 0xBEC263) is known color: Wild Willow. HEX triplet: BE, C2 and 63. RGB value is (190,194,99). Sum of RGB (Red+Green+Blue) = 190+194+99=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC263 is #413D9C. Grayscale: #B6B6B6. Windows color (decimal): -4275613 or 6537918. OLE color: 6537918.
HSL color Cylindrical-coordinate representation of color #BEC263: hue angle of 62.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC263 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 99 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.24 |
| HSL | 62.53º | 0.44% | 0.57% | - |
| HSV(B) | 62.53º | 0.49% | 0.76% | - |
| XYZ | 42.78 | 50.43 | 19.28 | - |
| YUV | 181.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 99 | 0.02 | 0 | 0.49 | 0.24 | 62.53 | 0.44 | 0.57 |
| Hex | BE | C2 | 63 | 2 | 0 | 31 | 18 | 3F | 2C | 39 |
| Octal | 276 | 302 | 143 | 2 | 0 | 61 | 30 | 77 | 54 | 71 |
| Binary | 10111110 | 11000010 | 1100011 | 10 | 0 | 110001 | 11000 | 111111 | 101100 | 111001 |
Color Harmonies of #BEC263
Complementary color
Monochromatic Colors of #BEC263
Black with #BEC263
Text Example
Text Example
White with #BEC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC263; }
p { color: rgb(190,194,99); }
H1.HeaderClassName
{
color: #BEC263;
}
.AnyTagClassName
{
color: #BEC263;
}
</style>
background-color css
<style>
a { background-color: #BEC263; }
a { background-color: rgb(190,194,99); }
div.DivClassName
{
background-color: #BEC263;
}
.BgClassName
{
background-color: #BEC263;
}
</style>
border-color css
<style>
span { border-color: #BEC263; }
span { border-color: rgb(190,194,99); }
td.TdClassName
{
border-color: #BEC263;
}
.TagClassName
{
border-color: #BEC263;
}
</style>