Shades of Green Mist #BEC592
Tints of Green Mist #BEC592
RGB
CMYK
RGB Variations
Color information
#BEC592 (or 0xBEC592) is known color: Green Mist. HEX triplet: BE, C5 and 92. RGB value is (190,197,146). Sum of RGB (Red+Green+Blue) = 190+197+146=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC592 is #413A6D. Grayscale: #BDBDBD. Windows color (decimal): -4274798 or 9618878. OLE color: 9618878.
HSL color Cylindrical-coordinate representation of color #BEC592: hue angle of 68.24º 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 #BEC592 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 146 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.23 |
| HSL | 68.24º | 0.31% | 0.67% | - |
| HSV(B) | 68.24º | 0.26% | 0.77% | - |
| XYZ | 46.39 | 52.95 | 34.97 | - |
| YUV | 189.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 146 | 0.04 | 0 | 0.26 | 0.23 | 68.24 | 0.31 | 0.67 |
| Hex | BE | C5 | 92 | 4 | 0 | 1A | 17 | 44 | 1F | 43 |
| Octal | 276 | 305 | 222 | 4 | 0 | 32 | 27 | 104 | 37 | 103 |
| Binary | 10111110 | 11000101 | 10010010 | 100 | 0 | 11010 | 10111 | 1000100 | 11111 | 1000011 |
Color Harmonies of #BEC592
Complementary color
Monochromatic Colors of #BEC592
Black with #BEC592
Text Example
Text Example
White with #BEC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC592; }
p { color: rgb(190,197,146); }
H1.HeaderClassName
{
color: #BEC592;
}
.AnyTagClassName
{
color: #BEC592;
}
</style>
background-color css
<style>
a { background-color: #BEC592; }
a { background-color: rgb(190,197,146); }
div.DivClassName
{
background-color: #BEC592;
}
.BgClassName
{
background-color: #BEC592;
}
</style>
border-color css
<style>
span { border-color: #BEC592; }
span { border-color: rgb(190,197,146); }
td.TdClassName
{
border-color: #BEC592;
}
.TagClassName
{
border-color: #BEC592;
}
</style>