Shades of Green Mist #BEC38E
Tints of Green Mist #BEC38E
RGB
CMYK
RGB Variations
Color information
#BEC38E (or 0xBEC38E) is known color: Green Mist. HEX triplet: BE, C3 and 8E. RGB value is (190,195,142). Sum of RGB (Red+Green+Blue) = 190+195+142=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC38E is #413C71. Grayscale: #BBBBBB. Windows color (decimal): -4275314 or 9356222. OLE color: 9356222.
HSL color Cylindrical-coordinate representation of color #BEC38E: hue angle of 65.66º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEC38E is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 142 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.24 |
| HSL | 65.66º | 0.31% | 0.66% | - |
| HSV(B) | 65.66º | 0.27% | 0.76% | - |
| XYZ | 45.63 | 51.93 | 33.21 | - |
| YUV | 187.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 142 | 0.03 | 0 | 0.27 | 0.24 | 65.66 | 0.31 | 0.66 |
| Hex | BE | C3 | 8E | 3 | 0 | 1B | 18 | 42 | 1F | 42 |
| Octal | 276 | 303 | 216 | 3 | 0 | 33 | 30 | 102 | 37 | 102 |
| Binary | 10111110 | 11000011 | 10001110 | 11 | 0 | 11011 | 11000 | 1000010 | 11111 | 1000010 |
Color Harmonies of #BEC38E
Complementary color
Monochromatic Colors of #BEC38E
Black with #BEC38E
Text Example
Text Example
White with #BEC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC38E; }
p { color: rgb(190,195,142); }
H1.HeaderClassName
{
color: #BEC38E;
}
.AnyTagClassName
{
color: #BEC38E;
}
</style>
background-color css
<style>
a { background-color: #BEC38E; }
a { background-color: rgb(190,195,142); }
div.DivClassName
{
background-color: #BEC38E;
}
.BgClassName
{
background-color: #BEC38E;
}
</style>
border-color css
<style>
span { border-color: #BEC38E; }
span { border-color: rgb(190,195,142); }
td.TdClassName
{
border-color: #BEC38E;
}
.TagClassName
{
border-color: #BEC38E;
}
</style>