Shades of Wild Willow #BECF51
Tints of Wild Willow #BECF51
RGB
CMYK
RGB Variations
Color information
#BECF51 (or 0xBECF51) is known color: Wild Willow. HEX triplet: BE, CF and 51. RGB value is (190,207,81). Sum of RGB (Red+Green+Blue) = 190+207+81=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF51 is #4130AE. Grayscale: #BCBCBC. Windows color (decimal): -4272303 or 5361598. OLE color: 5361598.
HSL color Cylindrical-coordinate representation of color #BECF51: hue angle of 68.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BECF51 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 81 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.19 |
| HSL | 68.1º | 0.57% | 0.56% | - |
| HSV(B) | 68.1º | 0.61% | 0.81% | - |
| XYZ | 45.03 | 56.17 | 16.25 | - |
| YUV | 187.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 81 | 0.08 | 0 | 0.61 | 0.19 | 68.1 | 0.57 | 0.56 |
| Hex | BE | CF | 51 | 8 | 0 | 3D | 13 | 44 | 39 | 38 |
| Octal | 276 | 317 | 121 | 10 | 0 | 75 | 23 | 104 | 71 | 70 |
| Binary | 10111110 | 11001111 | 1010001 | 1000 | 0 | 111101 | 10011 | 1000100 | 111001 | 111000 |
Color Harmonies of #BECF51
Complementary color
Monochromatic Colors of #BECF51
Black with #BECF51
Text Example
Text Example
White with #BECF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF51; }
p { color: rgb(190,207,81); }
H1.HeaderClassName
{
color: #BECF51;
}
.AnyTagClassName
{
color: #BECF51;
}
</style>
background-color css
<style>
a { background-color: #BECF51; }
a { background-color: rgb(190,207,81); }
div.DivClassName
{
background-color: #BECF51;
}
.BgClassName
{
background-color: #BECF51;
}
</style>
border-color css
<style>
span { border-color: #BECF51; }
span { border-color: rgb(190,207,81); }
td.TdClassName
{
border-color: #BECF51;
}
.TagClassName
{
border-color: #BECF51;
}
</style>