Shades of Wild Willow #BED85C
Tints of Wild Willow #BED85C
RGB
CMYK
RGB Variations
Color information
#BED85C (or 0xBED85C) is known color: Wild Willow. HEX triplet: BE, D8 and 5C. RGB value is (190,216,92). Sum of RGB (Red+Green+Blue) = 190+216+92=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85C is #4127A3. Grayscale: #C2C2C2. Windows color (decimal): -4269988 or 6084798. OLE color: 6084798.
HSL color Cylindrical-coordinate representation of color #BED85C: hue angle of 72.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED85C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 92 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.15 |
| HSL | 72.58º | 0.61% | 0.6% | - |
| HSV(B) | 72.58º | 0.57% | 0.85% | - |
| XYZ | 47.72 | 60.83 | 19.35 | - |
| YUV | 194.09 | 70.39 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 92 | 0.12 | 0 | 0.57 | 0.15 | 72.58 | 0.61 | 0.6 |
| Hex | BE | D8 | 5C | C | 0 | 39 | F | 49 | 3D | 3C |
| Octal | 276 | 330 | 134 | 14 | 0 | 71 | 17 | 111 | 75 | 74 |
| Binary | 10111110 | 11011000 | 1011100 | 1100 | 0 | 111001 | 1111 | 1001001 | 111101 | 111100 |
Color Harmonies of #BED85C
Complementary color
Monochromatic Colors of #BED85C
Black with #BED85C
Text Example
Text Example
White with #BED85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED85C; }
p { color: rgb(190,216,92); }
H1.HeaderClassName
{
color: #BED85C;
}
.AnyTagClassName
{
color: #BED85C;
}
</style>
background-color css
<style>
a { background-color: #BED85C; }
a { background-color: rgb(190,216,92); }
div.DivClassName
{
background-color: #BED85C;
}
.BgClassName
{
background-color: #BED85C;
}
</style>
border-color css
<style>
span { border-color: #BED85C; }
span { border-color: rgb(190,216,92); }
td.TdClassName
{
border-color: #BED85C;
}
.TagClassName
{
border-color: #BED85C;
}
</style>