Shades of Wild Willow #BED95D
Tints of Wild Willow #BED95D
RGB
CMYK
RGB Variations
Color information
#BED95D (or 0xBED95D) is known color: Wild Willow. HEX triplet: BE, D9 and 5D. RGB value is (190,217,93). Sum of RGB (Red+Green+Blue) = 190+217+93=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #BED95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED95D is #4126A2. Grayscale: #C3C3C3. Windows color (decimal): -4269731 or 6150590. OLE color: 6150590.
HSL color Cylindrical-coordinate representation of color #BED95D: hue angle of 73.06º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED95D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 93 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.15 |
| HSL | 73.06º | 0.62% | 0.61% | - |
| HSV(B) | 73.06º | 0.57% | 0.85% | - |
| XYZ | 48.02 | 61.36 | 19.67 | - |
| YUV | 194.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 93 | 0.12 | 0 | 0.57 | 0.15 | 73.06 | 0.62 | 0.61 |
| Hex | BE | D9 | 5D | C | 0 | 39 | F | 49 | 3E | 3D |
| Octal | 276 | 331 | 135 | 14 | 0 | 71 | 17 | 111 | 76 | 75 |
| Binary | 10111110 | 11011001 | 1011101 | 1100 | 0 | 111001 | 1111 | 1001001 | 111110 | 111101 |
Color Harmonies of #BED95D
Complementary color
Monochromatic Colors of #BED95D
Black with #BED95D
Text Example
Text Example
White with #BED95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED95D; }
p { color: rgb(190,217,93); }
H1.HeaderClassName
{
color: #BED95D;
}
.AnyTagClassName
{
color: #BED95D;
}
</style>
background-color css
<style>
a { background-color: #BED95D; }
a { background-color: rgb(190,217,93); }
div.DivClassName
{
background-color: #BED95D;
}
.BgClassName
{
background-color: #BED95D;
}
</style>
border-color css
<style>
span { border-color: #BED95D; }
span { border-color: rgb(190,217,93); }
td.TdClassName
{
border-color: #BED95D;
}
.TagClassName
{
border-color: #BED95D;
}
</style>