Shades of Green Mist #BEC395
Tints of Green Mist #BEC395
RGB
CMYK
RGB Variations
Color information
#BEC395 (or 0xBEC395) is known color: Green Mist. HEX triplet: BE, C3 and 95. RGB value is (190,195,149). Sum of RGB (Red+Green+Blue) = 190+195+149=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC395 is #413C6A. Grayscale: #BCBCBC. Windows color (decimal): -4275307 or 9814974. OLE color: 9814974.
HSL color Cylindrical-coordinate representation of color #BEC395: hue angle of 66.52º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC395 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 149 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.24 |
| HSL | 66.52º | 0.28% | 0.67% | - |
| HSV(B) | 66.52º | 0.24% | 0.76% | - |
| XYZ | 46.18 | 52.15 | 36.07 | - |
| YUV | 188.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 149 | 0.03 | 0 | 0.24 | 0.24 | 66.52 | 0.28 | 0.67 |
| Hex | BE | C3 | 95 | 3 | 0 | 18 | 18 | 43 | 1C | 43 |
| Octal | 276 | 303 | 225 | 3 | 0 | 30 | 30 | 103 | 34 | 103 |
| Binary | 10111110 | 11000011 | 10010101 | 11 | 0 | 11000 | 11000 | 1000011 | 11100 | 1000011 |
Color Harmonies of #BEC395
Complementary color
Monochromatic Colors of #BEC395
Black with #BEC395
Text Example
Text Example
White with #BEC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC395; }
p { color: rgb(190,195,149); }
H1.HeaderClassName
{
color: #BEC395;
}
.AnyTagClassName
{
color: #BEC395;
}
</style>
background-color css
<style>
a { background-color: #BEC395; }
a { background-color: rgb(190,195,149); }
div.DivClassName
{
background-color: #BEC395;
}
.BgClassName
{
background-color: #BEC395;
}
</style>
border-color css
<style>
span { border-color: #BEC395; }
span { border-color: rgb(190,195,149); }
td.TdClassName
{
border-color: #BEC395;
}
.TagClassName
{
border-color: #BEC395;
}
</style>