Shades of Wild Willow #BED85F
Tints of Wild Willow #BED85F
RGB
CMYK
RGB Variations
Color information
#BED85F (or 0xBED85F) is known color: Wild Willow. HEX triplet: BE, D8 and 5F. RGB value is (190,216,95). Sum of RGB (Red+Green+Blue) = 190+216+95=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85F is #4127A0. Grayscale: #C2C2C2. Windows color (decimal): -4269985 or 6281406. OLE color: 6281406.
HSL color Cylindrical-coordinate representation of color #BED85F: hue angle of 72.89º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BED85F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 95 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 72.89º | 0.61% | 0.61% | - |
| HSV(B) | 72.89º | 0.56% | 0.85% | - |
| XYZ | 47.86 | 60.89 | 20.06 | - |
| YUV | 194.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 95 | 0.12 | 0 | 0.56 | 0.15 | 72.89 | 0.61 | 0.61 |
| Hex | BE | D8 | 5F | C | 0 | 38 | F | 49 | 3D | 3D |
| Octal | 276 | 330 | 137 | 14 | 0 | 70 | 17 | 111 | 75 | 75 |
| Binary | 10111110 | 11011000 | 1011111 | 1100 | 0 | 111000 | 1111 | 1001001 | 111101 | 111101 |
Color Harmonies of #BED85F
Complementary color
Monochromatic Colors of #BED85F
Black with #BED85F
Text Example
Text Example
White with #BED85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED85F; }
p { color: rgb(190,216,95); }
H1.HeaderClassName
{
color: #BED85F;
}
.AnyTagClassName
{
color: #BED85F;
}
</style>
background-color css
<style>
a { background-color: #BED85F; }
a { background-color: rgb(190,216,95); }
div.DivClassName
{
background-color: #BED85F;
}
.BgClassName
{
background-color: #BED85F;
}
</style>
border-color css
<style>
span { border-color: #BED85F; }
span { border-color: rgb(190,216,95); }
td.TdClassName
{
border-color: #BED85F;
}
.TagClassName
{
border-color: #BED85F;
}
</style>