Shades of Green Mist #BEC093
Tints of Green Mist #BEC093
RGB
CMYK
RGB Variations
Color information
#BEC093 (or 0xBEC093) is known color: Green Mist. HEX triplet: BE, C0 and 93. RGB value is (190,192,147). Sum of RGB (Red+Green+Blue) = 190+192+147=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC093 is #413F6C. Grayscale: #BABABA. Windows color (decimal): -4276077 or 9683134. OLE color: 9683134.
HSL color Cylindrical-coordinate representation of color #BEC093: hue angle of 62.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC093 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 147 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.25 |
| HSL | 62.67º | 0.26% | 0.66% | - |
| HSV(B) | 62.67º | 0.23% | 0.75% | - |
| XYZ | 45.35 | 50.75 | 35.01 | - |
| YUV | 186.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 147 | 0.01 | 0 | 0.23 | 0.25 | 62.67 | 0.26 | 0.66 |
| Hex | BE | C0 | 93 | 1 | 0 | 17 | 19 | 3F | 1A | 42 |
| Octal | 276 | 300 | 223 | 1 | 0 | 27 | 31 | 77 | 32 | 102 |
| Binary | 10111110 | 11000000 | 10010011 | 1 | 0 | 10111 | 11001 | 111111 | 11010 | 1000010 |
Color Harmonies of #BEC093
Complementary color
Monochromatic Colors of #BEC093
Black with #BEC093
Text Example
Text Example
White with #BEC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC093; }
p { color: rgb(190,192,147); }
H1.HeaderClassName
{
color: #BEC093;
}
.AnyTagClassName
{
color: #BEC093;
}
</style>
background-color css
<style>
a { background-color: #BEC093; }
a { background-color: rgb(190,192,147); }
div.DivClassName
{
background-color: #BEC093;
}
.BgClassName
{
background-color: #BEC093;
}
</style>
border-color css
<style>
span { border-color: #BEC093; }
span { border-color: rgb(190,192,147); }
td.TdClassName
{
border-color: #BEC093;
}
.TagClassName
{
border-color: #BEC093;
}
</style>