Shades of Wild Willow #BED762
Tints of Wild Willow #BED762
RGB
CMYK
RGB Variations
Color information
#BED762 (or 0xBED762) is known color: Wild Willow. HEX triplet: BE, D7 and 62. RGB value is (190,215,98). Sum of RGB (Red+Green+Blue) = 190+215+98=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #BED762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED762 is #41289D. Grayscale: #C2C2C2. Windows color (decimal): -4270238 or 6477758. OLE color: 6477758.
HSL color Cylindrical-coordinate representation of color #BED762: hue angle of 72.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED762 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 98 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.16 |
| HSL | 72.82º | 0.59% | 0.61% | - |
| HSV(B) | 72.82º | 0.54% | 0.84% | - |
| XYZ | 47.74 | 60.43 | 20.7 | - |
| YUV | 194.19 | 73.72 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 98 | 0.12 | 0 | 0.54 | 0.16 | 72.82 | 0.59 | 0.61 |
| Hex | BE | D7 | 62 | C | 0 | 36 | 10 | 49 | 3B | 3D |
| Octal | 276 | 327 | 142 | 14 | 0 | 66 | 20 | 111 | 73 | 75 |
| Binary | 10111110 | 11010111 | 1100010 | 1100 | 0 | 110110 | 10000 | 1001001 | 111011 | 111101 |
Color Harmonies of #BED762
Complementary color
Monochromatic Colors of #BED762
Black with #BED762
Text Example
Text Example
White with #BED762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED762; }
p { color: rgb(190,215,98); }
H1.HeaderClassName
{
color: #BED762;
}
.AnyTagClassName
{
color: #BED762;
}
</style>
background-color css
<style>
a { background-color: #BED762; }
a { background-color: rgb(190,215,98); }
div.DivClassName
{
background-color: #BED762;
}
.BgClassName
{
background-color: #BED762;
}
</style>
border-color css
<style>
span { border-color: #BED762; }
span { border-color: rgb(190,215,98); }
td.TdClassName
{
border-color: #BED762;
}
.TagClassName
{
border-color: #BED762;
}
</style>