Shades of Wild Willow #BED66D
Tints of Wild Willow #BED66D
RGB
CMYK
RGB Variations
Color information
#BED66D (or 0xBED66D) is known color: Wild Willow. HEX triplet: BE, D6 and 6D. RGB value is (190,214,109). Sum of RGB (Red+Green+Blue) = 190+214+109=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #BED66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED66D is #412992. Grayscale: #C3C3C3. Windows color (decimal): -4270483 or 7198398. OLE color: 7198398.
HSL color Cylindrical-coordinate representation of color #BED66D: hue angle of 73.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED66D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 109 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.16 |
| HSL | 73.71º | 0.56% | 0.63% | - |
| HSV(B) | 73.71º | 0.49% | 0.84% | - |
| XYZ | 48.04 | 60.14 | 23.54 | - |
| YUV | 194.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 109 | 0.11 | 0 | 0.49 | 0.16 | 73.71 | 0.56 | 0.63 |
| Hex | BE | D6 | 6D | B | 0 | 31 | 10 | 4A | 38 | 3F |
| Octal | 276 | 326 | 155 | 13 | 0 | 61 | 20 | 112 | 70 | 77 |
| Binary | 10111110 | 11010110 | 1101101 | 1011 | 0 | 110001 | 10000 | 1001010 | 111000 | 111111 |
Color Harmonies of #BED66D
Complementary color
Monochromatic Colors of #BED66D
Black with #BED66D
Text Example
Text Example
White with #BED66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED66D; }
p { color: rgb(190,214,109); }
H1.HeaderClassName
{
color: #BED66D;
}
.AnyTagClassName
{
color: #BED66D;
}
</style>
background-color css
<style>
a { background-color: #BED66D; }
a { background-color: rgb(190,214,109); }
div.DivClassName
{
background-color: #BED66D;
}
.BgClassName
{
background-color: #BED66D;
}
</style>
border-color css
<style>
span { border-color: #BED66D; }
span { border-color: rgb(190,214,109); }
td.TdClassName
{
border-color: #BED66D;
}
.TagClassName
{
border-color: #BED66D;
}
</style>