Shades of Wild Willow #BEC05D
Tints of Wild Willow #BEC05D
RGB
CMYK
RGB Variations
Color information
#BEC05D (or 0xBEC05D) is known color: Wild Willow. HEX triplet: BE, C0 and 5D. RGB value is (190,192,93). Sum of RGB (Red+Green+Blue) = 190+192+93=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05D is #413FA2. Grayscale: #B4B4B4. Windows color (decimal): -4276131 or 6144190. OLE color: 6144190.
HSL color Cylindrical-coordinate representation of color #BEC05D: hue angle of 61.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC05D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 93 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.25 |
| HSL | 61.21º | 0.44% | 0.56% | - |
| HSV(B) | 61.21º | 0.52% | 0.75% | - |
| XYZ | 42.06 | 49.44 | 17.68 | - |
| YUV | 180.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 93 | 0.01 | 0 | 0.52 | 0.25 | 61.21 | 0.44 | 0.56 |
| Hex | BE | C0 | 5D | 1 | 0 | 34 | 19 | 3D | 2C | 38 |
| Octal | 276 | 300 | 135 | 1 | 0 | 64 | 31 | 75 | 54 | 70 |
| Binary | 10111110 | 11000000 | 1011101 | 1 | 0 | 110100 | 11001 | 111101 | 101100 | 111000 |
Color Harmonies of #BEC05D
Complementary color
Monochromatic Colors of #BEC05D
Black with #BEC05D
Text Example
Text Example
White with #BEC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC05D; }
p { color: rgb(190,192,93); }
H1.HeaderClassName
{
color: #BEC05D;
}
.AnyTagClassName
{
color: #BEC05D;
}
</style>
background-color css
<style>
a { background-color: #BEC05D; }
a { background-color: rgb(190,192,93); }
div.DivClassName
{
background-color: #BEC05D;
}
.BgClassName
{
background-color: #BEC05D;
}
</style>
border-color css
<style>
span { border-color: #BEC05D; }
span { border-color: rgb(190,192,93); }
td.TdClassName
{
border-color: #BEC05D;
}
.TagClassName
{
border-color: #BEC05D;
}
</style>