Shades of Wild Willow #BED460
Tints of Wild Willow #BED460
RGB
CMYK
RGB Variations
Color information
#BED460 (or 0xBED460) is known color: Wild Willow. HEX triplet: BE, D4 and 60. RGB value is (190,212,96). Sum of RGB (Red+Green+Blue) = 190+212+96=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #BED460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED460 is #412B9F. Grayscale: #C0C0C0. Windows color (decimal): -4271008 or 6345918. OLE color: 6345918.
HSL color Cylindrical-coordinate representation of color #BED460: hue angle of 71.38º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BED460 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 96 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.17 |
| HSL | 71.38º | 0.57% | 0.6% | - |
| HSV(B) | 71.38º | 0.55% | 0.83% | - |
| XYZ | 46.89 | 58.88 | 19.96 | - |
| YUV | 192.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 96 | 0.10 | 0 | 0.55 | 0.17 | 71.38 | 0.57 | 0.6 |
| Hex | BE | D4 | 60 | A | 0 | 37 | 11 | 47 | 39 | 3C |
| Octal | 276 | 324 | 140 | 12 | 0 | 67 | 21 | 107 | 71 | 74 |
| Binary | 10111110 | 11010100 | 1100000 | 1010 | 0 | 110111 | 10001 | 1000111 | 111001 | 111100 |
Color Harmonies of #BED460
Complementary color
Monochromatic Colors of #BED460
Black with #BED460
Text Example
Text Example
White with #BED460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED460; }
p { color: rgb(190,212,96); }
H1.HeaderClassName
{
color: #BED460;
}
.AnyTagClassName
{
color: #BED460;
}
</style>
background-color css
<style>
a { background-color: #BED460; }
a { background-color: rgb(190,212,96); }
div.DivClassName
{
background-color: #BED460;
}
.BgClassName
{
background-color: #BED460;
}
</style>
border-color css
<style>
span { border-color: #BED460; }
span { border-color: rgb(190,212,96); }
td.TdClassName
{
border-color: #BED460;
}
.TagClassName
{
border-color: #BED460;
}
</style>