Shades of Wild Willow #BEC165
Tints of Wild Willow #BEC165
RGB
CMYK
RGB Variations
Color information
#BEC165 (or 0xBEC165) is known color: Wild Willow. HEX triplet: BE, C1 and 65. RGB value is (190,193,101). Sum of RGB (Red+Green+Blue) = 190+193+101=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC165 is #413E9A. Grayscale: #B5B5B5. Windows color (decimal): -4275867 or 6668734. OLE color: 6668734.
HSL color Cylindrical-coordinate representation of color #BEC165: hue angle of 61.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC165 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 101 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.24 |
| HSL | 61.96º | 0.43% | 0.58% | - |
| HSV(B) | 61.96º | 0.48% | 0.76% | - |
| XYZ | 42.65 | 50.03 | 19.72 | - |
| YUV | 181.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 101 | 0.02 | 0 | 0.48 | 0.24 | 61.96 | 0.43 | 0.58 |
| Hex | BE | C1 | 65 | 2 | 0 | 30 | 18 | 3E | 2B | 3A |
| Octal | 276 | 301 | 145 | 2 | 0 | 60 | 30 | 76 | 53 | 72 |
| Binary | 10111110 | 11000001 | 1100101 | 10 | 0 | 110000 | 11000 | 111110 | 101011 | 111010 |
Color Harmonies of #BEC165
Complementary color
Monochromatic Colors of #BEC165
Black with #BEC165
Text Example
Text Example
White with #BEC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC165; }
p { color: rgb(190,193,101); }
H1.HeaderClassName
{
color: #BEC165;
}
.AnyTagClassName
{
color: #BEC165;
}
</style>
background-color css
<style>
a { background-color: #BEC165; }
a { background-color: rgb(190,193,101); }
div.DivClassName
{
background-color: #BEC165;
}
.BgClassName
{
background-color: #BEC165;
}
</style>
border-color css
<style>
span { border-color: #BEC165; }
span { border-color: rgb(190,193,101); }
td.TdClassName
{
border-color: #BEC165;
}
.TagClassName
{
border-color: #BEC165;
}
</style>