Shades of Wild Willow #BED664
Tints of Wild Willow #BED664
RGB
CMYK
RGB Variations
Color information
#BED664 (or 0xBED664) is known color: Wild Willow. HEX triplet: BE, D6 and 64. RGB value is (190,214,100). Sum of RGB (Red+Green+Blue) = 190+214+100=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #BED664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED664 is #41299B. Grayscale: #C2C2C2. Windows color (decimal): -4270492 or 6608574. OLE color: 6608574.
HSL color Cylindrical-coordinate representation of color #BED664: hue angle of 72.63º 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 #BED664 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 100 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.16 |
| HSL | 72.63º | 0.58% | 0.62% | - |
| HSV(B) | 72.63º | 0.53% | 0.84% | - |
| XYZ | 47.58 | 59.96 | 21.12 | - |
| YUV | 193.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 100 | 0.11 | 0 | 0.53 | 0.16 | 72.63 | 0.58 | 0.62 |
| Hex | BE | D6 | 64 | B | 0 | 35 | 10 | 49 | 3A | 3E |
| Octal | 276 | 326 | 144 | 13 | 0 | 65 | 20 | 111 | 72 | 76 |
| Binary | 10111110 | 11010110 | 1100100 | 1011 | 0 | 110101 | 10000 | 1001001 | 111010 | 111110 |
Color Harmonies of #BED664
Complementary color
Monochromatic Colors of #BED664
Black with #BED664
Text Example
Text Example
White with #BED664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED664; }
p { color: rgb(190,214,100); }
H1.HeaderClassName
{
color: #BED664;
}
.AnyTagClassName
{
color: #BED664;
}
</style>
background-color css
<style>
a { background-color: #BED664; }
a { background-color: rgb(190,214,100); }
div.DivClassName
{
background-color: #BED664;
}
.BgClassName
{
background-color: #BED664;
}
</style>
border-color css
<style>
span { border-color: #BED664; }
span { border-color: rgb(190,214,100); }
td.TdClassName
{
border-color: #BED664;
}
.TagClassName
{
border-color: #BED664;
}
</style>