Shades of Wild Willow #BECE6F
Tints of Wild Willow #BECE6F
RGB
CMYK
RGB Variations
Color information
#BECE6F (or 0xBECE6F) is known color: Wild Willow. HEX triplet: BE, CE and 6F. RGB value is (190,206,111). Sum of RGB (Red+Green+Blue) = 190+206+111=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE6F is #413190. Grayscale: #BEBEBE. Windows color (decimal): -4272529 or 7327422. OLE color: 7327422.
HSL color Cylindrical-coordinate representation of color #BECE6F: hue angle of 70.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECE6F is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 111 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.19 |
| HSL | 70.11º | 0.49% | 0.62% | - |
| HSV(B) | 70.11º | 0.46% | 0.81% | - |
| XYZ | 46.18 | 56.24 | 23.46 | - |
| YUV | 190.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 111 | 0.08 | 0 | 0.46 | 0.19 | 70.11 | 0.49 | 0.62 |
| Hex | BE | CE | 6F | 8 | 0 | 2E | 13 | 46 | 31 | 3E |
| Octal | 276 | 316 | 157 | 10 | 0 | 56 | 23 | 106 | 61 | 76 |
| Binary | 10111110 | 11001110 | 1101111 | 1000 | 0 | 101110 | 10011 | 1000110 | 110001 | 111110 |
Color Harmonies of #BECE6F
Complementary color
Monochromatic Colors of #BECE6F
Black with #BECE6F
Text Example
Text Example
White with #BECE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE6F; }
p { color: rgb(190,206,111); }
H1.HeaderClassName
{
color: #BECE6F;
}
.AnyTagClassName
{
color: #BECE6F;
}
</style>
background-color css
<style>
a { background-color: #BECE6F; }
a { background-color: rgb(190,206,111); }
div.DivClassName
{
background-color: #BECE6F;
}
.BgClassName
{
background-color: #BECE6F;
}
</style>
border-color css
<style>
span { border-color: #BECE6F; }
span { border-color: rgb(190,206,111); }
td.TdClassName
{
border-color: #BECE6F;
}
.TagClassName
{
border-color: #BECE6F;
}
</style>