Shades of Green Mist #BEC596
Tints of Green Mist #BEC596
RGB
CMYK
RGB Variations
Color information
#BEC596 (or 0xBEC596) is known color: Green Mist. HEX triplet: BE, C5 and 96. RGB value is (190,197,150). Sum of RGB (Red+Green+Blue) = 190+197+150=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC596 is #413A69. Grayscale: #BDBDBD. Windows color (decimal): -4274794 or 9881022. OLE color: 9881022.
HSL color Cylindrical-coordinate representation of color #BEC596: hue angle of 68.94º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC596 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 150 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.23 |
| HSL | 68.94º | 0.29% | 0.68% | - |
| HSV(B) | 68.94º | 0.24% | 0.77% | - |
| XYZ | 46.71 | 53.08 | 36.64 | - |
| YUV | 189.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 150 | 0.04 | 0 | 0.24 | 0.23 | 68.94 | 0.29 | 0.68 |
| Hex | BE | C5 | 96 | 4 | 0 | 18 | 17 | 45 | 1D | 44 |
| Octal | 276 | 305 | 226 | 4 | 0 | 30 | 27 | 105 | 35 | 104 |
| Binary | 10111110 | 11000101 | 10010110 | 100 | 0 | 11000 | 10111 | 1000101 | 11101 | 1000100 |
Color Harmonies of #BEC596
Complementary color
Monochromatic Colors of #BEC596
Black with #BEC596
Text Example
Text Example
White with #BEC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC596; }
p { color: rgb(190,197,150); }
H1.HeaderClassName
{
color: #BEC596;
}
.AnyTagClassName
{
color: #BEC596;
}
</style>
background-color css
<style>
a { background-color: #BEC596; }
a { background-color: rgb(190,197,150); }
div.DivClassName
{
background-color: #BEC596;
}
.BgClassName
{
background-color: #BEC596;
}
</style>
border-color css
<style>
span { border-color: #BEC596; }
span { border-color: rgb(190,197,150); }
td.TdClassName
{
border-color: #BEC596;
}
.TagClassName
{
border-color: #BEC596;
}
</style>