Shades of Wild Willow #BECD5B
Tints of Wild Willow #BECD5B
RGB
CMYK
RGB Variations
Color information
#BECD5B (or 0xBECD5B) is known color: Wild Willow. HEX triplet: BE, CD and 5B. RGB value is (190,205,91). Sum of RGB (Red+Green+Blue) = 190+205+91=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD5B is #4132A4. Grayscale: #BBBBBB. Windows color (decimal): -4272805 or 6016446. OLE color: 6016446.
HSL color Cylindrical-coordinate representation of color #BECD5B: hue angle of 67.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BECD5B is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 91 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.20 |
| HSL | 67.89º | 0.53% | 0.58% | - |
| HSV(B) | 67.89º | 0.56% | 0.8% | - |
| XYZ | 44.95 | 55.37 | 18.21 | - |
| YUV | 187.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 91 | 0.07 | 0 | 0.56 | 0.20 | 67.89 | 0.53 | 0.58 |
| Hex | BE | CD | 5B | 7 | 0 | 38 | 14 | 44 | 35 | 3A |
| Octal | 276 | 315 | 133 | 7 | 0 | 70 | 24 | 104 | 65 | 72 |
| Binary | 10111110 | 11001101 | 1011011 | 111 | 0 | 111000 | 10100 | 1000100 | 110101 | 111010 |
Color Harmonies of #BECD5B
Complementary color
Monochromatic Colors of #BECD5B
Black with #BECD5B
Text Example
Text Example
White with #BECD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD5B; }
p { color: rgb(190,205,91); }
H1.HeaderClassName
{
color: #BECD5B;
}
.AnyTagClassName
{
color: #BECD5B;
}
</style>
background-color css
<style>
a { background-color: #BECD5B; }
a { background-color: rgb(190,205,91); }
div.DivClassName
{
background-color: #BECD5B;
}
.BgClassName
{
background-color: #BECD5B;
}
</style>
border-color css
<style>
span { border-color: #BECD5B; }
span { border-color: rgb(190,205,91); }
td.TdClassName
{
border-color: #BECD5B;
}
.TagClassName
{
border-color: #BECD5B;
}
</style>