Shades of Wild Willow #BED251
Tints of Wild Willow #BED251
RGB
CMYK
RGB Variations
Color information
#BED251 (or 0xBED251) is known color: Wild Willow. HEX triplet: BE, D2 and 51. RGB value is (190,210,81). Sum of RGB (Red+Green+Blue) = 190+210+81=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #BED251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED251 is #412DAE. Grayscale: #BDBDBD. Windows color (decimal): -4271535 or 5362366. OLE color: 5362366.
HSL color Cylindrical-coordinate representation of color #BED251: hue angle of 69.3º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BED251 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 81 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.18 |
| HSL | 69.3º | 0.59% | 0.57% | - |
| HSV(B) | 69.3º | 0.61% | 0.82% | - |
| XYZ | 45.77 | 57.63 | 16.5 | - |
| YUV | 189.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 81 | 0.10 | 0 | 0.61 | 0.18 | 69.3 | 0.59 | 0.57 |
| Hex | BE | D2 | 51 | A | 0 | 3D | 12 | 45 | 3B | 39 |
| Octal | 276 | 322 | 121 | 12 | 0 | 75 | 22 | 105 | 73 | 71 |
| Binary | 10111110 | 11010010 | 1010001 | 1010 | 0 | 111101 | 10010 | 1000101 | 111011 | 111001 |
Color Harmonies of #BED251
Complementary color
Monochromatic Colors of #BED251
Black with #BED251
Text Example
Text Example
White with #BED251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED251; }
p { color: rgb(190,210,81); }
H1.HeaderClassName
{
color: #BED251;
}
.AnyTagClassName
{
color: #BED251;
}
</style>
background-color css
<style>
a { background-color: #BED251; }
a { background-color: rgb(190,210,81); }
div.DivClassName
{
background-color: #BED251;
}
.BgClassName
{
background-color: #BED251;
}
</style>
border-color css
<style>
span { border-color: #BED251; }
span { border-color: rgb(190,210,81); }
td.TdClassName
{
border-color: #BED251;
}
.TagClassName
{
border-color: #BED251;
}
</style>