Shades of Wild Willow #BECD63
Tints of Wild Willow #BECD63
RGB
CMYK
RGB Variations
Color information
#BECD63 (or 0xBECD63) is known color: Wild Willow. HEX triplet: BE, CD and 63. RGB value is (190,205,99). Sum of RGB (Red+Green+Blue) = 190+205+99=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD63 is #41329C. Grayscale: #BCBCBC. Windows color (decimal): -4272797 or 6540734. OLE color: 6540734.
HSL color Cylindrical-coordinate representation of color #BECD63: hue angle of 68.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BECD63 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 99 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.20 |
| HSL | 68.49º | 0.51% | 0.6% | - |
| HSV(B) | 68.49º | 0.52% | 0.8% | - |
| XYZ | 45.32 | 55.51 | 20.13 | - |
| YUV | 188.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 99 | 0.07 | 0 | 0.52 | 0.20 | 68.49 | 0.51 | 0.6 |
| Hex | BE | CD | 63 | 7 | 0 | 34 | 14 | 44 | 33 | 3C |
| Octal | 276 | 315 | 143 | 7 | 0 | 64 | 24 | 104 | 63 | 74 |
| Binary | 10111110 | 11001101 | 1100011 | 111 | 0 | 110100 | 10100 | 1000100 | 110011 | 111100 |
Color Harmonies of #BECD63
Complementary color
Monochromatic Colors of #BECD63
Black with #BECD63
Text Example
Text Example
White with #BECD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD63; }
p { color: rgb(190,205,99); }
H1.HeaderClassName
{
color: #BECD63;
}
.AnyTagClassName
{
color: #BECD63;
}
</style>
background-color css
<style>
a { background-color: #BECD63; }
a { background-color: rgb(190,205,99); }
div.DivClassName
{
background-color: #BECD63;
}
.BgClassName
{
background-color: #BECD63;
}
</style>
border-color css
<style>
span { border-color: #BECD63; }
span { border-color: rgb(190,205,99); }
td.TdClassName
{
border-color: #BECD63;
}
.TagClassName
{
border-color: #BECD63;
}
</style>