Shades of Wild Willow #BEC85D
Tints of Wild Willow #BEC85D
RGB
CMYK
RGB Variations
Color information
#BEC85D (or 0xBEC85D) is known color: Wild Willow. HEX triplet: BE, C8 and 5D. RGB value is (190,200,93). Sum of RGB (Red+Green+Blue) = 190+200+93=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC85D is #4137A2. Grayscale: #B9B9B9. Windows color (decimal): -4274083 or 6146238. OLE color: 6146238.
HSL color Cylindrical-coordinate representation of color #BEC85D: hue angle of 65.61º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEC85D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 93 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.22 |
| HSL | 65.61º | 0.49% | 0.57% | - |
| HSV(B) | 65.61º | 0.54% | 0.78% | - |
| XYZ | 43.87 | 53.05 | 18.28 | - |
| YUV | 184.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 93 | 0.05 | 0 | 0.54 | 0.22 | 65.61 | 0.49 | 0.57 |
| Hex | BE | C8 | 5D | 5 | 0 | 36 | 16 | 42 | 31 | 39 |
| Octal | 276 | 310 | 135 | 5 | 0 | 66 | 26 | 102 | 61 | 71 |
| Binary | 10111110 | 11001000 | 1011101 | 101 | 0 | 110110 | 10110 | 1000010 | 110001 | 111001 |
Color Harmonies of #BEC85D
Complementary color
Monochromatic Colors of #BEC85D
Black with #BEC85D
Text Example
Text Example
White with #BEC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC85D; }
p { color: rgb(190,200,93); }
H1.HeaderClassName
{
color: #BEC85D;
}
.AnyTagClassName
{
color: #BEC85D;
}
</style>
background-color css
<style>
a { background-color: #BEC85D; }
a { background-color: rgb(190,200,93); }
div.DivClassName
{
background-color: #BEC85D;
}
.BgClassName
{
background-color: #BEC85D;
}
</style>
border-color css
<style>
span { border-color: #BEC85D; }
span { border-color: rgb(190,200,93); }
td.TdClassName
{
border-color: #BEC85D;
}
.TagClassName
{
border-color: #BEC85D;
}
</style>