Shades of Wild Willow #BECF54
Tints of Wild Willow #BECF54
RGB
CMYK
RGB Variations
Color information
#BECF54 (or 0xBECF54) is known color: Wild Willow. HEX triplet: BE, CF and 54. RGB value is (190,207,84). Sum of RGB (Red+Green+Blue) = 190+207+84=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF54 is #4130AB. Grayscale: #BCBCBC. Windows color (decimal): -4272300 or 5558206. OLE color: 5558206.
HSL color Cylindrical-coordinate representation of color #BECF54: hue angle of 68.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BECF54 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 84 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.19 |
| HSL | 68.29º | 0.56% | 0.57% | - |
| HSV(B) | 68.29º | 0.59% | 0.81% | - |
| XYZ | 45.15 | 56.21 | 16.86 | - |
| YUV | 187.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 84 | 0.08 | 0 | 0.59 | 0.19 | 68.29 | 0.56 | 0.57 |
| Hex | BE | CF | 54 | 8 | 0 | 3B | 13 | 44 | 38 | 39 |
| Octal | 276 | 317 | 124 | 10 | 0 | 73 | 23 | 104 | 70 | 71 |
| Binary | 10111110 | 11001111 | 1010100 | 1000 | 0 | 111011 | 10011 | 1000100 | 111000 | 111001 |
Color Harmonies of #BECF54
Complementary color
Monochromatic Colors of #BECF54
Black with #BECF54
Text Example
Text Example
White with #BECF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF54; }
p { color: rgb(190,207,84); }
H1.HeaderClassName
{
color: #BECF54;
}
.AnyTagClassName
{
color: #BECF54;
}
</style>
background-color css
<style>
a { background-color: #BECF54; }
a { background-color: rgb(190,207,84); }
div.DivClassName
{
background-color: #BECF54;
}
.BgClassName
{
background-color: #BECF54;
}
</style>
border-color css
<style>
span { border-color: #BECF54; }
span { border-color: rgb(190,207,84); }
td.TdClassName
{
border-color: #BECF54;
}
.TagClassName
{
border-color: #BECF54;
}
</style>