Shades of Wild Willow #BED96B
Tints of Wild Willow #BED96B
RGB
CMYK
RGB Variations
Color information
#BED96B (or 0xBED96B) is known color: Wild Willow. HEX triplet: BE, D9 and 6B. RGB value is (190,217,107). Sum of RGB (Red+Green+Blue) = 190+217+107=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #BED96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED96B is #412694. Grayscale: #C4C4C4. Windows color (decimal): -4269717 or 7068094. OLE color: 7068094.
HSL color Cylindrical-coordinate representation of color #BED96B: hue angle of 74.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED96B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 107 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.15 |
| HSL | 74.73º | 0.59% | 0.64% | - |
| HSV(B) | 74.73º | 0.51% | 0.85% | - |
| XYZ | 48.7 | 61.63 | 23.24 | - |
| YUV | 196.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 107 | 0.12 | 0 | 0.51 | 0.15 | 74.73 | 0.59 | 0.64 |
| Hex | BE | D9 | 6B | C | 0 | 33 | F | 4B | 3B | 40 |
| Octal | 276 | 331 | 153 | 14 | 0 | 63 | 17 | 113 | 73 | 100 |
| Binary | 10111110 | 11011001 | 1101011 | 1100 | 0 | 110011 | 1111 | 1001011 | 111011 | 1000000 |
Color Harmonies of #BED96B
Complementary color
Monochromatic Colors of #BED96B
Black with #BED96B
Text Example
Text Example
White with #BED96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED96B; }
p { color: rgb(190,217,107); }
H1.HeaderClassName
{
color: #BED96B;
}
.AnyTagClassName
{
color: #BED96B;
}
</style>
background-color css
<style>
a { background-color: #BED96B; }
a { background-color: rgb(190,217,107); }
div.DivClassName
{
background-color: #BED96B;
}
.BgClassName
{
background-color: #BED96B;
}
</style>
border-color css
<style>
span { border-color: #BED96B; }
span { border-color: rgb(190,217,107); }
td.TdClassName
{
border-color: #BED96B;
}
.TagClassName
{
border-color: #BED96B;
}
</style>