Shades of Wild Willow #BECE73
Tints of Wild Willow #BECE73
RGB
CMYK
RGB Variations
Color information
#BECE73 (or 0xBECE73) is known color: Wild Willow. HEX triplet: BE, CE and 73. RGB value is (190,206,115). Sum of RGB (Red+Green+Blue) = 190+206+115=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE73 is #41318C. Grayscale: #BFBFBF. Windows color (decimal): -4272525 or 7589566. OLE color: 7589566.
HSL color Cylindrical-coordinate representation of color #BECE73: hue angle of 70.55º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BECE73 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 115 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.19 |
| HSL | 70.55º | 0.48% | 0.63% | - |
| HSV(B) | 70.55º | 0.44% | 0.81% | - |
| XYZ | 46.4 | 56.33 | 24.65 | - |
| YUV | 190.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 115 | 0.08 | 0 | 0.44 | 0.19 | 70.55 | 0.48 | 0.63 |
| Hex | BE | CE | 73 | 8 | 0 | 2C | 13 | 47 | 30 | 3F |
| Octal | 276 | 316 | 163 | 10 | 0 | 54 | 23 | 107 | 60 | 77 |
| Binary | 10111110 | 11001110 | 1110011 | 1000 | 0 | 101100 | 10011 | 1000111 | 110000 | 111111 |
Color Harmonies of #BECE73
Complementary color
Monochromatic Colors of #BECE73
Black with #BECE73
Text Example
Text Example
White with #BECE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE73; }
p { color: rgb(190,206,115); }
H1.HeaderClassName
{
color: #BECE73;
}
.AnyTagClassName
{
color: #BECE73;
}
</style>
background-color css
<style>
a { background-color: #BECE73; }
a { background-color: rgb(190,206,115); }
div.DivClassName
{
background-color: #BECE73;
}
.BgClassName
{
background-color: #BECE73;
}
</style>
border-color css
<style>
span { border-color: #BECE73; }
span { border-color: rgb(190,206,115); }
td.TdClassName
{
border-color: #BECE73;
}
.TagClassName
{
border-color: #BECE73;
}
</style>