Shades of Wild Willow #BED266
Tints of Wild Willow #BED266
RGB
CMYK
RGB Variations
Color information
#BED266 (or 0xBED266) is known color: Wild Willow. HEX triplet: BE, D2 and 66. RGB value is (190,210,102). Sum of RGB (Red+Green+Blue) = 190+210+102=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #BED266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED266 is #412D99. Grayscale: #C0C0C0. Windows color (decimal): -4271514 or 6738622. OLE color: 6738622.
HSL color Cylindrical-coordinate representation of color #BED266: hue angle of 71.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED266 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 102 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.18 |
| HSL | 71.11º | 0.55% | 0.61% | - |
| HSV(B) | 71.11º | 0.51% | 0.82% | - |
| XYZ | 46.68 | 58 | 21.31 | - |
| YUV | 191.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 102 | 0.10 | 0 | 0.51 | 0.18 | 71.11 | 0.55 | 0.61 |
| Hex | BE | D2 | 66 | A | 0 | 33 | 12 | 47 | 37 | 3D |
| Octal | 276 | 322 | 146 | 12 | 0 | 63 | 22 | 107 | 67 | 75 |
| Binary | 10111110 | 11010010 | 1100110 | 1010 | 0 | 110011 | 10010 | 1000111 | 110111 | 111101 |
Color Harmonies of #BED266
Complementary color
Monochromatic Colors of #BED266
Black with #BED266
Text Example
Text Example
White with #BED266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED266; }
p { color: rgb(190,210,102); }
H1.HeaderClassName
{
color: #BED266;
}
.AnyTagClassName
{
color: #BED266;
}
</style>
background-color css
<style>
a { background-color: #BED266; }
a { background-color: rgb(190,210,102); }
div.DivClassName
{
background-color: #BED266;
}
.BgClassName
{
background-color: #BED266;
}
</style>
border-color css
<style>
span { border-color: #BED266; }
span { border-color: rgb(190,210,102); }
td.TdClassName
{
border-color: #BED266;
}
.TagClassName
{
border-color: #BED266;
}
</style>