Shades of Green Mist #BEC591
Tints of Green Mist #BEC591
RGB
CMYK
RGB Variations
Color information
#BEC591 (or 0xBEC591) is known color: Green Mist. HEX triplet: BE, C5 and 91. RGB value is (190,197,145). Sum of RGB (Red+Green+Blue) = 190+197+145=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC591 is #413A6E. Grayscale: #BDBDBD. Windows color (decimal): -4274799 or 9553342. OLE color: 9553342.
HSL color Cylindrical-coordinate representation of color #BEC591: hue angle of 68.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEC591 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 145 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.23 |
| HSL | 68.08º | 0.31% | 0.67% | - |
| HSV(B) | 68.08º | 0.26% | 0.77% | - |
| XYZ | 46.31 | 52.92 | 34.56 | - |
| YUV | 188.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 145 | 0.04 | 0 | 0.26 | 0.23 | 68.08 | 0.31 | 0.67 |
| Hex | BE | C5 | 91 | 4 | 0 | 1A | 17 | 44 | 1F | 43 |
| Octal | 276 | 305 | 221 | 4 | 0 | 32 | 27 | 104 | 37 | 103 |
| Binary | 10111110 | 11000101 | 10010001 | 100 | 0 | 11010 | 10111 | 1000100 | 11111 | 1000011 |
Color Harmonies of #BEC591
Complementary color
Monochromatic Colors of #BEC591
Black with #BEC591
Text Example
Text Example
White with #BEC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC591; }
p { color: rgb(190,197,145); }
H1.HeaderClassName
{
color: #BEC591;
}
.AnyTagClassName
{
color: #BEC591;
}
</style>
background-color css
<style>
a { background-color: #BEC591; }
a { background-color: rgb(190,197,145); }
div.DivClassName
{
background-color: #BEC591;
}
.BgClassName
{
background-color: #BEC591;
}
</style>
border-color css
<style>
span { border-color: #BEC591; }
span { border-color: rgb(190,197,145); }
td.TdClassName
{
border-color: #BEC591;
}
.TagClassName
{
border-color: #BEC591;
}
</style>