Shades of Wild Willow #BED46B
Tints of Wild Willow #BED46B
RGB
CMYK
RGB Variations
Color information
#BED46B (or 0xBED46B) is known color: Wild Willow. HEX triplet: BE, D4 and 6B. RGB value is (190,212,107). Sum of RGB (Red+Green+Blue) = 190+212+107=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #BED46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED46B is #412B94. Grayscale: #C1C1C1. Windows color (decimal): -4270997 or 7066814. OLE color: 7066814.
HSL color Cylindrical-coordinate representation of color #BED46B: hue angle of 72.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED46B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 107 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.17 |
| HSL | 72.57º | 0.55% | 0.63% | - |
| HSV(B) | 72.57º | 0.5% | 0.83% | - |
| XYZ | 47.43 | 59.1 | 22.82 | - |
| YUV | 193.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 107 | 0.10 | 0 | 0.50 | 0.17 | 72.57 | 0.55 | 0.63 |
| Hex | BE | D4 | 6B | A | 0 | 32 | 11 | 49 | 37 | 3F |
| Octal | 276 | 324 | 153 | 12 | 0 | 62 | 21 | 111 | 67 | 77 |
| Binary | 10111110 | 11010100 | 1101011 | 1010 | 0 | 110010 | 10001 | 1001001 | 110111 | 111111 |
Color Harmonies of #BED46B
Complementary color
Monochromatic Colors of #BED46B
Black with #BED46B
Text Example
Text Example
White with #BED46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED46B; }
p { color: rgb(190,212,107); }
H1.HeaderClassName
{
color: #BED46B;
}
.AnyTagClassName
{
color: #BED46B;
}
</style>
background-color css
<style>
a { background-color: #BED46B; }
a { background-color: rgb(190,212,107); }
div.DivClassName
{
background-color: #BED46B;
}
.BgClassName
{
background-color: #BED46B;
}
</style>
border-color css
<style>
span { border-color: #BED46B; }
span { border-color: rgb(190,212,107); }
td.TdClassName
{
border-color: #BED46B;
}
.TagClassName
{
border-color: #BED46B;
}
</style>