Shades of Wild Willow #BEC95D
Tints of Wild Willow #BEC95D
RGB
CMYK
RGB Variations
Color information
#BEC95D (or 0xBEC95D) is known color: Wild Willow. HEX triplet: BE, C9 and 5D. RGB value is (190,201,93). Sum of RGB (Red+Green+Blue) = 190+201+93=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC95D is #4136A2. Grayscale: #B9B9B9. Windows color (decimal): -4273827 or 6146494. OLE color: 6146494.
HSL color Cylindrical-coordinate representation of color #BEC95D: hue angle of 66.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEC95D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 93 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.21 |
| HSL | 66.11º | 0.5% | 0.58% | - |
| HSV(B) | 66.11º | 0.54% | 0.79% | - |
| XYZ | 44.1 | 53.51 | 18.36 | - |
| YUV | 185.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 93 | 0.05 | 0 | 0.54 | 0.21 | 66.11 | 0.5 | 0.58 |
| Hex | BE | C9 | 5D | 5 | 0 | 36 | 15 | 42 | 32 | 3A |
| Octal | 276 | 311 | 135 | 5 | 0 | 66 | 25 | 102 | 62 | 72 |
| Binary | 10111110 | 11001001 | 1011101 | 101 | 0 | 110110 | 10101 | 1000010 | 110010 | 111010 |
Color Harmonies of #BEC95D
Complementary color
Monochromatic Colors of #BEC95D
Black with #BEC95D
Text Example
Text Example
White with #BEC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC95D; }
p { color: rgb(190,201,93); }
H1.HeaderClassName
{
color: #BEC95D;
}
.AnyTagClassName
{
color: #BEC95D;
}
</style>
background-color css
<style>
a { background-color: #BEC95D; }
a { background-color: rgb(190,201,93); }
div.DivClassName
{
background-color: #BEC95D;
}
.BgClassName
{
background-color: #BEC95D;
}
</style>
border-color css
<style>
span { border-color: #BEC95D; }
span { border-color: rgb(190,201,93); }
td.TdClassName
{
border-color: #BEC95D;
}
.TagClassName
{
border-color: #BEC95D;
}
</style>