Shades of Wild Willow #BED665
Tints of Wild Willow #BED665
RGB
CMYK
RGB Variations
Color information
#BED665 (or 0xBED665) is known color: Wild Willow. HEX triplet: BE, D6 and 65. RGB value is (190,214,101). Sum of RGB (Red+Green+Blue) = 190+214+101=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #BED665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED665 is #41299A. Grayscale: #C2C2C2. Windows color (decimal): -4270491 or 6674110. OLE color: 6674110.
HSL color Cylindrical-coordinate representation of color #BED665: hue angle of 72.74º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED665 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 101 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72.74º | 0.58% | 0.62% | - |
| HSV(B) | 72.74º | 0.53% | 0.84% | - |
| XYZ | 47.63 | 59.98 | 21.38 | - |
| YUV | 193.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 101 | 0.11 | 0 | 0.53 | 0.16 | 72.74 | 0.58 | 0.62 |
| Hex | BE | D6 | 65 | B | 0 | 35 | 10 | 49 | 3A | 3E |
| Octal | 276 | 326 | 145 | 13 | 0 | 65 | 20 | 111 | 72 | 76 |
| Binary | 10111110 | 11010110 | 1100101 | 1011 | 0 | 110101 | 10000 | 1001001 | 111010 | 111110 |
Color Harmonies of #BED665
Complementary color
Monochromatic Colors of #BED665
Black with #BED665
Text Example
Text Example
White with #BED665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED665; }
p { color: rgb(190,214,101); }
H1.HeaderClassName
{
color: #BED665;
}
.AnyTagClassName
{
color: #BED665;
}
</style>
background-color css
<style>
a { background-color: #BED665; }
a { background-color: rgb(190,214,101); }
div.DivClassName
{
background-color: #BED665;
}
.BgClassName
{
background-color: #BED665;
}
</style>
border-color css
<style>
span { border-color: #BED665; }
span { border-color: rgb(190,214,101); }
td.TdClassName
{
border-color: #BED665;
}
.TagClassName
{
border-color: #BED665;
}
</style>