Shades of Wild Willow #BEC66D
Tints of Wild Willow #BEC66D
RGB
CMYK
RGB Variations
Color information
#BEC66D (or 0xBEC66D) is known color: Wild Willow. HEX triplet: BE, C6 and 6D. RGB value is (190,198,109). Sum of RGB (Red+Green+Blue) = 190+198+109=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC66D is #413992. Grayscale: #B9B9B9. Windows color (decimal): -4274579 or 7194302. OLE color: 7194302.
HSL color Cylindrical-coordinate representation of color #BEC66D: hue angle of 65.39º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEC66D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 109 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.22 |
| HSL | 65.39º | 0.44% | 0.6% | - |
| HSV(B) | 65.39º | 0.45% | 0.78% | - |
| XYZ | 44.19 | 52.44 | 22.26 | - |
| YUV | 185.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 109 | 0.04 | 0 | 0.45 | 0.22 | 65.39 | 0.44 | 0.6 |
| Hex | BE | C6 | 6D | 4 | 0 | 2D | 16 | 41 | 2C | 3C |
| Octal | 276 | 306 | 155 | 4 | 0 | 55 | 26 | 101 | 54 | 74 |
| Binary | 10111110 | 11000110 | 1101101 | 100 | 0 | 101101 | 10110 | 1000001 | 101100 | 111100 |
Color Harmonies of #BEC66D
Complementary color
Monochromatic Colors of #BEC66D
Black with #BEC66D
Text Example
Text Example
White with #BEC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC66D; }
p { color: rgb(190,198,109); }
H1.HeaderClassName
{
color: #BEC66D;
}
.AnyTagClassName
{
color: #BEC66D;
}
</style>
background-color css
<style>
a { background-color: #BEC66D; }
a { background-color: rgb(190,198,109); }
div.DivClassName
{
background-color: #BEC66D;
}
.BgClassName
{
background-color: #BEC66D;
}
</style>
border-color css
<style>
span { border-color: #BEC66D; }
span { border-color: rgb(190,198,109); }
td.TdClassName
{
border-color: #BEC66D;
}
.TagClassName
{
border-color: #BEC66D;
}
</style>