Shades of Wild Willow #BEC957
Tints of Wild Willow #BEC957
RGB
CMYK
RGB Variations
Color information
#BEC957 (or 0xBEC957) is known color: Wild Willow. HEX triplet: BE, C9 and 57. RGB value is (190,201,87). Sum of RGB (Red+Green+Blue) = 190+201+87=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC957 is #4136A8. Grayscale: #B9B9B9. Windows color (decimal): -4273833 or 5753278. OLE color: 5753278.
HSL color Cylindrical-coordinate representation of color #BEC957: hue angle of 65.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEC957 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 87 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.21 |
| HSL | 65.79º | 0.51% | 0.56% | - |
| HSV(B) | 65.79º | 0.57% | 0.79% | - |
| XYZ | 43.84 | 53.41 | 17.01 | - |
| YUV | 184.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 87 | 0.05 | 0 | 0.57 | 0.21 | 65.79 | 0.51 | 0.56 |
| Hex | BE | C9 | 57 | 5 | 0 | 39 | 15 | 42 | 33 | 38 |
| Octal | 276 | 311 | 127 | 5 | 0 | 71 | 25 | 102 | 63 | 70 |
| Binary | 10111110 | 11001001 | 1010111 | 101 | 0 | 111001 | 10101 | 1000010 | 110011 | 111000 |
Color Harmonies of #BEC957
Complementary color
Monochromatic Colors of #BEC957
Black with #BEC957
Text Example
Text Example
White with #BEC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC957; }
p { color: rgb(190,201,87); }
H1.HeaderClassName
{
color: #BEC957;
}
.AnyTagClassName
{
color: #BEC957;
}
</style>
background-color css
<style>
a { background-color: #BEC957; }
a { background-color: rgb(190,201,87); }
div.DivClassName
{
background-color: #BEC957;
}
.BgClassName
{
background-color: #BEC957;
}
</style>
border-color css
<style>
span { border-color: #BEC957; }
span { border-color: rgb(190,201,87); }
td.TdClassName
{
border-color: #BEC957;
}
.TagClassName
{
border-color: #BEC957;
}
</style>