Shades of Wild Willow #BED155
Tints of Wild Willow #BED155
RGB
CMYK
RGB Variations
Color information
#BED155 (or 0xBED155) is known color: Wild Willow. HEX triplet: BE, D1 and 55. RGB value is (190,209,85). Sum of RGB (Red+Green+Blue) = 190+209+85=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #BED155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED155 is #412EAA. Grayscale: #BDBDBD. Windows color (decimal): -4271787 or 5624254. OLE color: 5624254.
HSL color Cylindrical-coordinate representation of color #BED155: hue angle of 69.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BED155 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 85 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.18 |
| HSL | 69.19º | 0.57% | 0.58% | - |
| HSV(B) | 69.19º | 0.59% | 0.82% | - |
| XYZ | 45.68 | 57.2 | 17.23 | - |
| YUV | 189.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 85 | 0.09 | 0 | 0.59 | 0.18 | 69.19 | 0.57 | 0.58 |
| Hex | BE | D1 | 55 | 9 | 0 | 3B | 12 | 45 | 39 | 3A |
| Octal | 276 | 321 | 125 | 11 | 0 | 73 | 22 | 105 | 71 | 72 |
| Binary | 10111110 | 11010001 | 1010101 | 1001 | 0 | 111011 | 10010 | 1000101 | 111001 | 111010 |
Color Harmonies of #BED155
Complementary color
Monochromatic Colors of #BED155
Black with #BED155
Text Example
Text Example
White with #BED155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED155; }
p { color: rgb(190,209,85); }
H1.HeaderClassName
{
color: #BED155;
}
.AnyTagClassName
{
color: #BED155;
}
</style>
background-color css
<style>
a { background-color: #BED155; }
a { background-color: rgb(190,209,85); }
div.DivClassName
{
background-color: #BED155;
}
.BgClassName
{
background-color: #BED155;
}
</style>
border-color css
<style>
span { border-color: #BED155; }
span { border-color: rgb(190,209,85); }
td.TdClassName
{
border-color: #BED155;
}
.TagClassName
{
border-color: #BED155;
}
</style>