Shades of Wild Willow #BED763
Tints of Wild Willow #BED763
RGB
CMYK
RGB Variations
Color information
#BED763 (or 0xBED763) is known color: Wild Willow. HEX triplet: BE, D7 and 63. RGB value is (190,215,99). Sum of RGB (Red+Green+Blue) = 190+215+99=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #BED763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED763 is #41289C. Grayscale: #C2C2C2. Windows color (decimal): -4270237 or 6543294. OLE color: 6543294.
HSL color Cylindrical-coordinate representation of color #BED763: hue angle of 72.93º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED763 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 99 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.16 |
| HSL | 72.93º | 0.59% | 0.62% | - |
| HSV(B) | 72.93º | 0.54% | 0.84% | - |
| XYZ | 47.79 | 60.45 | 20.95 | - |
| YUV | 194.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 99 | 0.12 | 0 | 0.54 | 0.16 | 72.93 | 0.59 | 0.62 |
| Hex | BE | D7 | 63 | C | 0 | 36 | 10 | 49 | 3B | 3E |
| Octal | 276 | 327 | 143 | 14 | 0 | 66 | 20 | 111 | 73 | 76 |
| Binary | 10111110 | 11010111 | 1100011 | 1100 | 0 | 110110 | 10000 | 1001001 | 111011 | 111110 |
Color Harmonies of #BED763
Complementary color
Monochromatic Colors of #BED763
Black with #BED763
Text Example
Text Example
White with #BED763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED763; }
p { color: rgb(190,215,99); }
H1.HeaderClassName
{
color: #BED763;
}
.AnyTagClassName
{
color: #BED763;
}
</style>
background-color css
<style>
a { background-color: #BED763; }
a { background-color: rgb(190,215,99); }
div.DivClassName
{
background-color: #BED763;
}
.BgClassName
{
background-color: #BED763;
}
</style>
border-color css
<style>
span { border-color: #BED763; }
span { border-color: rgb(190,215,99); }
td.TdClassName
{
border-color: #BED763;
}
.TagClassName
{
border-color: #BED763;
}
</style>