Shades of Green Mist #BEBE9E
Tints of Green Mist #BEBE9E
RGB
CMYK
RGB Variations
Color information
#BEBE9E (or 0xBEBE9E) is known color: Green Mist. HEX triplet: BE, BE and 9E. RGB value is (190,190,158). Sum of RGB (Red+Green+Blue) = 190+190+158=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE9E is #414161. Grayscale: #BABABA. Windows color (decimal): -4276578 or 10403518. OLE color: 10403518.
HSL color Cylindrical-coordinate representation of color #BEBE9E: hue angle of 60º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBE9E is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 158 | - |
| CMYK | 0 | 0 | 0.17 | 0.25 |
| HSL | 60º | 0.2% | 0.68% | - |
| HSV(B) | 60º | 0.17% | 0.75% | - |
| XYZ | 45.82 | 50.24 | 39.63 | - |
| YUV | 186.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 158 | 0 | 0 | 0.17 | 0.25 | 60 | 0.2 | 0.68 |
| Hex | BE | BE | 9E | 0 | 0 | 11 | 19 | 3C | 14 | 44 |
| Octal | 276 | 276 | 236 | 0 | 0 | 21 | 31 | 74 | 24 | 104 |
| Binary | 10111110 | 10111110 | 10011110 | 0 | 0 | 10001 | 11001 | 111100 | 10100 | 1000100 |
Color Harmonies of #BEBE9E
Complementary color
Monochromatic Colors of #BEBE9E
Black with #BEBE9E
Text Example
Text Example
White with #BEBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE9E; }
p { color: rgb(190,190,158); }
H1.HeaderClassName
{
color: #BEBE9E;
}
.AnyTagClassName
{
color: #BEBE9E;
}
</style>
background-color css
<style>
a { background-color: #BEBE9E; }
a { background-color: rgb(190,190,158); }
div.DivClassName
{
background-color: #BEBE9E;
}
.BgClassName
{
background-color: #BEBE9E;
}
</style>
border-color css
<style>
span { border-color: #BEBE9E; }
span { border-color: rgb(190,190,158); }
td.TdClassName
{
border-color: #BEBE9E;
}
.TagClassName
{
border-color: #BEBE9E;
}
</style>