Shades of Wild Willow #BECC68
Tints of Wild Willow #BECC68
RGB
CMYK
RGB Variations
Color information
#BECC68 (or 0xBECC68) is known color: Wild Willow. HEX triplet: BE, CC and 68. RGB value is (190,204,104). Sum of RGB (Red+Green+Blue) = 190+204+104=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC68 is #413397. Grayscale: #BCBCBC. Windows color (decimal): -4273048 or 6868158. OLE color: 6868158.
HSL color Cylindrical-coordinate representation of color #BECC68: hue angle of 68.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BECC68 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 104 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.2 |
| HSL | 68.4º | 0.5% | 0.6% | - |
| HSV(B) | 68.4º | 0.49% | 0.8% | - |
| XYZ | 45.33 | 55.13 | 21.35 | - |
| YUV | 188.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 104 | 0.07 | 0 | 0.49 | 0.2 | 68.4 | 0.5 | 0.6 |
| Hex | BE | CC | 68 | 7 | 0 | 31 | 14 | 44 | 32 | 3C |
| Octal | 276 | 314 | 150 | 7 | 0 | 61 | 24 | 104 | 62 | 74 |
| Binary | 10111110 | 11001100 | 1101000 | 111 | 0 | 110001 | 10100 | 1000100 | 110010 | 111100 |
Color Harmonies of #BECC68
Complementary color
Monochromatic Colors of #BECC68
Black with #BECC68
Text Example
Text Example
White with #BECC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC68; }
p { color: rgb(190,204,104); }
H1.HeaderClassName
{
color: #BECC68;
}
.AnyTagClassName
{
color: #BECC68;
}
</style>
background-color css
<style>
a { background-color: #BECC68; }
a { background-color: rgb(190,204,104); }
div.DivClassName
{
background-color: #BECC68;
}
.BgClassName
{
background-color: #BECC68;
}
</style>
border-color css
<style>
span { border-color: #BECC68; }
span { border-color: rgb(190,204,104); }
td.TdClassName
{
border-color: #BECC68;
}
.TagClassName
{
border-color: #BECC68;
}
</style>