Shades of Green Mist #BEC696
Tints of Green Mist #BEC696
RGB
CMYK
RGB Variations
Color information
#BEC696 (or 0xBEC696) is known color: Green Mist. HEX triplet: BE, C6 and 96. RGB value is (190,198,150). Sum of RGB (Red+Green+Blue) = 190+198+150=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC696 is #413969. Grayscale: #BEBEBE. Windows color (decimal): -4274538 or 9881278. OLE color: 9881278.
HSL color Cylindrical-coordinate representation of color #BEC696: hue angle of 70º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC696 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 150 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.22 |
| HSL | 70º | 0.3% | 0.68% | - |
| HSV(B) | 70º | 0.24% | 0.78% | - |
| XYZ | 46.93 | 53.54 | 36.71 | - |
| YUV | 190.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 150 | 0.04 | 0 | 0.24 | 0.22 | 70 | 0.3 | 0.68 |
| Hex | BE | C6 | 96 | 4 | 0 | 18 | 16 | 46 | 1E | 44 |
| Octal | 276 | 306 | 226 | 4 | 0 | 30 | 26 | 106 | 36 | 104 |
| Binary | 10111110 | 11000110 | 10010110 | 100 | 0 | 11000 | 10110 | 1000110 | 11110 | 1000100 |
Color Harmonies of #BEC696
Complementary color
Monochromatic Colors of #BEC696
Black with #BEC696
Text Example
Text Example
White with #BEC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC696; }
p { color: rgb(190,198,150); }
H1.HeaderClassName
{
color: #BEC696;
}
.AnyTagClassName
{
color: #BEC696;
}
</style>
background-color css
<style>
a { background-color: #BEC696; }
a { background-color: rgb(190,198,150); }
div.DivClassName
{
background-color: #BEC696;
}
.BgClassName
{
background-color: #BEC696;
}
</style>
border-color css
<style>
span { border-color: #BEC696; }
span { border-color: rgb(190,198,150); }
td.TdClassName
{
border-color: #BEC696;
}
.TagClassName
{
border-color: #BEC696;
}
</style>