Shades of Wild Willow #BED06F
Tints of Wild Willow #BED06F
RGB
CMYK
RGB Variations
Color information
#BED06F (or 0xBED06F) is known color: Wild Willow. HEX triplet: BE, D0 and 6F. RGB value is (190,208,111). Sum of RGB (Red+Green+Blue) = 190+208+111=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BED06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED06F is #412F90. Grayscale: #BFBFBF. Windows color (decimal): -4272017 or 7327934. OLE color: 7327934.
HSL color Cylindrical-coordinate representation of color #BED06F: hue angle of 71.13º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED06F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 111 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.18 |
| HSL | 71.13º | 0.51% | 0.63% | - |
| HSV(B) | 71.13º | 0.47% | 0.82% | - |
| XYZ | 46.66 | 57.21 | 23.62 | - |
| YUV | 191.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 111 | 0.09 | 0 | 0.47 | 0.18 | 71.13 | 0.51 | 0.63 |
| Hex | BE | D0 | 6F | 9 | 0 | 2F | 12 | 47 | 33 | 3F |
| Octal | 276 | 320 | 157 | 11 | 0 | 57 | 22 | 107 | 63 | 77 |
| Binary | 10111110 | 11010000 | 1101111 | 1001 | 0 | 101111 | 10010 | 1000111 | 110011 | 111111 |
Color Harmonies of #BED06F
Complementary color
Monochromatic Colors of #BED06F
Black with #BED06F
Text Example
Text Example
White with #BED06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED06F; }
p { color: rgb(190,208,111); }
H1.HeaderClassName
{
color: #BED06F;
}
.AnyTagClassName
{
color: #BED06F;
}
</style>
background-color css
<style>
a { background-color: #BED06F; }
a { background-color: rgb(190,208,111); }
div.DivClassName
{
background-color: #BED06F;
}
.BgClassName
{
background-color: #BED06F;
}
</style>
border-color css
<style>
span { border-color: #BED06F; }
span { border-color: rgb(190,208,111); }
td.TdClassName
{
border-color: #BED06F;
}
.TagClassName
{
border-color: #BED06F;
}
</style>