Shades of Wild Willow #BECC63
Tints of Wild Willow #BECC63
RGB
CMYK
RGB Variations
Color information
#BECC63 (or 0xBECC63) is known color: Wild Willow. HEX triplet: BE, CC and 63. RGB value is (190,204,99). Sum of RGB (Red+Green+Blue) = 190+204+99=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC63 is #41339C. Grayscale: #BCBCBC. Windows color (decimal): -4273053 or 6540478. OLE color: 6540478.
HSL color Cylindrical-coordinate representation of color #BECC63: hue angle of 68º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BECC63 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 99 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.2 |
| HSL | 68º | 0.51% | 0.59% | - |
| HSV(B) | 68º | 0.51% | 0.8% | - |
| XYZ | 45.08 | 55.03 | 20.05 | - |
| YUV | 187.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 99 | 0.07 | 0 | 0.51 | 0.2 | 68 | 0.51 | 0.59 |
| Hex | BE | CC | 63 | 7 | 0 | 33 | 14 | 44 | 33 | 3B |
| Octal | 276 | 314 | 143 | 7 | 0 | 63 | 24 | 104 | 63 | 73 |
| Binary | 10111110 | 11001100 | 1100011 | 111 | 0 | 110011 | 10100 | 1000100 | 110011 | 111011 |
Color Harmonies of #BECC63
Complementary color
Monochromatic Colors of #BECC63
Black with #BECC63
Text Example
Text Example
White with #BECC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC63; }
p { color: rgb(190,204,99); }
H1.HeaderClassName
{
color: #BECC63;
}
.AnyTagClassName
{
color: #BECC63;
}
</style>
background-color css
<style>
a { background-color: #BECC63; }
a { background-color: rgb(190,204,99); }
div.DivClassName
{
background-color: #BECC63;
}
.BgClassName
{
background-color: #BECC63;
}
</style>
border-color css
<style>
span { border-color: #BECC63; }
span { border-color: rgb(190,204,99); }
td.TdClassName
{
border-color: #BECC63;
}
.TagClassName
{
border-color: #BECC63;
}
</style>