Shades of Green Mist #BEC49C
Tints of Green Mist #BEC49C
RGB
CMYK
RGB Variations
Color information
#BEC49C (or 0xBEC49C) is known color: Green Mist. HEX triplet: BE, C4 and 9C. RGB value is (190,196,156). Sum of RGB (Red+Green+Blue) = 190+196+156=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC49C is #413B63. Grayscale: #BDBDBD. Windows color (decimal): -4275044 or 10273982. OLE color: 10273982.
HSL color Cylindrical-coordinate representation of color #BEC49C: hue angle of 69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC49C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 156 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.23 |
| HSL | 69º | 0.25% | 0.69% | - |
| HSV(B) | 69º | 0.2% | 0.77% | - |
| XYZ | 46.98 | 52.83 | 39.17 | - |
| YUV | 189.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 156 | 0.03 | 0 | 0.20 | 0.23 | 69 | 0.25 | 0.69 |
| Hex | BE | C4 | 9C | 3 | 0 | 14 | 17 | 45 | 19 | 45 |
| Octal | 276 | 304 | 234 | 3 | 0 | 24 | 27 | 105 | 31 | 105 |
| Binary | 10111110 | 11000100 | 10011100 | 11 | 0 | 10100 | 10111 | 1000101 | 11001 | 1000101 |
Color Harmonies of #BEC49C
Complementary color
Monochromatic Colors of #BEC49C
Black with #BEC49C
Text Example
Text Example
White with #BEC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC49C; }
p { color: rgb(190,196,156); }
H1.HeaderClassName
{
color: #BEC49C;
}
.AnyTagClassName
{
color: #BEC49C;
}
</style>
background-color css
<style>
a { background-color: #BEC49C; }
a { background-color: rgb(190,196,156); }
div.DivClassName
{
background-color: #BEC49C;
}
.BgClassName
{
background-color: #BEC49C;
}
</style>
border-color css
<style>
span { border-color: #BEC49C; }
span { border-color: rgb(190,196,156); }
td.TdClassName
{
border-color: #BEC49C;
}
.TagClassName
{
border-color: #BEC49C;
}
</style>