Shades of Wild Willow #BED85B
Tints of Wild Willow #BED85B
RGB
CMYK
RGB Variations
Color information
#BED85B (or 0xBED85B) is known color: Wild Willow. HEX triplet: BE, D8 and 5B. RGB value is (190,216,91). Sum of RGB (Red+Green+Blue) = 190+216+91=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85B is #4127A4. Grayscale: #C2C2C2. Windows color (decimal): -4269989 or 6019262. OLE color: 6019262.
HSL color Cylindrical-coordinate representation of color #BED85B: hue angle of 72.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BED85B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 91 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.15 |
| HSL | 72.48º | 0.62% | 0.6% | - |
| HSV(B) | 72.48º | 0.58% | 0.85% | - |
| XYZ | 47.68 | 60.81 | 19.12 | - |
| YUV | 193.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 91 | 0.12 | 0 | 0.58 | 0.15 | 72.48 | 0.62 | 0.6 |
| Hex | BE | D8 | 5B | C | 0 | 3A | F | 48 | 3E | 3C |
| Octal | 276 | 330 | 133 | 14 | 0 | 72 | 17 | 110 | 76 | 74 |
| Binary | 10111110 | 11011000 | 1011011 | 1100 | 0 | 111010 | 1111 | 1001000 | 111110 | 111100 |
Color Harmonies of #BED85B
Complementary color
Monochromatic Colors of #BED85B
Black with #BED85B
Text Example
Text Example
White with #BED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED85B; }
p { color: rgb(190,216,91); }
H1.HeaderClassName
{
color: #BED85B;
}
.AnyTagClassName
{
color: #BED85B;
}
</style>
background-color css
<style>
a { background-color: #BED85B; }
a { background-color: rgb(190,216,91); }
div.DivClassName
{
background-color: #BED85B;
}
.BgClassName
{
background-color: #BED85B;
}
</style>
border-color css
<style>
span { border-color: #BED85B; }
span { border-color: rgb(190,216,91); }
td.TdClassName
{
border-color: #BED85B;
}
.TagClassName
{
border-color: #BED85B;
}
</style>