Shades of Wild Willow #BECF63
Tints of Wild Willow #BECF63
RGB
CMYK
RGB Variations
Color information
#BECF63 (or 0xBECF63) is known color: Wild Willow. HEX triplet: BE, CF and 63. RGB value is (190,207,99). Sum of RGB (Red+Green+Blue) = 190+207+99=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF63 is #41309C. Grayscale: #BEBEBE. Windows color (decimal): -4272285 or 6541246. OLE color: 6541246.
HSL color Cylindrical-coordinate representation of color #BECF63: hue angle of 69.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BECF63 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 99 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.19 |
| HSL | 69.44º | 0.53% | 0.6% | - |
| HSV(B) | 69.44º | 0.52% | 0.81% | - |
| XYZ | 45.8 | 56.47 | 20.29 | - |
| YUV | 189.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 99 | 0.08 | 0 | 0.52 | 0.19 | 69.44 | 0.53 | 0.6 |
| Hex | BE | CF | 63 | 8 | 0 | 34 | 13 | 45 | 35 | 3C |
| Octal | 276 | 317 | 143 | 10 | 0 | 64 | 23 | 105 | 65 | 74 |
| Binary | 10111110 | 11001111 | 1100011 | 1000 | 0 | 110100 | 10011 | 1000101 | 110101 | 111100 |
Color Harmonies of #BECF63
Complementary color
Monochromatic Colors of #BECF63
Black with #BECF63
Text Example
Text Example
White with #BECF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF63; }
p { color: rgb(190,207,99); }
H1.HeaderClassName
{
color: #BECF63;
}
.AnyTagClassName
{
color: #BECF63;
}
</style>
background-color css
<style>
a { background-color: #BECF63; }
a { background-color: rgb(190,207,99); }
div.DivClassName
{
background-color: #BECF63;
}
.BgClassName
{
background-color: #BECF63;
}
</style>
border-color css
<style>
span { border-color: #BECF63; }
span { border-color: rgb(190,207,99); }
td.TdClassName
{
border-color: #BECF63;
}
.TagClassName
{
border-color: #BECF63;
}
</style>