Shades of Wild Willow #BED76A
Tints of Wild Willow #BED76A
RGB
CMYK
RGB Variations
Color information
#BED76A (or 0xBED76A) is known color: Wild Willow. HEX triplet: BE, D7 and 6A. RGB value is (190,215,106). Sum of RGB (Red+Green+Blue) = 190+215+106=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BED76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED76A is #412895. Grayscale: #C3C3C3. Windows color (decimal): -4270230 or 7002046. OLE color: 7002046.
HSL color Cylindrical-coordinate representation of color #BED76A: hue angle of 73.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED76A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 106 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.16 |
| HSL | 73.76º | 0.58% | 0.63% | - |
| HSV(B) | 73.76º | 0.51% | 0.84% | - |
| XYZ | 48.14 | 60.59 | 22.79 | - |
| YUV | 195.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 106 | 0.12 | 0 | 0.51 | 0.16 | 73.76 | 0.58 | 0.63 |
| Hex | BE | D7 | 6A | C | 0 | 33 | 10 | 4A | 3A | 3F |
| Octal | 276 | 327 | 152 | 14 | 0 | 63 | 20 | 112 | 72 | 77 |
| Binary | 10111110 | 11010111 | 1101010 | 1100 | 0 | 110011 | 10000 | 1001010 | 111010 | 111111 |
Color Harmonies of #BED76A
Complementary color
Monochromatic Colors of #BED76A
Black with #BED76A
Text Example
Text Example
White with #BED76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED76A; }
p { color: rgb(190,215,106); }
H1.HeaderClassName
{
color: #BED76A;
}
.AnyTagClassName
{
color: #BED76A;
}
</style>
background-color css
<style>
a { background-color: #BED76A; }
a { background-color: rgb(190,215,106); }
div.DivClassName
{
background-color: #BED76A;
}
.BgClassName
{
background-color: #BED76A;
}
</style>
border-color css
<style>
span { border-color: #BED76A; }
span { border-color: rgb(190,215,106); }
td.TdClassName
{
border-color: #BED76A;
}
.TagClassName
{
border-color: #BED76A;
}
</style>