Shades of Wild Willow #BED26A
Tints of Wild Willow #BED26A
RGB
CMYK
RGB Variations
Color information
#BED26A (or 0xBED26A) is known color: Wild Willow. HEX triplet: BE, D2 and 6A. RGB value is (190,210,106). Sum of RGB (Red+Green+Blue) = 190+210+106=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26A is #412D95. Grayscale: #C0C0C0. Windows color (decimal): -4271510 or 7000766. OLE color: 7000766.
HSL color Cylindrical-coordinate representation of color #BED26A: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED26A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 106 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.18 |
| HSL | 71.54º | 0.54% | 0.62% | - |
| HSV(B) | 71.54º | 0.5% | 0.82% | - |
| XYZ | 46.88 | 58.08 | 22.38 | - |
| YUV | 192.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 106 | 0.10 | 0 | 0.50 | 0.18 | 71.54 | 0.54 | 0.62 |
| Hex | BE | D2 | 6A | A | 0 | 32 | 12 | 48 | 36 | 3E |
| Octal | 276 | 322 | 152 | 12 | 0 | 62 | 22 | 110 | 66 | 76 |
| Binary | 10111110 | 11010010 | 1101010 | 1010 | 0 | 110010 | 10010 | 1001000 | 110110 | 111110 |
Color Harmonies of #BED26A
Complementary color
Monochromatic Colors of #BED26A
Black with #BED26A
Text Example
Text Example
White with #BED26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED26A; }
p { color: rgb(190,210,106); }
H1.HeaderClassName
{
color: #BED26A;
}
.AnyTagClassName
{
color: #BED26A;
}
</style>
background-color css
<style>
a { background-color: #BED26A; }
a { background-color: rgb(190,210,106); }
div.DivClassName
{
background-color: #BED26A;
}
.BgClassName
{
background-color: #BED26A;
}
</style>
border-color css
<style>
span { border-color: #BED26A; }
span { border-color: rgb(190,210,106); }
td.TdClassName
{
border-color: #BED26A;
}
.TagClassName
{
border-color: #BED26A;
}
</style>