Shades of Wild Willow #BED76B
Tints of Wild Willow #BED76B
RGB
CMYK
RGB Variations
Color information
#BED76B (or 0xBED76B) is known color: Wild Willow. HEX triplet: BE, D7 and 6B. RGB value is (190,215,107). Sum of RGB (Red+Green+Blue) = 190+215+107=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #BED76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED76B is #412894. Grayscale: #C3C3C3. Windows color (decimal): -4270229 or 7067582. OLE color: 7067582.
HSL color Cylindrical-coordinate representation of color #BED76B: hue angle of 73.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED76B is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 107 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.16 |
| HSL | 73.89º | 0.57% | 0.63% | - |
| HSV(B) | 73.89º | 0.5% | 0.84% | - |
| XYZ | 48.19 | 60.61 | 23.07 | - |
| YUV | 195.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 107 | 0.12 | 0 | 0.50 | 0.16 | 73.89 | 0.57 | 0.63 |
| Hex | BE | D7 | 6B | C | 0 | 32 | 10 | 4A | 39 | 3F |
| Octal | 276 | 327 | 153 | 14 | 0 | 62 | 20 | 112 | 71 | 77 |
| Binary | 10111110 | 11010111 | 1101011 | 1100 | 0 | 110010 | 10000 | 1001010 | 111001 | 111111 |
Color Harmonies of #BED76B
Complementary color
Monochromatic Colors of #BED76B
Black with #BED76B
Text Example
Text Example
White with #BED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED76B; }
p { color: rgb(190,215,107); }
H1.HeaderClassName
{
color: #BED76B;
}
.AnyTagClassName
{
color: #BED76B;
}
</style>
background-color css
<style>
a { background-color: #BED76B; }
a { background-color: rgb(190,215,107); }
div.DivClassName
{
background-color: #BED76B;
}
.BgClassName
{
background-color: #BED76B;
}
</style>
border-color css
<style>
span { border-color: #BED76B; }
span { border-color: rgb(190,215,107); }
td.TdClassName
{
border-color: #BED76B;
}
.TagClassName
{
border-color: #BED76B;
}
</style>