Shades of Wild Willow #BEDB6C
Tints of Wild Willow #BEDB6C
RGB
CMYK
RGB Variations
Color information
#BEDB6C (or 0xBEDB6C) is known color: Wild Willow. HEX triplet: BE, DB and 6C. RGB value is (190,219,108). Sum of RGB (Red+Green+Blue) = 190+219+108=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB6C is #412493. Grayscale: #C6C6C6. Windows color (decimal): -4269204 or 7134142. OLE color: 7134142.
HSL color Cylindrical-coordinate representation of color #BEDB6C: hue angle of 75.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDB6C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 108 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.14 |
| HSL | 75.68º | 0.61% | 0.64% | - |
| HSV(B) | 75.68º | 0.51% | 0.86% | - |
| XYZ | 49.27 | 62.69 | 23.69 | - |
| YUV | 197.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 108 | 0.13 | 0 | 0.51 | 0.14 | 75.68 | 0.61 | 0.64 |
| Hex | BE | DB | 6C | D | 0 | 33 | E | 4C | 3D | 40 |
| Octal | 276 | 333 | 154 | 15 | 0 | 63 | 16 | 114 | 75 | 100 |
| Binary | 10111110 | 11011011 | 1101100 | 1101 | 0 | 110011 | 1110 | 1001100 | 111101 | 1000000 |
Color Harmonies of #BEDB6C
Complementary color
Monochromatic Colors of #BEDB6C
Black with #BEDB6C
Text Example
Text Example
White with #BEDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB6C; }
p { color: rgb(190,219,108); }
H1.HeaderClassName
{
color: #BEDB6C;
}
.AnyTagClassName
{
color: #BEDB6C;
}
</style>
background-color css
<style>
a { background-color: #BEDB6C; }
a { background-color: rgb(190,219,108); }
div.DivClassName
{
background-color: #BEDB6C;
}
.BgClassName
{
background-color: #BEDB6C;
}
</style>
border-color css
<style>
span { border-color: #BEDB6C; }
span { border-color: rgb(190,219,108); }
td.TdClassName
{
border-color: #BEDB6C;
}
.TagClassName
{
border-color: #BEDB6C;
}
</style>