Shades of Green Mist #BEC492
Tints of Green Mist #BEC492
RGB
CMYK
RGB Variations
Color information
#BEC492 (or 0xBEC492) is known color: Green Mist. HEX triplet: BE, C4 and 92. RGB value is (190,196,146). Sum of RGB (Red+Green+Blue) = 190+196+146=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC492 is #413B6D. Grayscale: #BCBCBC. Windows color (decimal): -4275054 or 9618622. OLE color: 9618622.
HSL color Cylindrical-coordinate representation of color #BEC492: hue angle of 67.2º degrees, saturation: 0.3, 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 #BEC492 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 146 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.23 |
| HSL | 67.2º | 0.3% | 0.67% | - |
| HSV(B) | 67.2º | 0.26% | 0.77% | - |
| XYZ | 46.16 | 52.5 | 34.9 | - |
| YUV | 188.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 146 | 0.03 | 0 | 0.26 | 0.23 | 67.2 | 0.3 | 0.67 |
| Hex | BE | C4 | 92 | 3 | 0 | 1A | 17 | 43 | 1E | 43 |
| Octal | 276 | 304 | 222 | 3 | 0 | 32 | 27 | 103 | 36 | 103 |
| Binary | 10111110 | 11000100 | 10010010 | 11 | 0 | 11010 | 10111 | 1000011 | 11110 | 1000011 |
Color Harmonies of #BEC492
Complementary color
Monochromatic Colors of #BEC492
Black with #BEC492
Text Example
Text Example
White with #BEC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC492; }
p { color: rgb(190,196,146); }
H1.HeaderClassName
{
color: #BEC492;
}
.AnyTagClassName
{
color: #BEC492;
}
</style>
background-color css
<style>
a { background-color: #BEC492; }
a { background-color: rgb(190,196,146); }
div.DivClassName
{
background-color: #BEC492;
}
.BgClassName
{
background-color: #BEC492;
}
</style>
border-color css
<style>
span { border-color: #BEC492; }
span { border-color: rgb(190,196,146); }
td.TdClassName
{
border-color: #BEC492;
}
.TagClassName
{
border-color: #BEC492;
}
</style>