Shades of Wild Willow #BEC46C
Tints of Wild Willow #BEC46C
RGB
CMYK
RGB Variations
Color information
#BEC46C (or 0xBEC46C) is known color: Wild Willow. HEX triplet: BE, C4 and 6C. RGB value is (190,196,108). Sum of RGB (Red+Green+Blue) = 190+196+108=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC46C is #413B93. Grayscale: #B8B8B8. Windows color (decimal): -4275092 or 7128254. OLE color: 7128254.
HSL color Cylindrical-coordinate representation of color #BEC46C: hue angle of 64.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEC46C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 108 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.23 |
| HSL | 64.09º | 0.43% | 0.6% | - |
| HSV(B) | 64.09º | 0.45% | 0.77% | - |
| XYZ | 43.68 | 51.51 | 21.83 | - |
| YUV | 184.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 108 | 0.03 | 0 | 0.45 | 0.23 | 64.09 | 0.43 | 0.6 |
| Hex | BE | C4 | 6C | 3 | 0 | 2D | 17 | 40 | 2B | 3C |
| Octal | 276 | 304 | 154 | 3 | 0 | 55 | 27 | 100 | 53 | 74 |
| Binary | 10111110 | 11000100 | 1101100 | 11 | 0 | 101101 | 10111 | 1000000 | 101011 | 111100 |
Color Harmonies of #BEC46C
Complementary color
Monochromatic Colors of #BEC46C
Black with #BEC46C
Text Example
Text Example
White with #BEC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC46C; }
p { color: rgb(190,196,108); }
H1.HeaderClassName
{
color: #BEC46C;
}
.AnyTagClassName
{
color: #BEC46C;
}
</style>
background-color css
<style>
a { background-color: #BEC46C; }
a { background-color: rgb(190,196,108); }
div.DivClassName
{
background-color: #BEC46C;
}
.BgClassName
{
background-color: #BEC46C;
}
</style>
border-color css
<style>
span { border-color: #BEC46C; }
span { border-color: rgb(190,196,108); }
td.TdClassName
{
border-color: #BEC46C;
}
.TagClassName
{
border-color: #BEC46C;
}
</style>