Shades of Wild Willow #BED865
Tints of Wild Willow #BED865
RGB
CMYK
RGB Variations
Color information
#BED865 (or 0xBED865) is known color: Wild Willow. HEX triplet: BE, D8 and 65. RGB value is (190,216,101). Sum of RGB (Red+Green+Blue) = 190+216+101=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #BED865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED865 is #41279A. Grayscale: #C3C3C3. Windows color (decimal): -4269979 or 6674622. OLE color: 6674622.
HSL color Cylindrical-coordinate representation of color #BED865: hue angle of 73.57º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED865 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 101 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.15 |
| HSL | 73.57º | 0.6% | 0.62% | - |
| HSV(B) | 73.57º | 0.53% | 0.85% | - |
| XYZ | 48.14 | 61 | 21.55 | - |
| YUV | 195.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 101 | 0.12 | 0 | 0.53 | 0.15 | 73.57 | 0.6 | 0.62 |
| Hex | BE | D8 | 65 | C | 0 | 35 | F | 4A | 3C | 3E |
| Octal | 276 | 330 | 145 | 14 | 0 | 65 | 17 | 112 | 74 | 76 |
| Binary | 10111110 | 11011000 | 1100101 | 1100 | 0 | 110101 | 1111 | 1001010 | 111100 | 111110 |
Color Harmonies of #BED865
Complementary color
Monochromatic Colors of #BED865
Black with #BED865
Text Example
Text Example
White with #BED865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED865; }
p { color: rgb(190,216,101); }
H1.HeaderClassName
{
color: #BED865;
}
.AnyTagClassName
{
color: #BED865;
}
</style>
background-color css
<style>
a { background-color: #BED865; }
a { background-color: rgb(190,216,101); }
div.DivClassName
{
background-color: #BED865;
}
.BgClassName
{
background-color: #BED865;
}
</style>
border-color css
<style>
span { border-color: #BED865; }
span { border-color: rgb(190,216,101); }
td.TdClassName
{
border-color: #BED865;
}
.TagClassName
{
border-color: #BED865;
}
</style>