Shades of Wild Willow #BECC6C
Tints of Wild Willow #BECC6C
RGB
CMYK
RGB Variations
Color information
#BECC6C (or 0xBECC6C) is known color: Wild Willow. HEX triplet: BE, CC and 6C. RGB value is (190,204,108). Sum of RGB (Red+Green+Blue) = 190+204+108=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC6C is #413393. Grayscale: #BDBDBD. Windows color (decimal): -4273044 or 7130302. OLE color: 7130302.
HSL color Cylindrical-coordinate representation of color #BECC6C: hue angle of 68.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BECC6C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 108 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.2 |
| HSL | 68.75º | 0.48% | 0.61% | - |
| HSV(B) | 68.75º | 0.47% | 0.8% | - |
| XYZ | 45.53 | 55.22 | 22.45 | - |
| YUV | 188.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 108 | 0.07 | 0 | 0.47 | 0.2 | 68.75 | 0.48 | 0.61 |
| Hex | BE | CC | 6C | 7 | 0 | 2F | 14 | 45 | 30 | 3D |
| Octal | 276 | 314 | 154 | 7 | 0 | 57 | 24 | 105 | 60 | 75 |
| Binary | 10111110 | 11001100 | 1101100 | 111 | 0 | 101111 | 10100 | 1000101 | 110000 | 111101 |
Color Harmonies of #BECC6C
Complementary color
Monochromatic Colors of #BECC6C
Black with #BECC6C
Text Example
Text Example
White with #BECC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC6C; }
p { color: rgb(190,204,108); }
H1.HeaderClassName
{
color: #BECC6C;
}
.AnyTagClassName
{
color: #BECC6C;
}
</style>
background-color css
<style>
a { background-color: #BECC6C; }
a { background-color: rgb(190,204,108); }
div.DivClassName
{
background-color: #BECC6C;
}
.BgClassName
{
background-color: #BECC6C;
}
</style>
border-color css
<style>
span { border-color: #BECC6C; }
span { border-color: rgb(190,204,108); }
td.TdClassName
{
border-color: #BECC6C;
}
.TagClassName
{
border-color: #BECC6C;
}
</style>