Shades of Wild Willow #BED374
Tints of Wild Willow #BED374
RGB
CMYK
RGB Variations
Color information
#BED374 (or 0xBED374) is known color: Wild Willow. HEX triplet: BE, D3 and 74. RGB value is (190,211,116). Sum of RGB (Red+Green+Blue) = 190+211+116=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #BED374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED374 is #412C8B. Grayscale: #C2C2C2. Windows color (decimal): -4271244 or 7656382. OLE color: 7656382.
HSL color Cylindrical-coordinate representation of color #BED374: hue angle of 73.26º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED374 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 116 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.17 |
| HSL | 73.26º | 0.52% | 0.64% | - |
| HSV(B) | 73.26º | 0.45% | 0.83% | - |
| XYZ | 47.68 | 58.8 | 25.36 | - |
| YUV | 193.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 116 | 0.10 | 0 | 0.45 | 0.17 | 73.26 | 0.52 | 0.64 |
| Hex | BE | D3 | 74 | A | 0 | 2D | 11 | 49 | 34 | 40 |
| Octal | 276 | 323 | 164 | 12 | 0 | 55 | 21 | 111 | 64 | 100 |
| Binary | 10111110 | 11010011 | 1110100 | 1010 | 0 | 101101 | 10001 | 1001001 | 110100 | 1000000 |
Color Harmonies of #BED374
Complementary color
Monochromatic Colors of #BED374
Black with #BED374
Text Example
Text Example
White with #BED374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED374; }
p { color: rgb(190,211,116); }
H1.HeaderClassName
{
color: #BED374;
}
.AnyTagClassName
{
color: #BED374;
}
</style>
background-color css
<style>
a { background-color: #BED374; }
a { background-color: rgb(190,211,116); }
div.DivClassName
{
background-color: #BED374;
}
.BgClassName
{
background-color: #BED374;
}
</style>
border-color css
<style>
span { border-color: #BED374; }
span { border-color: rgb(190,211,116); }
td.TdClassName
{
border-color: #BED374;
}
.TagClassName
{
border-color: #BED374;
}
</style>