Shades of Green Mist #BEC08C
Tints of Green Mist #BEC08C
RGB
CMYK
RGB Variations
Color information
#BEC08C (or 0xBEC08C) is known color: Green Mist. HEX triplet: BE, C0 and 8C. RGB value is (190,192,140). Sum of RGB (Red+Green+Blue) = 190+192+140=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08C is #413F73. Grayscale: #B9B9B9. Windows color (decimal): -4276084 or 9224382. OLE color: 9224382.
HSL color Cylindrical-coordinate representation of color #BEC08C: hue angle of 62.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEC08C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 140 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.25 |
| HSL | 62.31º | 0.29% | 0.65% | - |
| HSV(B) | 62.31º | 0.27% | 0.75% | - |
| XYZ | 44.82 | 50.54 | 32.2 | - |
| YUV | 185.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 140 | 0.01 | 0 | 0.27 | 0.25 | 62.31 | 0.29 | 0.65 |
| Hex | BE | C0 | 8C | 1 | 0 | 1B | 19 | 3E | 1D | 41 |
| Octal | 276 | 300 | 214 | 1 | 0 | 33 | 31 | 76 | 35 | 101 |
| Binary | 10111110 | 11000000 | 10001100 | 1 | 0 | 11011 | 11001 | 111110 | 11101 | 1000001 |
Color Harmonies of #BEC08C
Complementary color
Monochromatic Colors of #BEC08C
Black with #BEC08C
Text Example
Text Example
White with #BEC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC08C; }
p { color: rgb(190,192,140); }
H1.HeaderClassName
{
color: #BEC08C;
}
.AnyTagClassName
{
color: #BEC08C;
}
</style>
background-color css
<style>
a { background-color: #BEC08C; }
a { background-color: rgb(190,192,140); }
div.DivClassName
{
background-color: #BEC08C;
}
.BgClassName
{
background-color: #BEC08C;
}
</style>
border-color css
<style>
span { border-color: #BEC08C; }
span { border-color: rgb(190,192,140); }
td.TdClassName
{
border-color: #BEC08C;
}
.TagClassName
{
border-color: #BEC08C;
}
</style>