Shades of Wild Willow #BEC15B
Tints of Wild Willow #BEC15B
RGB
CMYK
RGB Variations
Color information
#BEC15B (or 0xBEC15B) is known color: Wild Willow. HEX triplet: BE, C1 and 5B. RGB value is (190,193,91). Sum of RGB (Red+Green+Blue) = 190+193+91=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC15B is #413EA4. Grayscale: #B4B4B4. Windows color (decimal): -4275877 or 6013374. OLE color: 6013374.
HSL color Cylindrical-coordinate representation of color #BEC15B: hue angle of 61.76º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC15B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 91 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.24 |
| HSL | 61.76º | 0.45% | 0.56% | - |
| HSV(B) | 61.76º | 0.53% | 0.76% | - |
| XYZ | 42.19 | 49.84 | 17.29 | - |
| YUV | 180.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 91 | 0.02 | 0 | 0.53 | 0.24 | 61.76 | 0.45 | 0.56 |
| Hex | BE | C1 | 5B | 2 | 0 | 35 | 18 | 3E | 2D | 38 |
| Octal | 276 | 301 | 133 | 2 | 0 | 65 | 30 | 76 | 55 | 70 |
| Binary | 10111110 | 11000001 | 1011011 | 10 | 0 | 110101 | 11000 | 111110 | 101101 | 111000 |
Color Harmonies of #BEC15B
Complementary color
Monochromatic Colors of #BEC15B
Black with #BEC15B
Text Example
Text Example
White with #BEC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC15B; }
p { color: rgb(190,193,91); }
H1.HeaderClassName
{
color: #BEC15B;
}
.AnyTagClassName
{
color: #BEC15B;
}
</style>
background-color css
<style>
a { background-color: #BEC15B; }
a { background-color: rgb(190,193,91); }
div.DivClassName
{
background-color: #BEC15B;
}
.BgClassName
{
background-color: #BEC15B;
}
</style>
border-color css
<style>
span { border-color: #BEC15B; }
span { border-color: rgb(190,193,91); }
td.TdClassName
{
border-color: #BEC15B;
}
.TagClassName
{
border-color: #BEC15B;
}
</style>