Shades of Wild Willow #BEC367
Tints of Wild Willow #BEC367
RGB
CMYK
RGB Variations
Color information
#BEC367 (or 0xBEC367) is known color: Wild Willow. HEX triplet: BE, C3 and 67. RGB value is (190,195,103). Sum of RGB (Red+Green+Blue) = 190+195+103=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC367 is #413C98. Grayscale: #B7B7B7. Windows color (decimal): -4275353 or 6800318. OLE color: 6800318.
HSL color Cylindrical-coordinate representation of color #BEC367: hue angle of 63.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEC367 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 103 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.24 |
| HSL | 63.26º | 0.43% | 0.58% | - |
| HSV(B) | 63.26º | 0.47% | 0.76% | - |
| XYZ | 43.2 | 50.96 | 20.39 | - |
| YUV | 183.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 103 | 0.03 | 0 | 0.47 | 0.24 | 63.26 | 0.43 | 0.58 |
| Hex | BE | C3 | 67 | 3 | 0 | 2F | 18 | 3F | 2B | 3A |
| Octal | 276 | 303 | 147 | 3 | 0 | 57 | 30 | 77 | 53 | 72 |
| Binary | 10111110 | 11000011 | 1100111 | 11 | 0 | 101111 | 11000 | 111111 | 101011 | 111010 |
Color Harmonies of #BEC367
Complementary color
Monochromatic Colors of #BEC367
Black with #BEC367
Text Example
Text Example
White with #BEC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC367; }
p { color: rgb(190,195,103); }
H1.HeaderClassName
{
color: #BEC367;
}
.AnyTagClassName
{
color: #BEC367;
}
</style>
background-color css
<style>
a { background-color: #BEC367; }
a { background-color: rgb(190,195,103); }
div.DivClassName
{
background-color: #BEC367;
}
.BgClassName
{
background-color: #BEC367;
}
</style>
border-color css
<style>
span { border-color: #BEC367; }
span { border-color: rgb(190,195,103); }
td.TdClassName
{
border-color: #BEC367;
}
.TagClassName
{
border-color: #BEC367;
}
</style>