Shades of Wild Willow #BEC96D
Tints of Wild Willow #BEC96D
RGB
CMYK
RGB Variations
Color information
#BEC96D (or 0xBEC96D) is known color: Wild Willow. HEX triplet: BE, C9 and 6D. RGB value is (190,201,109). Sum of RGB (Red+Green+Blue) = 190+201+109=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC96D is #413692. Grayscale: #BBBBBB. Windows color (decimal): -4273811 or 7195070. OLE color: 7195070.
HSL color Cylindrical-coordinate representation of color #BEC96D: hue angle of 67.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEC96D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 109 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.21 |
| HSL | 67.17º | 0.46% | 0.61% | - |
| HSV(B) | 67.17º | 0.46% | 0.79% | - |
| XYZ | 44.88 | 53.82 | 22.49 | - |
| YUV | 187.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 109 | 0.05 | 0 | 0.46 | 0.21 | 67.17 | 0.46 | 0.61 |
| Hex | BE | C9 | 6D | 5 | 0 | 2E | 15 | 43 | 2E | 3D |
| Octal | 276 | 311 | 155 | 5 | 0 | 56 | 25 | 103 | 56 | 75 |
| Binary | 10111110 | 11001001 | 1101101 | 101 | 0 | 101110 | 10101 | 1000011 | 101110 | 111101 |
Color Harmonies of #BEC96D
Complementary color
Monochromatic Colors of #BEC96D
Black with #BEC96D
Text Example
Text Example
White with #BEC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC96D; }
p { color: rgb(190,201,109); }
H1.HeaderClassName
{
color: #BEC96D;
}
.AnyTagClassName
{
color: #BEC96D;
}
</style>
background-color css
<style>
a { background-color: #BEC96D; }
a { background-color: rgb(190,201,109); }
div.DivClassName
{
background-color: #BEC96D;
}
.BgClassName
{
background-color: #BEC96D;
}
</style>
border-color css
<style>
span { border-color: #BEC96D; }
span { border-color: rgb(190,201,109); }
td.TdClassName
{
border-color: #BEC96D;
}
.TagClassName
{
border-color: #BEC96D;
}
</style>