Shades of Wild Willow #BED470
Tints of Wild Willow #BED470
RGB
CMYK
RGB Variations
Color information
#BED470 (or 0xBED470) is known color: Wild Willow. HEX triplet: BE, D4 and 70. RGB value is (190,212,112). Sum of RGB (Red+Green+Blue) = 190+212+112=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #BED470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED470 is #412B8F. Grayscale: #C2C2C2. Windows color (decimal): -4270992 or 7394494. OLE color: 7394494.
HSL color Cylindrical-coordinate representation of color #BED470: hue angle of 73.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED470 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 112 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.17 |
| HSL | 73.2º | 0.54% | 0.64% | - |
| HSV(B) | 73.2º | 0.47% | 0.83% | - |
| XYZ | 47.7 | 59.2 | 24.24 | - |
| YUV | 194.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 112 | 0.10 | 0 | 0.47 | 0.17 | 73.2 | 0.54 | 0.64 |
| Hex | BE | D4 | 70 | A | 0 | 2F | 11 | 49 | 36 | 40 |
| Octal | 276 | 324 | 160 | 12 | 0 | 57 | 21 | 111 | 66 | 100 |
| Binary | 10111110 | 11010100 | 1110000 | 1010 | 0 | 101111 | 10001 | 1001001 | 110110 | 1000000 |
Color Harmonies of #BED470
Complementary color
Monochromatic Colors of #BED470
Black with #BED470
Text Example
Text Example
White with #BED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED470; }
p { color: rgb(190,212,112); }
H1.HeaderClassName
{
color: #BED470;
}
.AnyTagClassName
{
color: #BED470;
}
</style>
background-color css
<style>
a { background-color: #BED470; }
a { background-color: rgb(190,212,112); }
div.DivClassName
{
background-color: #BED470;
}
.BgClassName
{
background-color: #BED470;
}
</style>
border-color css
<style>
span { border-color: #BED470; }
span { border-color: rgb(190,212,112); }
td.TdClassName
{
border-color: #BED470;
}
.TagClassName
{
border-color: #BED470;
}
</style>