Shades of Wild Willow #BEC968
Tints of Wild Willow #BEC968
RGB
CMYK
RGB Variations
Color information
#BEC968 (or 0xBEC968) is known color: Wild Willow. HEX triplet: BE, C9 and 68. RGB value is (190,201,104). Sum of RGB (Red+Green+Blue) = 190+201+104=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC968 is #413697. Grayscale: #BBBBBB. Windows color (decimal): -4273816 or 6867390. OLE color: 6867390.
HSL color Cylindrical-coordinate representation of color #BEC968: hue angle of 66.8º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC968 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 104 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.21 |
| HSL | 66.8º | 0.47% | 0.6% | - |
| HSV(B) | 66.8º | 0.48% | 0.79% | - |
| XYZ | 44.62 | 53.72 | 21.11 | - |
| YUV | 186.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 104 | 0.05 | 0 | 0.48 | 0.21 | 66.8 | 0.47 | 0.6 |
| Hex | BE | C9 | 68 | 5 | 0 | 30 | 15 | 43 | 2F | 3C |
| Octal | 276 | 311 | 150 | 5 | 0 | 60 | 25 | 103 | 57 | 74 |
| Binary | 10111110 | 11001001 | 1101000 | 101 | 0 | 110000 | 10101 | 1000011 | 101111 | 111100 |
Color Harmonies of #BEC968
Complementary color
Monochromatic Colors of #BEC968
Black with #BEC968
Text Example
Text Example
White with #BEC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC968; }
p { color: rgb(190,201,104); }
H1.HeaderClassName
{
color: #BEC968;
}
.AnyTagClassName
{
color: #BEC968;
}
</style>
background-color css
<style>
a { background-color: #BEC968; }
a { background-color: rgb(190,201,104); }
div.DivClassName
{
background-color: #BEC968;
}
.BgClassName
{
background-color: #BEC968;
}
</style>
border-color css
<style>
span { border-color: #BEC968; }
span { border-color: rgb(190,201,104); }
td.TdClassName
{
border-color: #BEC968;
}
.TagClassName
{
border-color: #BEC968;
}
</style>