Shades of Wild Willow #BED26B
Tints of Wild Willow #BED26B
RGB
CMYK
RGB Variations
Color information
#BED26B (or 0xBED26B) is known color: Wild Willow. HEX triplet: BE, D2 and 6B. RGB value is (190,210,107). Sum of RGB (Red+Green+Blue) = 190+210+107=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26B is #412D94. Grayscale: #C0C0C0. Windows color (decimal): -4271509 or 7066302. OLE color: 7066302.
HSL color Cylindrical-coordinate representation of color #BED26B: hue angle of 71.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED26B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 107 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.18 |
| HSL | 71.65º | 0.53% | 0.62% | - |
| HSV(B) | 71.65º | 0.49% | 0.82% | - |
| XYZ | 46.94 | 58.1 | 22.65 | - |
| YUV | 192.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 107 | 0.10 | 0 | 0.49 | 0.18 | 71.65 | 0.53 | 0.62 |
| Hex | BE | D2 | 6B | A | 0 | 31 | 12 | 48 | 35 | 3E |
| Octal | 276 | 322 | 153 | 12 | 0 | 61 | 22 | 110 | 65 | 76 |
| Binary | 10111110 | 11010010 | 1101011 | 1010 | 0 | 110001 | 10010 | 1001000 | 110101 | 111110 |
Color Harmonies of #BED26B
Complementary color
Monochromatic Colors of #BED26B
Black with #BED26B
Text Example
Text Example
White with #BED26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED26B; }
p { color: rgb(190,210,107); }
H1.HeaderClassName
{
color: #BED26B;
}
.AnyTagClassName
{
color: #BED26B;
}
</style>
background-color css
<style>
a { background-color: #BED26B; }
a { background-color: rgb(190,210,107); }
div.DivClassName
{
background-color: #BED26B;
}
.BgClassName
{
background-color: #BED26B;
}
</style>
border-color css
<style>
span { border-color: #BED26B; }
span { border-color: rgb(190,210,107); }
td.TdClassName
{
border-color: #BED26B;
}
.TagClassName
{
border-color: #BED26B;
}
</style>