Shades of Wild Willow #BED65C
Tints of Wild Willow #BED65C
RGB
CMYK
RGB Variations
Color information
#BED65C (or 0xBED65C) is known color: Wild Willow. HEX triplet: BE, D6 and 5C. RGB value is (190,214,92). Sum of RGB (Red+Green+Blue) = 190+214+92=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65C is #4129A3. Grayscale: #C1C1C1. Windows color (decimal): -4270500 or 6084286. OLE color: 6084286.
HSL color Cylindrical-coordinate representation of color #BED65C: hue angle of 71.8º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED65C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 92 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.16 |
| HSL | 71.8º | 0.6% | 0.6% | - |
| HSV(B) | 71.8º | 0.57% | 0.84% | - |
| XYZ | 47.21 | 59.81 | 19.18 | - |
| YUV | 192.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 92 | 0.11 | 0 | 0.57 | 0.16 | 71.8 | 0.6 | 0.6 |
| Hex | BE | D6 | 5C | B | 0 | 39 | 10 | 48 | 3C | 3C |
| Octal | 276 | 326 | 134 | 13 | 0 | 71 | 20 | 110 | 74 | 74 |
| Binary | 10111110 | 11010110 | 1011100 | 1011 | 0 | 111001 | 10000 | 1001000 | 111100 | 111100 |
Color Harmonies of #BED65C
Complementary color
Monochromatic Colors of #BED65C
Black with #BED65C
Text Example
Text Example
White with #BED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED65C; }
p { color: rgb(190,214,92); }
H1.HeaderClassName
{
color: #BED65C;
}
.AnyTagClassName
{
color: #BED65C;
}
</style>
background-color css
<style>
a { background-color: #BED65C; }
a { background-color: rgb(190,214,92); }
div.DivClassName
{
background-color: #BED65C;
}
.BgClassName
{
background-color: #BED65C;
}
</style>
border-color css
<style>
span { border-color: #BED65C; }
span { border-color: rgb(190,214,92); }
td.TdClassName
{
border-color: #BED65C;
}
.TagClassName
{
border-color: #BED65C;
}
</style>