Shades of Green Mist #BEC392
Tints of Green Mist #BEC392
RGB
CMYK
RGB Variations
Color information
#BEC392 (or 0xBEC392) is known color: Green Mist. HEX triplet: BE, C3 and 92. RGB value is (190,195,146). Sum of RGB (Red+Green+Blue) = 190+195+146=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC392 is #413C6D. Grayscale: #BCBCBC. Windows color (decimal): -4275310 or 9618366. OLE color: 9618366.
HSL color Cylindrical-coordinate representation of color #BEC392: hue angle of 66.12º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC392 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 146 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.24 |
| HSL | 66.12º | 0.29% | 0.67% | - |
| HSV(B) | 66.12º | 0.25% | 0.76% | - |
| XYZ | 45.94 | 52.05 | 34.82 | - |
| YUV | 187.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 146 | 0.03 | 0 | 0.25 | 0.24 | 66.12 | 0.29 | 0.67 |
| Hex | BE | C3 | 92 | 3 | 0 | 19 | 18 | 42 | 1D | 43 |
| Octal | 276 | 303 | 222 | 3 | 0 | 31 | 30 | 102 | 35 | 103 |
| Binary | 10111110 | 11000011 | 10010010 | 11 | 0 | 11001 | 11000 | 1000010 | 11101 | 1000011 |
Color Harmonies of #BEC392
Complementary color
Monochromatic Colors of #BEC392
Black with #BEC392
Text Example
Text Example
White with #BEC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC392; }
p { color: rgb(190,195,146); }
H1.HeaderClassName
{
color: #BEC392;
}
.AnyTagClassName
{
color: #BEC392;
}
</style>
background-color css
<style>
a { background-color: #BEC392; }
a { background-color: rgb(190,195,146); }
div.DivClassName
{
background-color: #BEC392;
}
.BgClassName
{
background-color: #BEC392;
}
</style>
border-color css
<style>
span { border-color: #BEC392; }
span { border-color: rgb(190,195,146); }
td.TdClassName
{
border-color: #BEC392;
}
.TagClassName
{
border-color: #BEC392;
}
</style>