Shades of Wild Willow #BEDD69
Tints of Wild Willow #BEDD69
RGB
CMYK
RGB Variations
Color information
#BEDD69 (or 0xBEDD69) is known color: Wild Willow. HEX triplet: BE, DD and 69. RGB value is (190,221,105). Sum of RGB (Red+Green+Blue) = 190+221+105=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD69 is #412296. Grayscale: #C6C6C6. Windows color (decimal): -4268695 or 6938046. OLE color: 6938046.
HSL color Cylindrical-coordinate representation of color #BEDD69: hue angle of 76.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEDD69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 105 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.13 |
| HSL | 76.03º | 0.63% | 0.64% | - |
| HSV(B) | 76.03º | 0.52% | 0.87% | - |
| XYZ | 49.64 | 63.68 | 23.04 | - |
| YUV | 198.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 105 | 0.14 | 0 | 0.52 | 0.13 | 76.03 | 0.63 | 0.64 |
| Hex | BE | DD | 69 | E | 0 | 34 | D | 4C | 3F | 40 |
| Octal | 276 | 335 | 151 | 16 | 0 | 64 | 15 | 114 | 77 | 100 |
| Binary | 10111110 | 11011101 | 1101001 | 1110 | 0 | 110100 | 1101 | 1001100 | 111111 | 1000000 |
Color Harmonies of #BEDD69
Complementary color
Monochromatic Colors of #BEDD69
Black with #BEDD69
Text Example
Text Example
White with #BEDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD69; }
p { color: rgb(190,221,105); }
H1.HeaderClassName
{
color: #BEDD69;
}
.AnyTagClassName
{
color: #BEDD69;
}
</style>
background-color css
<style>
a { background-color: #BEDD69; }
a { background-color: rgb(190,221,105); }
div.DivClassName
{
background-color: #BEDD69;
}
.BgClassName
{
background-color: #BEDD69;
}
</style>
border-color css
<style>
span { border-color: #BEDD69; }
span { border-color: rgb(190,221,105); }
td.TdClassName
{
border-color: #BEDD69;
}
.TagClassName
{
border-color: #BEDD69;
}
</style>