Shades of Wild Willow #BED26C
Tints of Wild Willow #BED26C
RGB
CMYK
RGB Variations
Color information
#BED26C (or 0xBED26C) is known color: Wild Willow. HEX triplet: BE, D2 and 6C. RGB value is (190,210,108). Sum of RGB (Red+Green+Blue) = 190+210+108=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #BED26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED26C is #412D93. Grayscale: #C0C0C0. Windows color (decimal): -4271508 or 7131838. OLE color: 7131838.
HSL color Cylindrical-coordinate representation of color #BED26C: hue angle of 71.76º 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 #BED26C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 108 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.18 |
| HSL | 71.76º | 0.53% | 0.62% | - |
| HSV(B) | 71.76º | 0.49% | 0.82% | - |
| XYZ | 46.99 | 58.12 | 22.93 | - |
| YUV | 192.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 108 | 0.10 | 0 | 0.49 | 0.18 | 71.76 | 0.53 | 0.62 |
| Hex | BE | D2 | 6C | A | 0 | 31 | 12 | 48 | 35 | 3E |
| Octal | 276 | 322 | 154 | 12 | 0 | 61 | 22 | 110 | 65 | 76 |
| Binary | 10111110 | 11010010 | 1101100 | 1010 | 0 | 110001 | 10010 | 1001000 | 110101 | 111110 |
Color Harmonies of #BED26C
Complementary color
Monochromatic Colors of #BED26C
Black with #BED26C
Text Example
Text Example
White with #BED26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED26C; }
p { color: rgb(190,210,108); }
H1.HeaderClassName
{
color: #BED26C;
}
.AnyTagClassName
{
color: #BED26C;
}
</style>
background-color css
<style>
a { background-color: #BED26C; }
a { background-color: rgb(190,210,108); }
div.DivClassName
{
background-color: #BED26C;
}
.BgClassName
{
background-color: #BED26C;
}
</style>
border-color css
<style>
span { border-color: #BED26C; }
span { border-color: rgb(190,210,108); }
td.TdClassName
{
border-color: #BED26C;
}
.TagClassName
{
border-color: #BED26C;
}
</style>