Shades of Wild Willow #BED463
Tints of Wild Willow #BED463
RGB
CMYK
RGB Variations
Color information
#BED463 (or 0xBED463) is known color: Wild Willow. HEX triplet: BE, D4 and 63. RGB value is (190,212,99). Sum of RGB (Red+Green+Blue) = 190+212+99=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BED463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED463 is #412B9C. Grayscale: #C0C0C0. Windows color (decimal): -4271005 or 6542526. OLE color: 6542526.
HSL color Cylindrical-coordinate representation of color #BED463: hue angle of 71.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED463 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 99 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.17 |
| HSL | 71.68º | 0.57% | 0.61% | - |
| HSV(B) | 71.68º | 0.53% | 0.83% | - |
| XYZ | 47.03 | 58.93 | 20.7 | - |
| YUV | 192.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 99 | 0.10 | 0 | 0.53 | 0.17 | 71.68 | 0.57 | 0.61 |
| Hex | BE | D4 | 63 | A | 0 | 35 | 11 | 48 | 39 | 3D |
| Octal | 276 | 324 | 143 | 12 | 0 | 65 | 21 | 110 | 71 | 75 |
| Binary | 10111110 | 11010100 | 1100011 | 1010 | 0 | 110101 | 10001 | 1001000 | 111001 | 111101 |
Color Harmonies of #BED463
Complementary color
Monochromatic Colors of #BED463
Black with #BED463
Text Example
Text Example
White with #BED463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED463; }
p { color: rgb(190,212,99); }
H1.HeaderClassName
{
color: #BED463;
}
.AnyTagClassName
{
color: #BED463;
}
</style>
background-color css
<style>
a { background-color: #BED463; }
a { background-color: rgb(190,212,99); }
div.DivClassName
{
background-color: #BED463;
}
.BgClassName
{
background-color: #BED463;
}
</style>
border-color css
<style>
span { border-color: #BED463; }
span { border-color: rgb(190,212,99); }
td.TdClassName
{
border-color: #BED463;
}
.TagClassName
{
border-color: #BED463;
}
</style>