Shades of Green Mist #BEC08E
Tints of Green Mist #BEC08E
RGB
CMYK
RGB Variations
Color information
#BEC08E (or 0xBEC08E) is known color: Green Mist. HEX triplet: BE, C0 and 8E. RGB value is (190,192,142). Sum of RGB (Red+Green+Blue) = 190+192+142=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08E is #413F71. Grayscale: #B9B9B9. Windows color (decimal): -4276082 or 9355454. OLE color: 9355454.
HSL color Cylindrical-coordinate representation of color #BEC08E: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEC08E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 142 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.25 |
| HSL | 62.4º | 0.28% | 0.65% | - |
| HSV(B) | 62.4º | 0.26% | 0.75% | - |
| XYZ | 44.97 | 50.6 | 32.99 | - |
| YUV | 185.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 142 | 0.01 | 0 | 0.26 | 0.25 | 62.4 | 0.28 | 0.65 |
| Hex | BE | C0 | 8E | 1 | 0 | 1A | 19 | 3E | 1C | 41 |
| Octal | 276 | 300 | 216 | 1 | 0 | 32 | 31 | 76 | 34 | 101 |
| Binary | 10111110 | 11000000 | 10001110 | 1 | 0 | 11010 | 11001 | 111110 | 11100 | 1000001 |
Color Harmonies of #BEC08E
Complementary color
Monochromatic Colors of #BEC08E
Black with #BEC08E
Text Example
Text Example
White with #BEC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC08E; }
p { color: rgb(190,192,142); }
H1.HeaderClassName
{
color: #BEC08E;
}
.AnyTagClassName
{
color: #BEC08E;
}
</style>
background-color css
<style>
a { background-color: #BEC08E; }
a { background-color: rgb(190,192,142); }
div.DivClassName
{
background-color: #BEC08E;
}
.BgClassName
{
background-color: #BEC08E;
}
</style>
border-color css
<style>
span { border-color: #BEC08E; }
span { border-color: rgb(190,192,142); }
td.TdClassName
{
border-color: #BEC08E;
}
.TagClassName
{
border-color: #BEC08E;
}
</style>