Shades of Wild Willow #BED963
Tints of Wild Willow #BED963
RGB
CMYK
RGB Variations
Color information
#BED963 (or 0xBED963) is known color: Wild Willow. HEX triplet: BE, D9 and 63. RGB value is (190,217,99). Sum of RGB (Red+Green+Blue) = 190+217+99=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #BED963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED963 is #41269C. Grayscale: #C3C3C3. Windows color (decimal): -4269725 or 6543806. OLE color: 6543806.
HSL color Cylindrical-coordinate representation of color #BED963: hue angle of 73.73º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED963 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 99 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.15 |
| HSL | 73.73º | 0.61% | 0.62% | - |
| HSV(B) | 73.73º | 0.54% | 0.85% | - |
| XYZ | 48.3 | 61.47 | 21.12 | - |
| YUV | 195.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 99 | 0.12 | 0 | 0.54 | 0.15 | 73.73 | 0.61 | 0.62 |
| Hex | BE | D9 | 63 | C | 0 | 36 | F | 4A | 3D | 3E |
| Octal | 276 | 331 | 143 | 14 | 0 | 66 | 17 | 112 | 75 | 76 |
| Binary | 10111110 | 11011001 | 1100011 | 1100 | 0 | 110110 | 1111 | 1001010 | 111101 | 111110 |
Color Harmonies of #BED963
Complementary color
Monochromatic Colors of #BED963
Black with #BED963
Text Example
Text Example
White with #BED963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED963; }
p { color: rgb(190,217,99); }
H1.HeaderClassName
{
color: #BED963;
}
.AnyTagClassName
{
color: #BED963;
}
</style>
background-color css
<style>
a { background-color: #BED963; }
a { background-color: rgb(190,217,99); }
div.DivClassName
{
background-color: #BED963;
}
.BgClassName
{
background-color: #BED963;
}
</style>
border-color css
<style>
span { border-color: #BED963; }
span { border-color: rgb(190,217,99); }
td.TdClassName
{
border-color: #BED963;
}
.TagClassName
{
border-color: #BED963;
}
</style>