Shades of Green Mist #BEC095
Tints of Green Mist #BEC095
RGB
CMYK
RGB Variations
Color information
#BEC095 (or 0xBEC095) is known color: Green Mist. HEX triplet: BE, C0 and 95. RGB value is (190,192,149). Sum of RGB (Red+Green+Blue) = 190+192+149=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC095 is #413F6A. Grayscale: #BABABA. Windows color (decimal): -4276075 or 9814206. OLE color: 9814206.
HSL color Cylindrical-coordinate representation of color #BEC095: hue angle of 62.79º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC095 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 149 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.25 |
| HSL | 62.79º | 0.25% | 0.67% | - |
| HSV(B) | 62.79º | 0.22% | 0.75% | - |
| XYZ | 45.51 | 50.82 | 35.84 | - |
| YUV | 186.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 149 | 0.01 | 0 | 0.22 | 0.25 | 62.79 | 0.25 | 0.67 |
| Hex | BE | C0 | 95 | 1 | 0 | 16 | 19 | 3F | 19 | 43 |
| Octal | 276 | 300 | 225 | 1 | 0 | 26 | 31 | 77 | 31 | 103 |
| Binary | 10111110 | 11000000 | 10010101 | 1 | 0 | 10110 | 11001 | 111111 | 11001 | 1000011 |
Color Harmonies of #BEC095
Complementary color
Monochromatic Colors of #BEC095
Black with #BEC095
Text Example
Text Example
White with #BEC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC095; }
p { color: rgb(190,192,149); }
H1.HeaderClassName
{
color: #BEC095;
}
.AnyTagClassName
{
color: #BEC095;
}
</style>
background-color css
<style>
a { background-color: #BEC095; }
a { background-color: rgb(190,192,149); }
div.DivClassName
{
background-color: #BEC095;
}
.BgClassName
{
background-color: #BEC095;
}
</style>
border-color css
<style>
span { border-color: #BEC095; }
span { border-color: rgb(190,192,149); }
td.TdClassName
{
border-color: #BEC095;
}
.TagClassName
{
border-color: #BEC095;
}
</style>