Shades of Wild Willow #BED170
Tints of Wild Willow #BED170
RGB
CMYK
RGB Variations
Color information
#BED170 (or 0xBED170) is known color: Wild Willow. HEX triplet: BE, D1 and 70. RGB value is (190,209,112). Sum of RGB (Red+Green+Blue) = 190+209+112=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #BED170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED170 is #412E8F. Grayscale: #C0C0C0. Windows color (decimal): -4271760 or 7393726. OLE color: 7393726.
HSL color Cylindrical-coordinate representation of color #BED170: hue angle of 71.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED170 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 112 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.18 |
| HSL | 71.75º | 0.51% | 0.63% | - |
| HSV(B) | 71.75º | 0.46% | 0.82% | - |
| XYZ | 46.96 | 57.72 | 23.99 | - |
| YUV | 192.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 112 | 0.09 | 0 | 0.46 | 0.18 | 71.75 | 0.51 | 0.63 |
| Hex | BE | D1 | 70 | 9 | 0 | 2E | 12 | 48 | 33 | 3F |
| Octal | 276 | 321 | 160 | 11 | 0 | 56 | 22 | 110 | 63 | 77 |
| Binary | 10111110 | 11010001 | 1110000 | 1001 | 0 | 101110 | 10010 | 1001000 | 110011 | 111111 |
Color Harmonies of #BED170
Complementary color
Monochromatic Colors of #BED170
Black with #BED170
Text Example
Text Example
White with #BED170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED170; }
p { color: rgb(190,209,112); }
H1.HeaderClassName
{
color: #BED170;
}
.AnyTagClassName
{
color: #BED170;
}
</style>
background-color css
<style>
a { background-color: #BED170; }
a { background-color: rgb(190,209,112); }
div.DivClassName
{
background-color: #BED170;
}
.BgClassName
{
background-color: #BED170;
}
</style>
border-color css
<style>
span { border-color: #BED170; }
span { border-color: rgb(190,209,112); }
td.TdClassName
{
border-color: #BED170;
}
.TagClassName
{
border-color: #BED170;
}
</style>