Shades of Wild Willow #BEC770
Tints of Wild Willow #BEC770
RGB
CMYK
RGB Variations
Color information
#BEC770 (or 0xBEC770) is known color: Wild Willow. HEX triplet: BE, C7 and 70. RGB value is (190,199,112). Sum of RGB (Red+Green+Blue) = 190+199+112=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC770 is #41388F. Grayscale: #BABABA. Windows color (decimal): -4274320 or 7391166. OLE color: 7391166.
HSL color Cylindrical-coordinate representation of color #BEC770: hue angle of 66.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEC770 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 112 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.22 |
| HSL | 66.21º | 0.44% | 0.61% | - |
| HSV(B) | 66.21º | 0.44% | 0.78% | - |
| XYZ | 44.58 | 52.96 | 23.2 | - |
| YUV | 186.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 112 | 0.05 | 0 | 0.44 | 0.22 | 66.21 | 0.44 | 0.61 |
| Hex | BE | C7 | 70 | 5 | 0 | 2C | 16 | 42 | 2C | 3D |
| Octal | 276 | 307 | 160 | 5 | 0 | 54 | 26 | 102 | 54 | 75 |
| Binary | 10111110 | 11000111 | 1110000 | 101 | 0 | 101100 | 10110 | 1000010 | 101100 | 111101 |
Color Harmonies of #BEC770
Complementary color
Monochromatic Colors of #BEC770
Black with #BEC770
Text Example
Text Example
White with #BEC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC770; }
p { color: rgb(190,199,112); }
H1.HeaderClassName
{
color: #BEC770;
}
.AnyTagClassName
{
color: #BEC770;
}
</style>
background-color css
<style>
a { background-color: #BEC770; }
a { background-color: rgb(190,199,112); }
div.DivClassName
{
background-color: #BEC770;
}
.BgClassName
{
background-color: #BEC770;
}
</style>
border-color css
<style>
span { border-color: #BEC770; }
span { border-color: rgb(190,199,112); }
td.TdClassName
{
border-color: #BEC770;
}
.TagClassName
{
border-color: #BEC770;
}
</style>